Searched defs:appendHex (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
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 Dintltest.cpp227 IntlTest::appendHex(uint32_t number, function in class:IntlTest
284 appendHex(ch, 4, target);
287 appendHex(ch, 8, target);
335 appendHex(ch, 4, target);
338 appendHex(ch, 8, target);
/external/icu/icu4c/source/test/intltest/
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 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/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/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/include/core/
H A DSkString.h182 void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits); } function in class:SkString
/external/skia/include/core/
H A DSkString.h182 void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits); } function in class:SkString
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 354 milliseconds