Searched refs:pairedChars (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/extra/scrptrun/
H A Dscrptrun.cpp23 UChar32 ScriptRun::pairedChars[] = { member in class:ScriptRun
43 const int32_t ScriptRun::pairedCharCount = ARRAY_SIZE(pairedChars);
88 if (ch >= pairedChars[pairedCharExtra]) {
95 if (ch >= pairedChars[index + probe]) {
100 if (pairedChars[index] != ch) {
H A Dscrptrun.h88 static UChar32 pairedChars[]; member in class:ScriptRun
/external/icu4c/common/
H A Dusc_impl.c58 static const UChar32 pairedChars[] = { variable
159 int32_t pairedCharCount = ARRAY_SIZE(pairedChars);
166 if (ch >= pairedChars[pairedCharExtra]) {
173 if (ch >= pairedChars[pairIndex + probe]) {
178 if (pairedChars[pairIndex] != ch) {

Completed in 80 milliseconds