Searched refs:pairedChars (Results 1 – 5 of 5) sorted by relevance
26 UChar32 ScriptRun::pairedChars[] = { member in ScriptRun46 const int32_t ScriptRun::pairedCharCount = UPRV_LENGTHOF(pairedChars);91 if (ch >= pairedChars[pairedCharExtra]) { in getPairIndex()98 if (ch >= pairedChars[index + probe]) { in getPairIndex()103 if (pairedChars[index] != ch) { in getPairIndex()
92 static UChar32 pairedChars[]; variable
604 if (ch >= pairedChars[pairedCharExtra]) { in getPairIndex()611 if (ch >= pairedChars[index + probe]) { in getPairIndex()616 if (pairedChars[index] != ch) { in getPairIndex()623 private static int pairedChars[] = { field in UScriptRun643 private static int pairedCharPower = 1 << highBit(pairedChars.length);644 private static int pairedCharExtra = pairedChars.length - pairedCharPower;
606 if (ch >= pairedChars[pairedCharExtra]) { in getPairIndex()613 if (ch >= pairedChars[index + probe]) { in getPairIndex()618 if (pairedChars[index] != ch) { in getPairIndex()625 private static int pairedChars[] = { field in UScriptRun645 private static int pairedCharPower = 1 << highBit(pairedChars.length);646 private static int pairedCharExtra = pairedChars.length - pairedCharPower;
58 static const UChar32 pairedChars[] = { variable159 int32_t pairedCharCount = UPRV_LENGTHOF(pairedChars); in getPairIndex()166 if (ch >= pairedChars[pairedCharExtra]) { in getPairIndex()173 if (ch >= pairedChars[pairIndex + probe]) { in getPairIndex()178 if (pairedChars[pairIndex] != ch) { in getPairIndex()