Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/text/
DUnicode.cpp88 const char32_t first_codepoint = iter.Next(); in IsJavaIdentifier() local
89 if (!IsXidStart(first_codepoint) && first_codepoint != U'_' && first_codepoint != U'$') { in IsJavaIdentifier()
111 const char32_t first_codepoint = iter.Next(); in IsValidResourceEntryName() local
112 if (!IsXidStart(first_codepoint) && first_codepoint != U'_') { in IsValidResourceEntryName()