Searched refs:hexMatcher (Results 1 – 1 of 1) sorted by relevance
4294 RegexMatcher hexMatcher(u"\\s*([a-f0-9]*)", UREGEX_CASE_INSENSITIVE, status); in TestEmoji() local4309 hexMatcher.reset(line); in TestEmoji()4311 while (hexMatcher.find() && hexMatcher.group(1, status).length() > 0) { in TestEmoji()4312 UnicodeString hex = hexMatcher.group(1, status); in TestEmoji()