HomeSort by relevance Sort by last modified time
    Searched defs:PASS_STRING (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
cpdtrans.h 172 static const UChar PASS_STRING[];
cpdtrans.cpp 31 const UChar CompoundTransliterator::PASS_STRING[] = { 0x0025, 0x0050, 0x0061, 0x0073, 0x0073, 0 }; // "%Pass"
414 if (trans[i]->getID().startsWith(PASS_STRING, 5)) {
416 if (numAnonymousRBTs > 1 && i > 0 && trans[i - 1]->getID().startsWith(PASS_STRING, 5))

Completed in 419 milliseconds