Home
last modified time | relevance | path

Searched refs:txtLoc (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2996 int32_t txtLoc = pos.getIndex(); in subParse() local
2998 if (txtLoc > parseStart) { in subParse()
3004 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE); in subParse()
3005 if (txtLoc != pos.getIndex()) { in subParse()
3010 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE); in subParse()
3021 pos.setIndex(txtLoc); in subParse()