/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/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...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkPixelXorXfermode.cpp | 36 str->appendHex(fOpColor);
|
SkColorFilters.cpp | 83 str->appendHex(fColor); 579 str->appendHex(fMul); 581 str->appendHex(fAdd); 633 str->appendHex(fAdd); 674 str->appendHex(fMul); 718 str->appendHex(fMul); 764 str->appendHex(fMul); 766 str->appendHex(fAdd);
|
SkBlurDrawLooper.cpp | 147 str->appendHex(fBlurColor);
|
SkAvoidXfermode.cpp | 172 str->appendHex(fOpColor);
|
/external/skia/src/effects/ |
SkPixelXorXfermode.cpp | 36 str->appendHex(fOpColor);
|
SkColorFilters.cpp | 83 str->appendHex(fColor); 579 str->appendHex(fMul); 581 str->appendHex(fAdd); 633 str->appendHex(fAdd); 674 str->appendHex(fMul); 718 str->appendHex(fMul); 764 str->appendHex(fMul); 766 str->appendHex(fAdd);
|
SkBlurDrawLooper.cpp | 147 str->appendHex(fBlurColor);
|
/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/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/icu4c/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 | 240 result.appendHex(win[i], 4); 275 result.appendHex(val, 2); 313 result.appendHex(input[i] & 0xFF, 2);
|
/external/skia/src/pdf/ |
SkPDFTypes.cpp | 240 result.appendHex(win[i], 4); 275 result.appendHex(val, 2); 313 result.appendHex(input[i] & 0xFF, 2);
|
/external/chromium_org/third_party/skia/include/core/ |
SkString.h | 186 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);
|