Searched refs:decStr (Results 1 – 3 of 3) sorted by relevance
482 String decStr = "1" + decSep + "23"; in Test4087244() local483 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) { in Test4087244()485 monStr + "\" and not \"" + decStr + '"'); in Test4087244()489 "\" and not \"" + decStr + '"'); in Test4087244()
479 String decStr = "1" + decSep + "23"; in Test4087244() local480 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) { in Test4087244()482 monStr + "\" and not \"" + decStr + '"'); in Test4087244()486 "\" and not \"" + decStr + '"'); in Test4087244()
880 UnicodeString decStr("1x23"); in Test4087244() local881 decStr.replace((int32_t)1, 1, decSep); in Test4087244()882 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) { in Test4087244()884 monStr + "\" and not \"" + decStr + '"'); in Test4087244()888 "\" and not \"" + decStr + '"'); in Test4087244()