Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp289 static UnicodeString parseHex(const UnicodeString &in) { in parseHex() function
379 UnicodeString from = parseHex(parseLine.group(1, status)); in testConfData()
387 UnicodeString rawExpected = parseHex(parseLine.group(2, status)); in testConfData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java651 private String parseHex(String in) { in parseHex() method in SpoofCheckerTest
722 String from = parseHex(parseLine.group(1)); in testConfData()
731 String rawExpected = parseHex(parseLine.group(2)); in testConfData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
DSpoofCheckerTest.java654 private String parseHex(String in) { in parseHex() method in SpoofCheckerTest
725 String from = parseHex(parseLine.group(1)); in testConfData()
734 String rawExpected = parseHex(parseLine.group(2)); in testConfData()