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/
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/skia/third_party/externals/icu/source/samples/msgfmt/
Dutil.cpp27 static UnicodeString& appendHex(uint32_t number, in appendHex() function
46 appendHex(ch, 4, target); in escape()
/third_party/icu/icu4c/source/samples/translit/
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/
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/
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/
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/
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/numfmt/
Dutil.cpp41 static UnicodeString& appendHex(uint32_t number, in appendHex() function
61 appendHex(ch, 4, target); in escape()
/third_party/icu/icu4c/source/samples/numfmt/
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/
Dtestutil.h30 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
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()
Dtscoll.cpp380 appendHex(bytes[i], 2, target); in prettify()
461 appendHex(o, 8, hexString); in backAndForth()
472 appendHex(o, 8, hexString); in backAndForth()
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()
Dregcoll.cpp1328 appendHex(c1, 8, msg); in assertEqual()
1330 appendHex(c2, 8, msg); in assertEqual()
Dintltest.h407 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target);
Ditercoll.cpp647 appendHex(order, 8, target); in orderString()
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/
DImmutableStringBuilder.h37 void appendHex(T number) in appendHex() function
DHashNames.cpp34 hashedName.appendHex(number); in HashName()
DSymbol.cpp80 symbolNameOut.appendHex(mUniqueId.get()); in name()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
DRegenerateStructNames.cpp92 tmp.appendHex(uniqueId); in visitSymbol()
/third_party/skia/modules/skshaper/tests/
DShaperTest.cpp91 chars.appendHex((unsigned char)c, 2); in commitRunBuffer()
/third_party/skia/src/xml/
DSkXMLWriter.cpp38 tmp.appendHex(value, minDigits); in addHexAttribute()
/third_party/skia/include/core/
DSkString.h210 …void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits);…
/third_party/skia/src/core/
DSkStream.cpp91 tmp.appendHex(hex, digits); in writeHexAsText()

12