Home
last modified time | relevance | path

Searched refs:nLength (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/include/nn/ngc/CAFE/
Dngc_ProfanityFilterBase.h125 … static void ConvertUserInputForWord( wchar_t* pConvertedWord, int nLength, const wchar_t* pWord );
126 …UserInputForText( wchar_t* pConvertedWord, u8* pSourceLengthMapping, int nLength, const wchar_t* p…
127 bool IsIncludesAtSign( const wchar_t* pWord, int nLength );
128 … ConvertRegexPatternForText( wchar_t* pConvertedPattern, const wchar_t* pPattern, size_t nLength );
Dngc_ProfanityFilter.h228 …void CheckWords( bit32* pCheckResults, const wchar_t *pPattern, size_t nLength, wchar_t* const* pp…
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCharacter stream dumper.cs445 …adConsoleInput(IntPtr hConsoleInput, [Out] INPUT_RECORD[] lpBuffer, uint nLength, out uint lpNumbe… in ReadConsoleInput() argument