Searched defs:codepoint (Results 1 – 10 of 10) sorted by relevance
45 bool CompareCharacterProperties(const CharacterProperties& a, char32_t codepoint) { in CompareCharacterProperties()49 uint32_t FindCharacterProperties(char32_t codepoint) { in FindCharacterProperties()61 bool IsXidStart(char32_t codepoint) { in IsXidStart()65 bool IsXidContinue(char32_t codepoint) { in IsXidContinue()72 bool IsWhitespace(char32_t codepoint) { in IsWhitespace()94 const char32_t codepoint = iter.Next(); in IsJavaIdentifier() local117 const char32_t codepoint = iter.Next(); in IsValidResourceEntryName() local
96 int32_t codepoint = utf32_from_utf8_at(utf8.data(), size, i, nullptr); in Utf8ToModifiedUtf8() local144 const char32_t codepoint = in ModifiedUtf8ToUtf8() local
36 const char32_t codepoint = iter.Next(); in ExtractFirstSentence() local
421 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8charLen); in utf8_to_utf16_length() local459 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8len); in utf8_to_utf16_no_null_terminator() local
817 static bool AppendCodepointToUtf8String(char32_t codepoint, std::string* output) { in AppendCodepointToUtf8String()838 char32_t codepoint = iter->Next(); in AppendUnicodeEscapeSequence() local866 char32_t codepoint = iter.Next(); in AppendText() local
108 bool MinikinUtils::hasVariationSelector(const Typeface* typeface, uint32_t codepoint, uint32_t vs) { in hasVariationSelector()
87 private static boolean isVariationSelector(int codepoint) { in isVariationSelector()
357 private static boolean isSeparator(int codepoint) { in isSeparator()
652 int codepoint = 0x010000 | (int) c - 0xD800 << 10 | (int) d - 0xDC00; in withinStyle() local
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...