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

1 2

  /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 396 appendHex(bytes[i], 2, target);
477 appendHex(o, 8, hexString);
488 appendHex(o, 8, hexString);
intltest.cpp 227 IntlTest::appendHex(uint32_t number,
272 appendHex(number, digits, result);
299 appendHex(ch, 4, target);
302 appendHex(ch, 8, target);
350 appendHex(ch, 4, target);
353 appendHex(ch, 8, target);
    [all...]
intltest.h 301 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target);
itercoll.cpp 592 appendHex(order, 8, target);
regcoll.cpp     [all...]
tstnorm.cpp 488 return appendHex(ch, 4, result);
495 appendHex(s[i], 4, result);
    [all...]
  /external/skia/src/effects/
SkPixelXorXfermode.cpp 36 str->appendHex(fOpColor);
SkBlurDrawLooper.cpp 132 str->appendHex(fBlurColor);
SkAvoidXfermode.cpp 225 str->appendHex(fOpColor);
  /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 242 result.appendHex(win[i], 4);
277 result.appendHex(val, 2);
315 result.appendHex(input[i] & 0xFF, 2);
  /external/skia/include/core/
SkString.h 174 void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits); }
  /external/skia/legacy/include/core/
SkString.h 123 void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits); }
  /external/skia/legacy/src/xml/
SkXMLWriter.cpp 43 tmp.appendHex(value, minDigits);
  /external/skia/src/xml/
SkXMLWriter.cpp 43 tmp.appendHex(value, minDigits);
  /external/skia/src/core/
SkShader.cpp 323 str->appendHex(fColor);
SkStream.cpp 145 tmp.appendHex(hex, digits);
  /external/skia/legacy/src/core/
SkStream.cpp 123 tmp.appendHex(hex, digits);

Completed in 498 milliseconds

1 2