Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/icu/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.cpp392 appendHex(bytes[i], 2, target); in prettify()
473 appendHex(o, 8, hexString); in backAndForth()
484 appendHex(o, 8, hexString); in backAndForth()
Dintltest.cpp227 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()
Dintltest.h254 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target);
/external/icu4c/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.cpp396 appendHex(bytes[i], 2, target); in prettify()
477 appendHex(o, 8, hexString); in backAndForth()
488 appendHex(o, 8, hexString); in backAndForth()
Dintltest.cpp227 IntlTest::appendHex(uint32_t number, in appendHex() function in IntlTest
272 appendHex(number, digits, result); in toHex()
299 appendHex(ch, 4, target); in prettify()
302 appendHex(ch, 8, target); in prettify()
350 appendHex(ch, 4, target); in prettify()
353 appendHex(ch, 8, target); in prettify()
/external/icu4c/samples/translit/
Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, in appendHex() function
40 appendHex(ch, 4, target); in escape()
/external/icu4c/samples/msgfmt/
Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, in appendHex() function
40 appendHex(ch, 4, target); in escape()
/external/icu4c/samples/datefmt/
Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, in appendHex() function
40 appendHex(ch, 4, target); in escape()
/external/icu4c/samples/numfmt/
Dutil.cpp32 static UnicodeString& appendHex(uint32_t number, in appendHex() function
52 appendHex(ch, 4, target); in escape()
/external/chromium_org/third_party/skia/src/effects/
DSkColorFilters.cpp83 str->appendHex(fColor); in toString()
579 str->appendHex(fMul); in toString()
581 str->appendHex(fAdd); in toString()
633 str->appendHex(fAdd); in toString()
674 str->appendHex(fMul); in toString()
718 str->appendHex(fMul); in toString()
764 str->appendHex(fMul); in toString()
766 str->appendHex(fAdd); in toString()
DSkPixelXorXfermode.cpp36 str->appendHex(fOpColor); in toString()
DSkBlurDrawLooper.cpp147 str->appendHex(fBlurColor); in toString()
DSkAvoidXfermode.cpp172 str->appendHex(fOpColor); in toString()
/external/skia/src/effects/
DSkColorFilters.cpp83 str->appendHex(fColor); in toString()
579 str->appendHex(fMul); in toString()
581 str->appendHex(fAdd); in toString()
633 str->appendHex(fAdd); in toString()
674 str->appendHex(fMul); in toString()
718 str->appendHex(fMul); in toString()
764 str->appendHex(fMul); in toString()
766 str->appendHex(fAdd); in toString()
DSkPixelXorXfermode.cpp36 str->appendHex(fOpColor); in toString()
DSkBlurDrawLooper.cpp147 str->appendHex(fBlurColor); in toString()
DSkAvoidXfermode.cpp172 str->appendHex(fOpColor); in toString()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFTypes.cpp240 result.appendHex(win[i], 4); in DoFormatString()
275 result.appendHex(val, 2); in DoFormatString()
313 result.appendHex(input[i] & 0xFF, 2); in FormatName()
/external/skia/src/pdf/
DSkPDFTypes.cpp240 result.appendHex(win[i], 4); in DoFormatString()
275 result.appendHex(val, 2); in DoFormatString()
313 result.appendHex(input[i] & 0xFF, 2); in FormatName()
/external/skia/src/xml/
DSkXMLWriter.cpp43 tmp.appendHex(value, minDigits); in addHexAttribute()
/external/chromium_org/third_party/skia/src/xml/
DSkXMLWriter.cpp43 tmp.appendHex(value, minDigits); in addHexAttribute()

12