HomeSort by relevance Sort by last modified time
    Searched refs:appendHex (Results 1 - 18 of 18) sorted by null

  /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 394 appendHex(bytes[i], 2, target);
475 appendHex(o, 8, hexString);
486 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);
209 private static void appendHex(StringBuilder builder, String s, Charset charset) {
211 appendHex(builder, b);
215 private static void appendHex(StringBuilder sb, byte b) {
  /packages/apps/Exchange/exchange2/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 230 result.appendHex(win[i], 4);
265 result.appendHex(val, 2);
300 result.appendHex(input[i], 2);
  /external/skia/include/core/
SkString.h 123 void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits); }
  /external/skia/src/xml/
SkXMLWriter.cpp 43 tmp.appendHex(value, minDigits);
  /external/skia/src/core/
SkStream.cpp 123 tmp.appendHex(hex, digits);

Completed in 254 milliseconds