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

  /external/icu4c/extra/scrptrun/
scrptrun.cpp 23 UChar32 ScriptRun::pairedChars[] = {
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) {
scrptrun.h 88 static UChar32 pairedChars[];
  /external/icu4c/common/
usc_impl.c 58 static const UChar32 pairedChars[] = {
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/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 72 milliseconds