Searched refs:chStr (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | strtest.cpp | 480 CharString chStr(longStr, errorCode); in TestCharString() local 481 if (0 != strcmp(longStr, chStr.data()) || (int32_t)strlen(longStr) != chStr.length()) { in TestCharString() 486 copy.copyFrom(chStr, errorCode); in TestCharString() 490 StringPiece sp(chStr.toStringPiece()); in TestCharString() 492 chStr.append(sp, errorCode).append(chStr, errorCode); in TestCharString() 497 if (0 != strcmp(expected, chStr.data()) || (int32_t)strlen(expected) != chStr.length()) { in TestCharString() 500 chStr.clear().append("abc", errorCode).append("defghij", 3, errorCode); in TestCharString() 501 if (0 != strcmp("abcdef", chStr.data()) || 6 != chStr.length()) { in TestCharString() 504 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE( in TestCharString() 509 if (0 != strcmp(expected, chStr.data()) || (int32_t)strlen(expected) != chStr.length()) { in TestCharString() [all …]
|
/external/icu4c/common/ |
D | caniter.cpp | 324 UnicodeString *chStr = new UnicodeString(cp); in permute() local 326 if (chStr == NULL) { in permute() 330 chStr->append(*permRes); //*((UnicodeString *)(ne->value.pointer)); in permute() 332 result->put(*chStr, chStr, status); in permute()
|