Searched refs:IsExtendedASCII (Results 1 – 3 of 3) sorted by relevance
228 else if (IsExtendedASCII(c)) in LookAheadTest()238 else if (IsExtendedASCII(c)) in LookAheadTest()248 else if (IsExtendedASCII(c)) in LookAheadTest()258 else if (IsExtendedASCII(c)) in LookAheadTest()268 else if (IsExtendedASCII(c)) in LookAheadTest()328 bool CBC_HighLevelEncoder::IsExtendedASCII(wchar_t ch) { in IsExtendedASCII() function in CBC_HighLevelEncoder
36 static bool IsExtendedASCII(wchar_t ch);
107 if (CBC_HighLevelEncoder::IsExtendedASCII(c)) { in Encode()