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

  /external/icu/icu4c/source/layout/
DefaultCharMapper.h 32 static const LEUnicode32 controlChars[];
LayoutEngine.cpp 45 const LEUnicode32 DefaultCharMapper::controlChars[] = {
52 const le_int32 DefaultCharMapper::controlCharsCount = LE_ARRAY_SIZE(controlChars);
58 le_int32 index = OpenTypeUtilities::search((le_uint32)ch, (le_uint32 *)controlChars, controlCharsCount);
60 if (controlChars[index] == ch) {

Completed in 189 milliseconds