/external/icu/icu4c/source/samples/msgfmt/ |
D | util.cpp | 27 static UnicodeString& appendHex(uint32_t number, in appendHex() function 46 appendHex(ch, 4, target); in escape()
|
/external/icu/icu4c/source/samples/datefmt/ |
D | util.cpp | 27 static UnicodeString& appendHex(uint32_t number, in appendHex() function 46 appendHex(ch, 4, target); in escape()
|
/external/icu/icu4c/source/samples/translit/ |
D | util.cpp | 27 static UnicodeString& appendHex(uint32_t number, in appendHex() function 46 appendHex(ch, 4, target); in escape()
|
/external/icu/icu4c/source/samples/numfmt/ |
D | util.cpp | 38 static UnicodeString& appendHex(uint32_t number, in appendHex() function 58 appendHex(ch, 4, target); in escape()
|
/external/icu/icu4c/source/test/intltest/ |
D | testutil.h | 30 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
|
D | testutil.cpp | 25 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { in appendHex() function in TestUtility 41 appendHex(buf, ch); in hex() 58 appendHex(result, c); in hex()
|
D | tscoll.cpp | 380 appendHex(bytes[i], 2, target); in prettify() 461 appendHex(o, 8, hexString); in backAndForth() 472 appendHex(o, 8, hexString); in backAndForth()
|
D | intltest.cpp | 267 IntlTest::appendHex(uint32_t number, in appendHex() function in IntlTest 319 appendHex(number, digits, result); in toHex() 346 appendHex(ch, 4, target); in prettify() 349 appendHex(ch, 8, target); in prettify() 397 appendHex(ch, 4, target); in prettify() 400 appendHex(ch, 8, target); in prettify()
|
D | intltest.h | 365 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target);
|
D | regcoll.cpp | 1418 appendHex(c1, 8, msg); in assertEqual() 1420 appendHex(c2, 8, msg); in assertEqual()
|
D | itercoll.cpp | 647 appendHex(order, 8, target); in orderString()
|
D | tstnorm.cpp | 490 return appendHex(ch, 4, result); in hex() 497 appendHex(s[i], 4, result); in hex()
|
D | collationtest.cpp | 955 appendHex(b, 2, s); in printSortKey()
|
/external/skqp/src/xml/ |
D | SkXMLWriter.cpp | 38 tmp.appendHex(value, minDigits); in addHexAttribute()
|
/external/skia/src/xml/ |
D | SkXMLWriter.cpp | 38 tmp.appendHex(value, minDigits); in addHexAttribute()
|
/external/skia/include/core/ |
D | SkString.h | 209 …void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits);…
|
/external/skqp/include/core/ |
D | SkString.h | 209 …void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits);…
|
/external/skia/src/core/ |
D | SkStream.cpp | 91 tmp.appendHex(hex, digits); in writeHexAsText()
|
/external/skqp/src/core/ |
D | SkStream.cpp | 91 tmp.appendHex(hex, digits); in writeHexAsText()
|
/external/cldr/tools/c/genldml/ |
D | genldml.cpp | 2365 UnicodeString& appendHex(uint32_t number, in appendHex() function 2417 appendHex(ch, 4, target); in prettify() 2420 appendHex(ch, 8, target); in prettify()
|