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

12

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestutil.h22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
H A Dtestutil.cpp16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { function in class:TestUtility
32 appendHex(buf, ch);
49 appendHex(result, c);
H A Dtscoll.cpp396 appendHex(bytes[i], 2, target);
477 appendHex(o, 8, hexString);
488 appendHex(o, 8, hexString);
H A Dintltest.cpp244 IntlTest::appendHex(uint32_t number, function in class:IntlTest
289 appendHex(number, digits, result);
316 appendHex(ch, 4, target);
319 appendHex(ch, 8, target);
367 appendHex(ch, 4, target);
370 appendHex(ch, 8, target);
/external/icu/icu4c/source/test/intltest/
H A Dtestutil.h22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
H A Dtestutil.cpp16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { function in class:TestUtility
32 appendHex(buf, ch);
49 appendHex(result, c);
H A Dtscoll.cpp378 appendHex(bytes[i], 2, target);
459 appendHex(o, 8, hexString);
470 appendHex(o, 8, hexString);
/external/chromium_org/third_party/skia/src/effects/
H A DSkPixelXorXfermode.cpp41 str->appendHex(fOpColor);
H A DSkAvoidXfermode.cpp179 str->appendHex(fOpColor);
H A DSkBlurDrawLooper.cpp178 str->appendHex(fBlurColor);
/external/skia/src/effects/
H A DSkPixelXorXfermode.cpp37 str->appendHex(fOpColor);
H A DSkBlurDrawLooper.cpp168 str->appendHex(fBlurColor);
H A DSkAvoidXfermode.cpp173 str->appendHex(fOpColor);
/external/chromium_org/third_party/icu/source/samples/datefmt/
H A Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, function
40 appendHex(ch, 4, target);
/external/chromium_org/third_party/icu/source/samples/msgfmt/
H A Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, function
40 appendHex(ch, 4, target);
/external/chromium_org/third_party/icu/source/samples/translit/
H A Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, function
40 appendHex(ch, 4, target);
/external/icu/icu4c/source/samples/datefmt/
H A Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, function
40 appendHex(ch, 4, target);
/external/icu/icu4c/source/samples/msgfmt/
H A Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, function
40 appendHex(ch, 4, target);
/external/icu/icu4c/source/samples/translit/
H A Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, function
40 appendHex(ch, 4, target);
/external/chromium_org/third_party/icu/source/samples/numfmt/
H A Dutil.cpp32 static UnicodeString& appendHex(uint32_t number, function
52 appendHex(ch, 4, target);
/external/icu/icu4c/source/samples/numfmt/
H A Dutil.cpp32 static UnicodeString& appendHex(uint32_t number, function
52 appendHex(ch, 4, target);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp234 result.appendHex(win[i], 4);
269 result.appendHex(val, 2);
307 result.appendHex(input[i] & 0xFF, 2);
/external/skia/src/pdf/
H A DSkPDFTypes.cpp234 result.appendHex(win[i], 4);
269 result.appendHex(val, 2);
307 result.appendHex(input[i] & 0xFF, 2);
/external/chromium_org/third_party/skia/src/xml/
H A DSkXMLWriter.cpp43 tmp.appendHex(value, minDigits);
/external/skia/src/xml/
H A DSkXMLWriter.cpp43 tmp.appendHex(value, minDigits);

Completed in 397 milliseconds

12