Searched refs:topLoc (Results 1 – 2 of 2) sorted by relevance
780 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 in doParseActions() local784 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()785 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()819 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) { in doParseActions()822 insertOp(topLoc); in doParseActions()826 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()828 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()831 appendOp(URX_JMP_SAV, topLoc); in doParseActions()842 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local843 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()[all …]
264 Locale topLoc(""); in TransliteratorSpec() local265 LocaleUtility::initLocaleFromName(theSpec, topLoc); in TransliteratorSpec()266 if (!topLoc.isBogus()) { in TransliteratorSpec()267 res = new ResourceBundle(U_ICUDATA_TRANSLIT, topLoc, status); in TransliteratorSpec()292 LocaleUtility::initNameFromLocale(topLoc, locStr); in TransliteratorSpec()