Searched refs:sCharacterProperties (Results 1 – 2 of 2) sorted by relevance
50 const auto iter_end = sCharacterProperties.end(); in FindCharacterProperties()51 const auto iter = std::lower_bound(sCharacterProperties.begin(), iter_end, codepoint, in FindCharacterProperties()
17 const static std::array<CharacterProperties, 611> sCharacterProperties = {{ variable