Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp764 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 in doParseActions() local
768 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()
769 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()
808 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) { in doParseActions()
811 insertOp(topLoc); in doParseActions()
816 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
818 op = URX_BUILD(URX_JMP_SAV_X, topLoc+1); in doParseActions()
822 int32_t jmpOp = URX_BUILD(URX_JMP_SAV, topLoc); in doParseActions()
834 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
835 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, topLoc); in doParseActions()
[all …]
Dtransreg.cpp242 Locale topLoc(""); in TransliteratorSpec() local
243 LocaleUtility::initLocaleFromName(theSpec, topLoc); in TransliteratorSpec()
244 if (!topLoc.isBogus()) { in TransliteratorSpec()
245 res = new ResourceBundle(U_ICUDATA_TRANSLIT, topLoc, status); in TransliteratorSpec()
270 LocaleUtility::initNameFromLocale(topLoc, locStr); in TransliteratorSpec()