Home
last modified time | relevance | path

Searched refs:appendHex (Results 1 – 25 of 25) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtestutil.cpp16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { in appendHex() function in TestUtility
32 appendHex(buf, ch); in hex()
49 appendHex(result, c); in hex()
Dtestutil.h22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
Dtscoll.cpp378 appendHex(bytes[i], 2, target); in prettify()
459 appendHex(o, 8, hexString); in backAndForth()
470 appendHex(o, 8, hexString); in backAndForth()
Dintltest.cpp244 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()
Dintltest.h342 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target);
Dregcoll.cpp1418 appendHex(c1, 8, msg); in assertEqual()
1420 appendHex(c2, 8, msg); in assertEqual()
Dtstnorm.cpp487 return appendHex(ch, 4, result); in hex()
494 appendHex(s[i], 4, result); in hex()
Ditercoll.cpp647 appendHex(order, 8, target); in orderString()
Dcollationtest.cpp957 appendHex(b, 2, s); in printSortKey()
/external/icu/icu4c/source/samples/datefmt/
Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, in appendHex() function
40 appendHex(ch, 4, target); in escape()
/external/icu/icu4c/source/samples/msgfmt/
Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, in appendHex() function
40 appendHex(ch, 4, target); in escape()
/external/icu/icu4c/source/samples/translit/
Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, in appendHex() function
40 appendHex(ch, 4, target); in escape()
/external/icu/icu4c/source/samples/numfmt/
Dutil.cpp32 static UnicodeString& appendHex(uint32_t number, in appendHex() function
52 appendHex(ch, 4, target); in escape()
/external/skia/src/effects/
DSkBlurDrawLooper.cpp165 str->appendHex(fBlurColor); in toString()
DSkDropShadowImageFilter.cpp149 str->appendHex(fColor); in toString()
DSkPixelXorXfermode.cpp36 str->appendHex(fOpColor); in toString()
DSkAvoidXfermode.cpp537 str->appendHex(fOpColor); in toString()
/external/skia/src/core/
DSkModeColorFilter.cpp24 str->appendHex(fColor); in toString()
DSkShader.cpp350 str->appendHex(fColor); in toString()
DSkStream.cpp105 tmp.appendHex(hex, digits); in writeHexAsText()
DSkPaint.cpp2216 str->appendHex(color); in toString()
/external/skia/src/xml/
DSkXMLWriter.cpp41 tmp.appendHex(value, minDigits); in addHexAttribute()
/external/skia/include/core/
DSkString.h210 …void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits);…
/external/skia/tools/debugger/
DSkObjectParser.cpp395 decodedText->appendHex(*glyph); in TextToString()
/external/skia/src/effects/gradients/
DSkGradientShader.cpp729 str->appendHex(fOrigColors[i], 8); in toString()