Home
last modified time | relevance | path

Searched refs:appendHex (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DImmutableString_test.cpp41 strBuilder.appendHex(i); in TEST_F()
51 strBuilder.appendHex(i); in TEST_F()
61 strBuilder.appendHex(i); in TEST_F()
71 strBuilder.appendHex(i); in TEST_F()
/third_party/icu/icu4c/source/samples/translit/
H A Dutil.cpp27 static UnicodeString& appendHex(uint32_t number, in appendHex() function
46 appendHex(ch, 4, target); in escape()
/third_party/icu/icu4c/source/samples/msgfmt/
H A Dutil.cpp27 static UnicodeString& appendHex(uint32_t number, in appendHex() function
46 appendHex(ch, 4, target); in escape()
/third_party/icu/icu4c/source/samples/datefmt/
H A Dutil.cpp27 static UnicodeString& appendHex(uint32_t number, in appendHex() function
46 appendHex(ch, 4, target); in escape()
/third_party/skia/third_party/externals/icu/source/samples/datefmt/
H A Dutil.cpp27 static UnicodeString& appendHex(uint32_t number, in appendHex() function
46 appendHex(ch, 4, target); in escape()
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/
H A Dutil.cpp27 static UnicodeString& appendHex(uint32_t number, in appendHex() function
46 appendHex(ch, 4, target); in escape()
/third_party/skia/third_party/externals/icu/source/samples/translit/
H A Dutil.cpp27 static UnicodeString& appendHex(uint32_t number, in appendHex() function
46 appendHex(ch, 4, target); in escape()
/third_party/icu/icu4c/source/samples/numfmt/
H A Dutil.cpp41 static UnicodeString& appendHex(uint32_t number, in appendHex() function
61 appendHex(ch, 4, target); in escape()
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dutil.cpp41 static UnicodeString& appendHex(uint32_t number, in appendHex() function
61 appendHex(ch, 4, target); in escape()
/third_party/icu/icu4c/source/test/intltest/
H A Dtestutil.h30 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
H A Dtscoll.cpp380 appendHex(bytes[i], 2, target); in prettify()
461 appendHex(o, 8, hexString); in backAndForth()
472 appendHex(o, 8, hexString); in backAndForth()
H A Dtestutil.cpp25 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { in appendHex() function in TestUtility
41 appendHex(buf, ch); in hex()
58 appendHex(result, c); in hex()
H A Dintltest.cpp270 IntlTest::appendHex(uint32_t number, in appendHex() function in IntlTest
322 appendHex(number, digits, result); in toHex()
349 appendHex(ch, 4, target); in prettify()
352 appendHex(ch, 8, target); in prettify()
400 appendHex(ch, 4, target); in prettify()
403 appendHex(ch, 8, target); in prettify()
H A Dintltest.h407 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target);
H A Ditercoll.cpp647 appendHex(order, 8, target); in orderString()
H A Dregcoll.cpp1328 appendHex(c1, 8, msg); in assertEqual()
1330 appendHex(c2, 8, msg); in assertEqual()
H A Dtstnorm.cpp492 return appendHex(ch, 4, result); in hex()
499 appendHex(s[i], 4, result); in hex()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImmutableStringBuilder.h37 void appendHex(T number) in appendHex() function in sh::ImmutableStringBuilder
H A DHashNames.cpp34 hashedName.appendHex(number); in HashName()
H A DSymbol.cpp80 symbolNameOut.appendHex(mUniqueId.get()); in name()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
H A DRegenerateStructNames.cpp92 tmp.appendHex(uniqueId); in visitSymbol()
/third_party/skia/src/xml/
H A DSkXMLWriter.cpp38 tmp.appendHex(value, minDigits); in addHexAttribute()
/third_party/skia/modules/skshaper/tests/
H A DShaperTest.cpp91 chars.appendHex((unsigned char)c, 2);
/third_party/skia/include/core/
H A DSkString.h210 void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits); } in appendHex() function in SkString
/third_party/skia/src/core/
H A DSkStream.cpp91 tmp.appendHex(hex, digits); in writeHexAsText()

Completed in 19 milliseconds

12