Searched refs:CharacterProperties (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/text/ |
H A D | Unicode_data.cpp | 19 {0x0041, 0x005a, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}, 21 {0x0061, 0x007a, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}, 22 {0x00aa, 0x00aa, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}, 23 {0x00b5, 0x00b5, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}, 25 {0x00ba, 0x00ba, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}, 26 {0x00c0, 0x00d6, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}, 27 {0x00d8, 0x00f6, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}, 28 {0x00f8, 0x02c1, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}, 29 {0x02c6, 0x02d1, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}, 30 {0x02e0, 0x02e4, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}, [all …]
|
H A D | Unicode.cpp | 31 struct CharacterProperties { struct 45 bool CompareCharacterProperties(const CharacterProperties& a, char32_t codepoint) { in CompareCharacterProperties() 62 return FindCharacterProperties(codepoint) & CharacterProperties::kXidStart; in IsXidStart() 66 return FindCharacterProperties(codepoint) & CharacterProperties::kXidContinue; in IsXidContinue()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 3460 android.icu.lang.CharacterProperties
|
H A D | boot-image-profile.txt | 26564 Landroid/icu/lang/CharacterProperties;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 3458 android.icu.lang.CharacterProperties
|
H A D | boot-image-profile.txt | 36201 Landroid/icu/lang/CharacterProperties;
|