HomeSort by relevance Sort by last modified time
    Searched refs:eSplit (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 141 private final Dfp[] eSplit;
216 eSplit = split(eString);
234 eSplit = null;
477 return eSplit.clone();
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 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.")
    [all...]

Completed in 2353 milliseconds