Searched refs:chStr (Results 1 – 6 of 6) sorted by relevance
480 CharString chStr(longStr, errorCode); in TestCharString() local481 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 …]
151 String chStr = String.valueOf(ch); in TestRoundTrip() local163 if (!comp.equals(chStr)) { in TestRoundTrip()164 errln("ERROR: Round trip invalid: " + hex(chStr) + " --> " + hex(decomp) in TestRoundTrip()
324 UnicodeString *chStr = new UnicodeString(cp); in permute() local326 if (chStr == NULL) { in permute()330 chStr->append(*permRes); //*((UnicodeString *)(ne->value.pointer)); in permute()332 result->put(*chStr, chStr, status); in permute()
197 String chStr = UTF16.valueOf(source, i); in permute() local199 String piece = chStr + s; in permute()
374 String chStr = Integer.toHexString(ch).toUpperCase(Locale.ENGLISH); in getExtendedOr10Name() local375 int zeros = 4 - chStr.length(); in getExtendedOr10Name()380 m_utilStringBuffer_.append(chStr); in getExtendedOr10Name()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...