Searched defs:code_point (Results 1 – 12 of 12) sorted by relevance
915 static void AppendUTF8(uint32 code_point, string* output) { in AppendUTF8()971 static inline bool IsHeadSurrogate(uint32 code_point) { in IsHeadSurrogate()975 static inline bool IsTrailSurrogate(uint32 code_point) { in IsTrailSurrogate()999 static const char* FetchUnicodePoint(const char* ptr, uint32* code_point) { in FetchUnicodePoint()
14 template <class T, int s> bool Predicate<T, s>::get(uchar code_point) { in get()21 uchar code_point) { in CalculateValue()
210 uchar code_point = ((first << 6) | second) & kMaxTwoByteChar; in CalculateValue() local228 uchar code_point = ((((first << 6) | second) << 6) | third) in CalculateValue() local247 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth) in CalculateValue() local
372 int code_point = 0; in getTargetCharLiteralFromANTLRCharLiteral() local
443 uint32_t code_point = 0; in UTF16ToUTF8() local531 uint32_t code_point = 0; in UTF8ToUTF16() local
1456 char* CodePointToUtf8(UInt32 code_point, char* str) { in CodePointToUtf8()
1436 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()
1435 char* CodePointToUtf8(UInt32 code_point, char* str) { in CodePointToUtf8()
1436 char* CodePointToUtf8(UInt32 code_point, char* str) { in CodePointToUtf8()
2796 char* CodePointToUtf8(UInt32 code_point, char* str) { in CodePointToUtf8()
2920 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()