Home
last modified time | relevance | path

Searched refs:toHexString (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieTest.java164 + Integer.toHexString(c) + "): 0x" in _testTrieIteration()
165 + Integer.toHexString(value) + " instead of 0x" in _testTrieIteration()
166 + Integer.toHexString(values[i])); in _testTrieIteration()
177 + Integer.toHexString(c)); in _testTrieIteration()
187 + Integer.toHexString(c) + "): 0x" in _testTrieIteration()
188 + Integer.toHexString(value) + " instead of 0x" in _testTrieIteration()
189 + Integer.toHexString(values[i])); in _testTrieIteration()
233 + Integer.toHexString(start) + "]==0x" in _testTrieRanges()
234 + Integer.toHexString(newTrie.getValue(start)) in _testTrieRanges()
235 + " instead of 0x" + Integer.toHexString(value)); in _testTrieRanges()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieTest.java167 + Integer.toHexString(c) + "): 0x" in _testTrieIteration()
168 + Integer.toHexString(value) + " instead of 0x" in _testTrieIteration()
169 + Integer.toHexString(values[i])); in _testTrieIteration()
180 + Integer.toHexString(c)); in _testTrieIteration()
190 + Integer.toHexString(c) + "): 0x" in _testTrieIteration()
191 + Integer.toHexString(value) + " instead of 0x" in _testTrieIteration()
192 + Integer.toHexString(values[i])); in _testTrieIteration()
236 + Integer.toHexString(start) + "]==0x" in _testTrieRanges()
237 + Integer.toHexString(newTrie.getValue(start)) in _testTrieRanges()
238 + " instead of 0x" + Integer.toHexString(value)); in _testTrieRanges()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java212 logln("Exp. char: " + Integer.toHexString(s1[i])); in logDiffs()
213 logln("Got char : " + Integer.toHexString(s2[i])); in logDiffs()
377 log(Integer.toHexString(c)); in printChars()
405 log(Integer.toHexString((aByte) & 0xFF) + " "); in printBytes()
411 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
414 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
429 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
444 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
452 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
455 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/
DExhaustiveTest.java215 logln("Exp. char: " + Integer.toHexString(s1[i])); in logDiffs()
216 logln("Got char : " + Integer.toHexString(s2[i])); in logDiffs()
380 log(Integer.toHexString(c)); in printChars()
408 log(Integer.toHexString((aByte) & 0xFF) + " "); in printBytes()
414 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
417 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
432 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
447 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
455 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
458 log(Integer.toHexString((byteBuffer[curByteIndex++]) & 0xFF) + " "); in printBytes()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp3240 VULKAN_HPP_INLINE std::string toHexString( uint32_t value ) in toHexString() function
3308 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
4133 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
4142 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
4201 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
4216 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
4472 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
4514 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
4541 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
4552 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
[all …]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp23 VULKAN_HPP_INLINE std::string toHexString( uint32_t value ) in toHexString() function
130 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
1828 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
1942 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
1966 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
1980 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
2520 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
2624 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
2672 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
2690 …default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) )… in to_string()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCompare.java51 System.out.println("character \\u" + Integer.toHexString(i)); in main()
97 … trackDifference(p, i, "toLowerCase()", Integer.toHexString(UCharacter.toLowerCase(i)), Integer in main()
98 .toHexString(Character.toLowerCase(i))); in main()
102 … trackDifference(p, i, "toTitleCase()", Integer.toHexString(UCharacter.toTitleCase(i)), Integer in main()
103 .toHexString(Character.toTitleCase(i))); in main()
105 … trackDifference(p, i, "toUpperCase()", Integer.toHexString(UCharacter.toUpperCase(i)), Integer in main()
106 .toHexString(Character.toUpperCase(i))); in main()
216 String temp = Integer.toHexString(ch); in trackDifference()
DUCharacterTest.java432 Integer.toHexString(han[i]) + " expected to be " + in TestNumeric()
462 errln("FAIL 0x" + Integer.toHexString(control[i]) + in TestISOControl()
468 errln("FAIL 0x" + Integer.toHexString(noncontrol[i]) + in TestISOControl()
473 logln("Ok 0x" + Integer.toHexString(control[i]) + " and 0x" + in TestISOControl()
474 Integer.toHexString(noncontrol[i])); in TestISOControl()
486 errln("Codepoint \\u" + Integer.toHexString(i) + in TestSupplementary()
492 errln("Codepoint \\u" + Integer.toHexString(i) + in TestSupplementary()
738 Integer.toHexString(ch) + in TestUnicodeData()
951 + Integer.toHexString(ch) in TestUnicodeData()
976 + Integer.toHexString(ch) in TestUnicodeData()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterCompare.java54 System.out.println("character \\u" + Integer.toHexString(i)); in main()
100 … trackDifference(p, i, "toLowerCase()", Integer.toHexString(UCharacter.toLowerCase(i)), Integer in main()
101 .toHexString(Character.toLowerCase(i))); in main()
105 … trackDifference(p, i, "toTitleCase()", Integer.toHexString(UCharacter.toTitleCase(i)), Integer in main()
106 .toHexString(Character.toTitleCase(i))); in main()
108 … trackDifference(p, i, "toUpperCase()", Integer.toHexString(UCharacter.toUpperCase(i)), Integer in main()
109 .toHexString(Character.toUpperCase(i))); in main()
219 String temp = Integer.toHexString(ch); in trackDifference()
DUCharacterTest.java435 Integer.toHexString(han[i]) + " expected to be " + in TestNumeric()
465 errln("FAIL 0x" + Integer.toHexString(control[i]) + in TestISOControl()
471 errln("FAIL 0x" + Integer.toHexString(noncontrol[i]) + in TestISOControl()
476 logln("Ok 0x" + Integer.toHexString(control[i]) + " and 0x" + in TestISOControl()
477 Integer.toHexString(noncontrol[i])); in TestISOControl()
489 errln("Codepoint \\u" + Integer.toHexString(i) + in TestSupplementary()
495 errln("Codepoint \\u" + Integer.toHexString(i) + in TestSupplementary()
741 Integer.toHexString(ch) + in TestUnicodeData()
954 + Integer.toHexString(ch) in TestUnicodeData()
979 + Integer.toHexString(ch) in TestUnicodeData()
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
DEUCTool.java192 System.out.println(i + " " + Integer.toHexString(c.charCode) + " " in processDir()
223 System.out.print("0x" + Integer.toHexString(cp)); in processDir()
356 …System.out.println("Error " + Integer.toHexString(firstByte) + " " + Integer.toHexString(secondByt… in nextChar()
357 … + " " + Integer.toHexString(thirdByte) + " " + Integer.toHexString(fourthByte)); in nextChar()
DBIG5Tool.java192 System.out.println(i + " " + Integer.toHexString(c.charCode) + " " in processDir()
223 System.out.print("0x" + Integer.toHexString(cp)); in processDir()
332 …System.out.println("Error " + Integer.toHexString(firstByte) + " " + Integer.toHexString(secondByt… in nextChar()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DIndexSubTable.java129 String s = "IndexSubTable: " + "[0x" + Integer.toHexString(this.firstGlyphIndex()) + " : Ox" in toString()
130 + Integer.toHexString(this.lastGlyphIndex()) + "]" + ", format = " + this.indexFormat in toString()
132 + Integer.toHexString(this.imageDataOffset()) + "\n"; in toString()
383 "IndexSubTable: " + "[0x" + Integer.toHexString(this.firstGlyphIndex()) + " : Ox" in toString()
384 + Integer.toHexString(this.lastGlyphIndex()) + "]" + ", format = " + this.indexFormat in toString()
386 + Integer.toHexString(this.imageDataOffset()) + "\n"; in toString()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationIteratorTest.java95 errln("got 0x" + Integer.toHexString(e) + ", expected 0x" + Integer.toHexString(e0)); in TestClearBuffers()
147 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
159 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
169 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
178 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
190 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
208 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
316 Integer.toHexString(c1) + ") != strength(0x" + Integer.toHexString(c2) + ")"); in assertEqual()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java92 errln("got 0x" + Integer.toHexString(e) + ", expected 0x" + Integer.toHexString(e0)); in TestClearBuffers()
144 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
156 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
166 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
175 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
187 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
205 errln("Failure at codepoint 0x" + Integer.toHexString(ch) in TestMaxExpansion()
313 Integer.toHexString(c1) + ") != strength(0x" + Integer.toHexString(c2) + ")"); in assertEqual()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DHeader.java215 builder.append(Long.toHexString(this.checksum)); in toString()
217 builder.append(Integer.toHexString(this.offset)); in toString()
219 builder.append(Integer.toHexString(this.length)); in toString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUPropertyAliases.java245 "Invalid property enum "+property+" (0x"+Integer.toHexString(property)+")"); in getPropertyName()
259 "Invalid property enum "+property+" (0x"+Integer.toHexString(property)+")"); in getPropertyValueName()
264 "Property "+property+" (0x"+Integer.toHexString(property)+ in getPropertyValueName()
295 "Invalid property enum "+property+" (0x"+Integer.toHexString(property)+")"); in getPropertyValueEnum()
300 "Property "+property+" (0x"+Integer.toHexString(property)+ in getPropertyValueEnum()
DRBBIDataWrapper.java450 dest.append(Integer.toHexString(n)); in intToHexString()
526 out.println("Error, bad category " + Integer.toHexString(category) + in dumpCharCategories()
527 " for char " + Integer.toHexString(char32)); in dumpCharCategories()
539 catStrings[lastCat] += " " + Integer.toHexString(rangeStart); in dumpCharCategories()
541 catStrings[lastCat] += "-" + Integer.toHexString(rangeEnd); in dumpCharCategories()
548 catStrings[lastCat] += " " + Integer.toHexString(rangeStart); in dumpCharCategories()
550 catStrings[lastCat] += "-" + Integer.toHexString(rangeEnd); in dumpCharCategories()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUPropertyAliases.java246 "Invalid property enum "+property+" (0x"+Integer.toHexString(property)+")"); in getPropertyName()
260 "Invalid property enum "+property+" (0x"+Integer.toHexString(property)+")"); in getPropertyValueName()
265 "Property "+property+" (0x"+Integer.toHexString(property)+ in getPropertyValueName()
296 "Invalid property enum "+property+" (0x"+Integer.toHexString(property)+")"); in getPropertyValueEnum()
301 "Property "+property+" (0x"+Integer.toHexString(property)+ in getPropertyValueEnum()
DRBBIDataWrapper.java406 dest.append(Integer.toHexString(n)); in intToHexString()
483 out.println("Error, bad category " + Integer.toHexString(category) + in dumpCharCategories()
484 " for char " + Integer.toHexString(char32)); in dumpCharCategories()
496 catStrings[lastCat] += " " + Integer.toHexString(rangeStart); in dumpCharCategories()
498 catStrings[lastCat] += "-" + Integer.toHexString(rangeEnd); in dumpCharCategories()
505 catStrings[lastCat] += " " + Integer.toHexString(rangeStart); in dumpCharCategories()
507 catStrings[lastCat] += "-" + Integer.toHexString(rangeEnd); in dumpCharCategories()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DReadableFontData.java317 "Index attempted to be read from is out of bounds: " + Integer.toHexString(index)); in readUByte()
322 "Index attempted to be read from is out of bounds: " + Integer.toHexString(index)); in readUByte()
338 "Index attempted to be read from is out of bounds: " + Integer.toHexString(index)); in readByte()
343 "Index attempted to be read from is out of bounds: " + Integer.toHexString(index)); in readByte()
364 "Index attempted to be read from is out of bounds: " + Integer.toHexString(index)); in readBytes()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java448 Long.toHexString(byteChar), toHexString(bytes), toHexString(after, len)));
451 private static String toHexString(byte[] b) {
452 return toHexString(b, b.length);
455 private static String toHexString(byte[] b, int len) {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DBasicTest.java422 Integer.toHexString(CPNFD[count])); in TestQuickCheckResultNO()
429 Integer.toHexString(CPNFC[count])); in TestQuickCheckResultNO()
436 Integer.toHexString(CPNFKD[count])); in TestQuickCheckResultNO()
443 Integer.toHexString(CPNFKC[count])); in TestQuickCheckResultNO()
451 Integer.toHexString(CPNFKC[count])); in TestQuickCheckResultNO()
480 Integer.toHexString(cp)); in TestQuickCheckResultYES()
487 Integer.toHexString(cp)); in TestQuickCheckResultYES()
494 Integer.toHexString(cp)); in TestQuickCheckResultYES()
501 Integer.toHexString(cp)); in TestQuickCheckResultYES()
509 Integer.toHexString(cp)); in TestQuickCheckResultYES()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java419 Integer.toHexString(CPNFD[count])); in TestQuickCheckResultNO()
426 Integer.toHexString(CPNFC[count])); in TestQuickCheckResultNO()
433 Integer.toHexString(CPNFKD[count])); in TestQuickCheckResultNO()
440 Integer.toHexString(CPNFKC[count])); in TestQuickCheckResultNO()
448 Integer.toHexString(CPNFKC[count])); in TestQuickCheckResultNO()
477 Integer.toHexString(cp)); in TestQuickCheckResultYES()
484 Integer.toHexString(cp)); in TestQuickCheckResultYES()
491 Integer.toHexString(cp)); in TestQuickCheckResultYES()
498 Integer.toHexString(cp)); in TestQuickCheckResultYES()
506 Integer.toHexString(cp)); in TestQuickCheckResultYES()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DBreakIteratorTest.java53 errln("Break between CR and LF in string U+" + Integer.toHexString( in doOtherInvariantTest()
54 (work.charAt(0))) + ", U+d U+a U+" + Integer.toHexString( in doOtherInvariantTest()
81 errln("Break between U+" + Integer.toHexString((work.charAt(1))) in doOtherInvariantTest()
82 + " and U+" + Integer.toHexString((work.charAt(2)))); in doOtherInvariantTest()
101 temp = Integer.toHexString(c); in debugLogln()

1234