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/
NumberRegressionTests.java 482 String decStr = "1" + decSep + "23";
483 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) {
485 monStr + "\" and not \"" + decStr + '"');
489 "\" and not \"" + decStr + '"');
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegressionTests.java 479 String decStr = "1" + decSep + "23";
480 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) {
482 monStr + "\" and not \"" + decStr + '"');
486 "\" and not \"" + decStr + '"');
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 880 UnicodeString decStr("1x23");
881 decStr.replace((int32_t)1, 1, decSep);
882 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) {
884 monStr + "\" and not \"" + decStr + '"');
888 "\" and not \"" + decStr + '"');
    [all...]

Completed in 279 milliseconds