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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegression.java 461 String decStr = "1" + decSep + "23";
462 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) {
464 monStr + "\" and not \"" + decStr + '"');
468 "\" and not \"" + decStr + '"');
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegression.java 457 String decStr = "1" + decSep + "23";
458 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) {
460 monStr + "\" and not \"" + decStr + '"');
464 "\" and not \"" + decStr + '"');
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 875 UnicodeString decStr("1x23");
876 decStr.replace((int32_t)1, 1, decSep);
877 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) {
879 monStr + "\" and not \"" + decStr + '"');
883 "\" and not \"" + decStr + '"');
    [all...]

Completed in 112 milliseconds