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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp149 UnicodeString *eSplit = split(encoding, CH_SLASH, splits); local
151 int32_t cpLength = eSplit[0].length();
154 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
181 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got no matches");
185 if (name.compare(eSplit[0]) != 0) {
186 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got " + name);
200 if (splits > 1 && lang.compare(eSplit[1]) != 0) {
201 errln("Language detection failure for " + id + ", " + eSplit[0] + ": expected " + eSplit[1] + ", got " + lang);
209 errln("Round-trip error for " + id + ", " + eSplit[
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp161 UnicodeString *eSplit = split(encoding, CH_SLASH, splits); local
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[
[all...]

Completed in 99 milliseconds