Searched defs:monDecSeparatorStr (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp1366 UnicodeString monDecSeparatorStr; local
1367 monDecSeparatorStr.append(monDecSeparator);
1368 logln((UnicodeString)"Before set ==> Currency : " + currency +(UnicodeString)" Intl Currency : " + intlCurrency + (UnicodeString)" Monetary Decimal Separator : " + monDecSeparatorStr);
1380 monDecSeparatorStr.remove();
1381 monDecSeparatorStr.append(monDecSeparator);
1382 logln("After set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparatorStr);

Completed in 70 milliseconds