/external/icu/icu4c/source/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 | 378 appendHex(bytes[i], 2, target); in prettify() 459 appendHex(o, 8, hexString); in backAndForth() 470 appendHex(o, 8, hexString); in backAndForth()
|
D | intltest.cpp | 244 IntlTest::appendHex(uint32_t number, in appendHex() function in IntlTest 289 appendHex(number, digits, result); in toHex() 316 appendHex(ch, 4, target); in prettify() 319 appendHex(ch, 8, target); in prettify() 367 appendHex(ch, 4, target); in prettify() 370 appendHex(ch, 8, target); in prettify()
|
D | intltest.h | 342 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 | tstnorm.cpp | 487 return appendHex(ch, 4, result); in hex() 494 appendHex(s[i], 4, result); in hex()
|
D | itercoll.cpp | 647 appendHex(order, 8, target); in orderString()
|
D | collationtest.cpp | 957 appendHex(b, 2, s); in printSortKey()
|
/external/icu/icu4c/source/samples/datefmt/ |
D | util.cpp | 21 static UnicodeString& appendHex(uint32_t number, in appendHex() function 40 appendHex(ch, 4, target); in escape()
|
/external/icu/icu4c/source/samples/msgfmt/ |
D | util.cpp | 21 static UnicodeString& appendHex(uint32_t number, in appendHex() function 40 appendHex(ch, 4, target); in escape()
|
/external/icu/icu4c/source/samples/translit/ |
D | util.cpp | 21 static UnicodeString& appendHex(uint32_t number, in appendHex() function 40 appendHex(ch, 4, target); in escape()
|
/external/icu/icu4c/source/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/effects/ |
D | SkBlurDrawLooper.cpp | 165 str->appendHex(fBlurColor); in toString()
|
D | SkDropShadowImageFilter.cpp | 149 str->appendHex(fColor); in toString()
|
D | SkPixelXorXfermode.cpp | 36 str->appendHex(fOpColor); in toString()
|
D | SkAvoidXfermode.cpp | 537 str->appendHex(fOpColor); in toString()
|
/external/skia/src/core/ |
D | SkModeColorFilter.cpp | 24 str->appendHex(fColor); in toString()
|
D | SkShader.cpp | 350 str->appendHex(fColor); in toString()
|
D | SkStream.cpp | 105 tmp.appendHex(hex, digits); in writeHexAsText()
|
D | SkPaint.cpp | 2216 str->appendHex(color); in toString()
|
/external/skia/src/xml/ |
D | SkXMLWriter.cpp | 41 tmp.appendHex(value, minDigits); in addHexAttribute()
|
/external/skia/include/core/ |
D | SkString.h | 210 …void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits);…
|
/external/skia/tools/debugger/ |
D | SkObjectParser.cpp | 395 decodedText->appendHex(*glyph); in TextToString()
|
/external/skia/src/effects/gradients/ |
D | SkGradientShader.cpp | 729 str->appendHex(fOrigColors[i], 8); in toString()
|