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

/external/icu/icu4c/source/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/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUScriptRun.java592 * Search the pairedChars array for the given character.
602 if (ch >= pairedChars[pairedCharExtra]) {
609 if (ch >= pairedChars[index + probe]) {
614 if (pairedChars[index] != ch) {
621 private static int pairedChars[] = { field in class:UScriptRun
641 private static int pairedCharPower = 1 << highBit(pairedChars.length);
642 private static int pairedCharExtra = pairedChars.length - pairedCharPower;
/external/icu/icu4c/source/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) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 95 milliseconds