Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DDefaultCharMapper.h34 static const le_int32 controlCharsCount; variable
DLayoutEngine.cpp52 const le_int32 DefaultCharMapper::controlCharsCount = LE_ARRAY_SIZE(controlChars); member in DefaultCharMapper
58 …t32 index = OpenTypeUtilities::search((le_uint32)ch, (le_uint32 *)controlChars, controlCharsCount); in mapChar()