Searched refs:decStr (Results 1 – 3 of 3) sorted by relevance
478 String decStr = "1" + decSep + "23"; in Test4087244() local479 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) { in Test4087244()481 monStr + "\" and not \"" + decStr + '"'); in Test4087244()485 "\" 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()
878 UnicodeString decStr("1x23"); in Test4087244() local879 decStr.replace((int32_t)1, 1, decSep); in Test4087244()880 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) { in Test4087244()882 monStr + "\" and not \"" + decStr + '"'); in Test4087244()886 "\" and not \"" + decStr + '"'); in Test4087244()