HomeSort by relevance Sort by last modified time
    Searched refs:CharacterProperties (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/text/
Unicode_data.cpp 17 const static std::array<CharacterProperties, 611> sCharacterProperties = {{
18 {0x0030, 0x0039, CharacterProperties::kXidContinue},
19 {0x0041, 0x005a, CharacterProperties::kXidStart | CharacterProperties::kXidContinue},
20 {0x005f, 0x005f, CharacterProperties::kXidContinue},
21 {0x0061, 0x007a, CharacterProperties::kXidStart | CharacterProperties::kXidContinue},
22 {0x00aa, 0x00aa, CharacterProperties::kXidStart | CharacterProperties::kXidContinue},
23 {0x00b5, 0x00b5, CharacterProperties::kXidStart | CharacterProperties::kXidContinue}
    [all...]
Unicode.cpp 31 struct CharacterProperties {
45 bool CompareCharacterProperties(const CharacterProperties& a, char32_t codepoint) {
62 return FindCharacterProperties(codepoint) & CharacterProperties::kXidStart;
66 return FindCharacterProperties(codepoint) & CharacterProperties::kXidContinue;

Completed in 59 milliseconds