/third_party/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 738 CharString chStr(longStr, errorCode); in TestCharString() local 739 if (0 != strcmp(longStr, chStr.data()) || (int32_t)strlen(longStr) != chStr.length()) { in TestCharString() 744 copy.copyFrom(chStr, errorCode); in TestCharString() 748 StringPiece sp(chStr.toStringPiece()); in TestCharString() 750 chStr.append(sp, errorCode).append(chStr, errorCode); in TestCharString() 755 if (0 != strcmp(expected, chStr.data()) || (int32_t)strlen(expected) != chStr.length()) { in TestCharString() 758 chStr.clear().append("abc", errorCode).append("defghij", 3, errorCode); in TestCharString() 759 if (0 != strcmp("abcdef", chStr.data()) || 6 != chStr.length()) { in TestCharString() 762 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE( in TestCharString() 767 if (0 != strcmp(expected, chStr.data()) || (int32_t)strlen(expected) != chStr.length()) { in TestCharString() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | TestDeprecatedNormalizerAPI.java | 137 String chStr = String.valueOf(ch); in TestRoundTrip() local 149 if (!comp.equals(chStr)) { in TestRoundTrip() 150 errln("ERROR: Round trip invalid: " + hex(chStr) + " --> " + hex(decomp) in TestRoundTrip()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | TestDeprecatedNormalizerAPI.java | 140 String chStr = String.valueOf(ch); in TestRoundTrip() local 152 if (!comp.equals(chStr)) { in TestRoundTrip() 153 errln("ERROR: Round trip invalid: " + hex(chStr) + " --> " + hex(decomp) in TestRoundTrip()
|
/third_party/node/deps/icu-small/source/common/ |
D | caniter.cpp | 326 UnicodeString *chStr = new UnicodeString(cp); in permute() local 328 if (chStr == NULL) { in permute() 332 chStr->append(*permRes); //*((UnicodeString *)(ne->value.pointer)); in permute() 334 result->put(*chStr, chStr, status); in permute()
|
/third_party/icu/icu4c/source/common/ |
D | caniter.cpp | 326 UnicodeString *chStr = new UnicodeString(cp); in permute() local 328 if (chStr == NULL) { in permute() 332 chStr->append(*permRes); //*((UnicodeString *)(ne->value.pointer)); in permute() 334 result->put(*chStr, chStr, status); in permute()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | caniter.cpp | 326 UnicodeString *chStr = new UnicodeString(cp); in permute() local 328 if (chStr == NULL) { in permute() 332 chStr->append(*permRes); //*((UnicodeString *)(ne->value.pointer)); in permute() 334 result->put(*chStr, chStr, status); in permute()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | caniter.cpp | 326 UnicodeString *chStr = new UnicodeString(cp); in permute() local 328 if (chStr == NULL) { in permute() 332 chStr->append(*permRes); //*((UnicodeString *)(ne->value.pointer)); in permute() 334 result->put(*chStr, chStr, status); in permute()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CanonicalIterator.java | 199 String chStr = UTF16.valueOf(source, i); in permute() local 201 String piece = chStr + s; in permute()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CanonicalIterator.java | 195 String chStr = UTF16.valueOf(source, i); in permute() local 197 String piece = chStr + s; in permute()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCharacterName.java | 377 String chStr = Integer.toHexString(ch).toUpperCase(Locale.ENGLISH); in getExtendedOr10Name() local 378 int zeros = 4 - chStr.length(); in getExtendedOr10Name() 383 m_utilStringBuffer_.append(chStr); in getExtendedOr10Name()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterName.java | 376 String chStr = Integer.toHexString(ch).toUpperCase(Locale.ENGLISH); in getExtendedOr10Name() local 377 int zeros = 4 - chStr.length(); in getExtendedOr10Name() 382 m_utilStringBuffer_.append(chStr); in getExtendedOr10Name()
|