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 264 Locale topLoc("");
265 LocaleUtility::initLocaleFromName(theSpec, topLoc);
266 if (!topLoc.isBogus()) {
267 res = new ResourceBundle(U_ICUDATA_TRANSLIT, topLoc, status);
292 LocaleUtility::initNameFromLocale(topLoc, locStr);
    [all...]

Completed in 1481 milliseconds