/external/icu4c/test/intltest/ |
D | testutil.cpp | 16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { in appendHex() function in TestUtility 32 appendHex(buf, ch); in hex() 49 appendHex(result, c); in hex()
|
D | testutil.h | 22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
|
D | tscoll.cpp | 394 appendHex(bytes[i], 2, target); in prettify() 475 appendHex(o, 8, hexString); in backAndForth() 486 appendHex(o, 8, hexString); in backAndForth()
|
D | intltest.cpp | 227 IntlTest::appendHex(uint32_t number, in appendHex() function in IntlTest 284 appendHex(ch, 4, target); in prettify() 287 appendHex(ch, 8, target); in prettify() 335 appendHex(ch, 4, target); in prettify() 338 appendHex(ch, 8, target); in prettify()
|
D | intltest.h | 254 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target);
|
D | regcoll.cpp | 1297 appendHex(c1, 8, msg); in assertEqual() 1299 appendHex(c2, 8, msg); in assertEqual()
|
D | itercoll.cpp | 592 appendHex(order, 8, target); in orderString()
|
D | tstnorm.cpp | 487 return appendHex(ch, 4, result); in hex() 494 appendHex(s[i], 4, result); in hex()
|
/external/icu4c/samples/translit/ |
D | util.cpp | 21 static UnicodeString& appendHex(uint32_t number, in appendHex() function 40 appendHex(ch, 4, target); in escape()
|
/external/icu4c/samples/datefmt/ |
D | util.cpp | 21 static UnicodeString& appendHex(uint32_t number, in appendHex() function 40 appendHex(ch, 4, target); in escape()
|
/external/icu4c/samples/msgfmt/ |
D | util.cpp | 21 static UnicodeString& appendHex(uint32_t number, in appendHex() function 40 appendHex(ch, 4, target); in escape()
|
/external/icu4c/samples/numfmt/ |
D | util.cpp | 32 static UnicodeString& appendHex(uint32_t number, in appendHex() function 52 appendHex(ch, 4, target); in escape()
|
/external/skia/src/pdf/ |
D | SkPDFTypes.cpp | 230 result.appendHex(win[i], 4); in DoFormatString() 265 result.appendHex(val, 2); in DoFormatString() 300 result.appendHex(input[i], 2); in FormatName()
|
/external/skia/include/core/ |
D | SkString.h | 123 …void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits);…
|
/external/skia/src/xml/ |
D | SkXMLWriter.cpp | 43 tmp.appendHex(value, minDigits); in addHexAttribute()
|
/external/skia/src/core/ |
D | SkStream.cpp | 123 tmp.appendHex(hex, digits); in writeHexAsText()
|