Searched refs:subText (Results 1 – 1 of 1) sorted by relevance
1019 UnicodeString subText; in matchToDelimiter() local1020 subText.setTo(text, 0, dPos); in matchToDelimiter()1021 if (subText.length() > 0) { in matchToDelimiter()1022 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter()