Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/wuffs/script/
Dmake-artificial.go152 func parseHex(s string) (num uint32, remaining string, ok bool) { func
411 x, s, ok = parseHex(s)
840 x, s, ok = parseHex(s)
901 x, s, ok = parseHex(s)
1062 if rgb0, s, ok := parseHex(s); ok {
1063 if rgb1, s, ok := parseHex(s); ok {
1064 if rgb2, _, ok := parseHex(s); ok {
1082 if rgb0, s, ok := parseHex(s); ok {
1083 if rgb1, s, ok := parseHex(s); ok {
1084 if rgb2, _, ok := parseHex(s); ok {
/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()