Searched refs:topLoc (Results 1 – 2 of 2) sorted by relevance
779 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 in doParseActions() local783 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()784 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()818 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) { in doParseActions()821 insertOp(topLoc); in doParseActions()825 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()827 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()830 appendOp(URX_JMP_SAV, topLoc); in doParseActions()841 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local842 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()[all …]
246 Locale topLoc(""); in TransliteratorSpec() local247 LocaleUtility::initLocaleFromName(theSpec, topLoc); in TransliteratorSpec()248 if (!topLoc.isBogus()) { in TransliteratorSpec()249 res = new ResourceBundle(U_ICUDATA_TRANSLIT, topLoc, status); in TransliteratorSpec()274 LocaleUtility::initNameFromLocale(topLoc, locStr); in TransliteratorSpec()