Searched refs:topLoc (Results 1 – 2 of 2) sorted by relevance
796 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 in doParseActions() local800 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()801 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()835 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) { in doParseActions()838 insertOp(topLoc); in doParseActions()842 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()844 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()847 appendOp(URX_JMP_SAV, topLoc); in doParseActions()858 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local859 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()[all …]
263 Locale topLoc(""); in TransliteratorSpec() local264 LocaleUtility::initLocaleFromName(theSpec, topLoc); in TransliteratorSpec()265 if (!topLoc.isBogus()) { in TransliteratorSpec()266 res = new ResourceBundle(U_ICUDATA_TRANSLIT, topLoc, status); in TransliteratorSpec()291 LocaleUtility::initNameFromLocale(topLoc, locStr); in TransliteratorSpec()