Searched refs:topLoc (Results 1 – 2 of 2) sorted by relevance
776 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 in doParseActions() local780 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() local839 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()[all …]
244 Locale topLoc(""); in TransliteratorSpec() local245 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()