Searched refs:topLoc (Results 1 – 2 of 2) sorted by relevance
764 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 in doParseActions() local768 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() local835 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, topLoc); in doParseActions()[all …]
242 Locale topLoc(""); in TransliteratorSpec() local243 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()