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

  /external/icu4c/layout/
DefaultCharMapper.h 34 static const le_int32 controlCharsCount;
LayoutEngine.cpp 52 const le_int32 DefaultCharMapper::controlCharsCount = LE_ARRAY_SIZE(controlChars);
57 le_int32 index = OpenTypeUtilities::search((le_uint32)ch, (le_uint32 *)controlChars, controlCharsCount);

Completed in 78 milliseconds