Home | History | Annotate | Download | only in intltest

Lines Matching refs:decStr

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