Searched refs:localeMatcher (Results 1 – 2 of 2) sorted by relevance
1132 …RegexMatcher localeMatcher(UNICODE_STRING_SIMPLE("<locale *([\\p{L}\\p{Nd}_@&=-]*) *>"), 0, s… in TestExtended() local1258 localeMatcher.reset(testString); in TestExtended()1259 if (localeMatcher.lookingAt(charIdx-1, status)) { in TestExtended()1260 UnicodeString localeName = localeMatcher.group(1, status); in TestExtended()1264 charIdx += localeMatcher.group(0, status).length() - 1; in TestExtended()
259 var matcher = options.localeMatcher;