Lines Matching refs:eSplit
161 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
163 int32_t cpLength = eSplit[0].length();
166 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
193 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got no matches");
197 if (name.compare(eSplit[0]) != 0) {
198 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got " + name);
212 if (splits > 1 && lang.compare(eSplit[1]) != 0) {
213 errln("Language detection failure for " + id + ", " + eSplit[0] + ": expected " + eSplit[1] + ", got " + lang);
221 errln("Round-trip error for " + id + ", " + eSplit[0] + ": getUChars() didn't yeild the original string.");
238 delete[] eSplit;