Home
last modified time | relevance | path

Searched refs:eSplit (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp161 std::unique_ptr<UnicodeString []> eSplit(split(encoding, CH_SLASH, splits)); in checkEncoding() local
163 int32_t cpLength = eSplit[0].length(); in checkEncoding()
166 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength); in checkEncoding()
193 … errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got no matches"); in checkEncoding()
197 if (name.compare(eSplit[0]) != 0) { in checkEncoding()
198 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got " + name); in checkEncoding()
212 if (splits > 1 && lang.compare(eSplit[1]) != 0) { in checkEncoding()
213 …errln("Language detection failure for " + id + ", " + eSplit[0] + ": expected " + eSplit[1] + ", g… in checkEncoding()
221 …errln("Round-trip error for " + id + ", " + eSplit[0] + ": getUChars() didn't yeild the original s… in checkEncoding()