Home | History | Annotate | Download | only in intltest

Lines Matching refs:decStr

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 + '"');