Home
last modified time | relevance | path

Searched refs:topLoc (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp776 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 in doParseActions() local
780 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()
781 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()
815 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) { in doParseActions()
818 insertOp(topLoc); in doParseActions()
822 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
824 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()
827 appendOp(URX_JMP_SAV, topLoc); in doParseActions()
838 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
839 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()
[all …]
Dtransreg.cpp244 Locale topLoc(""); in TransliteratorSpec() local
245 LocaleUtility::initLocaleFromName(theSpec, topLoc); in TransliteratorSpec()
246 if (!topLoc.isBogus()) { in TransliteratorSpec()
247 res = new ResourceBundle(U_ICUDATA_TRANSLIT, topLoc, status); in TransliteratorSpec()
272 LocaleUtility::initNameFromLocale(topLoc, locStr); in TransliteratorSpec()