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

  /external/icu/icu4c/source/i18n/
regexcmp.cpp 779 int32_t topLoc = blockTopLoc(FALSE); // location of item #1
783 if (topLoc == fRXPat->fCompiledPat->size() - 1) {
784 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc);
    [all...]
transreg.cpp 246 Locale topLoc("");
247 LocaleUtility::initLocaleFromName(theSpec, topLoc);
248 if (!topLoc.isBogus()) {
249 res = new ResourceBundle(U_ICUDATA_TRANSLIT, topLoc, status);
274 LocaleUtility::initNameFromLocale(topLoc, locStr);
    [all...]

Completed in 158 milliseconds