Searched refs:decStr (Results 1 – 3 of 3) sorted by relevance
457 String decStr = "1" + decSep + "23"; in Test4087244() local458 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) { in Test4087244()460 monStr + "\" and not \"" + decStr + '"'); in Test4087244()464 "\" and not \"" + decStr + '"'); in Test4087244()
461 String decStr = "1" + decSep + "23"; in Test4087244() local462 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) { in Test4087244()464 monStr + "\" and not \"" + decStr + '"'); in Test4087244()468 "\" and not \"" + decStr + '"'); in Test4087244()
875 UnicodeString decStr("1x23"); in Test4087244() local876 decStr.replace((int32_t)1, 1, decSep); in Test4087244()877 if (str.indexOf(monStr) >= 0 && str.indexOf(decStr) < 0) { in Test4087244()879 monStr + "\" and not \"" + decStr + '"'); in Test4087244()883 "\" and not \"" + decStr + '"'); in Test4087244()