Searched defs:nameType (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
H A DCharacter.cpp156 UCharNameChoice nameType = isControl ? U_EXTENDED_CHAR_NAME : U_UNICODE_CHAR_NAME; local
159 int32_t byteCount = u_charName(codePoint, nameType, &buf[0], sizeof(buf), &status);

Completed in 59 milliseconds