Lines Matching full:utext
2699 UnicodeString utext = ctou(text);2700 LocalPointer<CurrencyAmount> currencyAmount(fmt.parseCurrency(utext, ppos));2702 errln(UnicodeString("Parse of ") + utext + " should have succeeded.");