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

1 2

  /external/chromium_org/third_party/icu/source/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);
  /external/icu/icu4c/source/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 378 appendHex(bytes[i], 2, target);
459 appendHex(o, 8, hexString);
470 appendHex(o, 8, hexString);
  /external/chromium_org/third_party/skia/src/effects/
SkPixelXorXfermode.cpp 37 str->appendHex(fOpColor);
SkBlurDrawLooper.cpp 168 str->appendHex(fBlurColor);
SkAvoidXfermode.cpp 173 str->appendHex(fOpColor);
  /external/skia/src/effects/
SkPixelXorXfermode.cpp 37 str->appendHex(fOpColor);
SkBlurDrawLooper.cpp 168 str->appendHex(fBlurColor);
SkAvoidXfermode.cpp 173 str->appendHex(fOpColor);
  /external/icu/icu4c/source/samples/datefmt/
util.cpp 21 static UnicodeString& appendHex(uint32_t number,
40 appendHex(ch, 4, target);
  /external/icu/icu4c/source/samples/msgfmt/
util.cpp 21 static UnicodeString& appendHex(uint32_t number,
40 appendHex(ch, 4, target);
  /external/icu/icu4c/source/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/src/com/android/exchange/utility/
UriCodec.java 128 appendHex(builder, s.substring(escapeStart, i), charset);
145 appendHex(builder, s.substring(escapeStart, s.length()), charset);
223 private static void appendHex(StringBuilder builder, String s, Charset charset) {
225 appendHex(builder, b);
229 private static void appendHex(StringBuilder sb, byte b) {
  /external/icu/icu4c/source/samples/numfmt/
util.cpp 32 static UnicodeString& appendHex(uint32_t number,
52 appendHex(ch, 4, target);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFTypes.cpp 234 result.appendHex(win[i], 4);
269 result.appendHex(val, 2);
307 result.appendHex(input[i] & 0xFF, 2);
  /external/skia/src/pdf/
SkPDFTypes.cpp 234 result.appendHex(win[i], 4);
269 result.appendHex(val, 2);
307 result.appendHex(input[i] & 0xFF, 2);
  /external/chromium_org/third_party/skia/include/core/
SkString.h 182 void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits); }
  /external/chromium_org/third_party/skia/src/xml/
SkXMLWriter.cpp 43 tmp.appendHex(value, minDigits);
  /external/skia/include/core/
SkString.h 182 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);

Completed in 1022 milliseconds

1 2