HomeSort by relevance Sort by last modified time
    Searched full:decstr (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/intltest/
numrgts.cpp 864 UnicodeString decStr("1x23");
865 decStr.replace((int32_t)1, 1, decSep);
866 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) {
868 monStr + "\" and not \"" + decStr + '"');
872 "\" and not \"" + decStr + '"');
    [all...]

Completed in 204 milliseconds