Home
last modified time | relevance | path

Searched refs:sCharacterProperties (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/text/
DUnicode.cpp50 const auto iter_end = sCharacterProperties.end(); in FindCharacterProperties()
51 const auto iter = std::lower_bound(sCharacterProperties.begin(), iter_end, codepoint, in FindCharacterProperties()
DUnicode_data.cpp17 const static std::array<CharacterProperties, 611> sCharacterProperties = {{ variable