/external/icu4c/test/intltest/ |
testutil.h | 22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
|
testutil.cpp | 16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { 32 appendHex(buf, ch); 49 appendHex(result, c);
|
tscoll.cpp | 392 appendHex(bytes[i], 2, target); 473 appendHex(o, 8, hexString); 484 appendHex(o, 8, hexString);
|
intltest.h | 254 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target);
|
intltest.cpp | 227 IntlTest::appendHex(uint32_t number, 284 appendHex(ch, 4, target); 287 appendHex(ch, 8, target); 335 appendHex(ch, 4, target); 338 appendHex(ch, 8, target); [all...] |
itercoll.cpp | 592 appendHex(order, 8, target);
|
regcoll.cpp | [all...] |
tstnorm.cpp | 487 return appendHex(ch, 4, result); 494 appendHex(s[i], 4, result); [all...] |
/external/icu4c/samples/datefmt/ |
util.cpp | 21 static UnicodeString& appendHex(uint32_t number, 40 appendHex(ch, 4, target);
|
/external/icu4c/samples/msgfmt/ |
util.cpp | 21 static UnicodeString& appendHex(uint32_t number, 40 appendHex(ch, 4, target);
|
/external/icu4c/samples/translit/ |
util.cpp | 21 static UnicodeString& appendHex(uint32_t number, 40 appendHex(ch, 4, target);
|
/libcore/luni/src/main/java/libcore/net/ |
UriCodec.java | 109 appendHex(builder, s.substring(escapeStart, i), charset); 126 appendHex(builder, s.substring(escapeStart, s.length()), charset); 204 private static void appendHex(StringBuilder builder, String s, Charset charset) { 206 appendHex(builder, b); 210 private static void appendHex(StringBuilder sb, byte b) {
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
UriCodec.java | 111 appendHex(builder, s.substring(escapeStart, i), charset); 128 appendHex(builder, s.substring(escapeStart, s.length()), charset); 206 private static void appendHex(StringBuilder builder, String s, Charset charset) { 208 appendHex(builder, b); 212 private static void appendHex(StringBuilder sb, byte b) {
|
/external/icu4c/samples/numfmt/ |
util.cpp | 32 static UnicodeString& appendHex(uint32_t number, 52 appendHex(ch, 4, target);
|
/external/skia/src/pdf/ |
SkPDFTypes.cpp | 210 result.appendHex(win[i], 4); 243 result.appendHex(val, 2); 274 result.appendHex(input[i], 2);
|
/external/skia/src/views/ |
SkEvent.cpp | 327 str.appendHex(sinkID); 363 str.appendHex(sinkID);
|
/external/skia/include/core/ |
SkString.h | 130 void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits); }
|
/external/skia/src/xml/ |
SkXMLWriter.cpp | 51 tmp.appendHex(value, minDigits);
|
/external/skia/src/core/ |
SkStream.cpp | 136 tmp.appendHex(hex, digits);
|