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

/external/chromium/third_party/icu/source/test/intltest/
H A Dnumrgts.cpp883 UnicodeString tempString; local
913 tempString = formatter->format (-5789.9876, tempString);
915 if (tempString == expectedDefault) {
920 " Received " + tempString ); local
926 tempString.remove();
927 tempString = formatter->format( 5789.9876, tempString );
929 if (tempString == expectedCurrency) {
934 " Received " + tempString ); local
949 " Received " + tempString ); local
960 UnicodeString tempString; local
992 " Received " + tempString ); local
1006 " Received " + tempString ); local
1020 " Received " + tempString ); local
1032 UnicodeString tempString; local
1061 " Received " + tempString ); local
1075 " Received " + tempString ); local
1089 " Received " + tempString ); local
1100 UnicodeString tempString; local
1126 " Received " + tempString ); local
1140 " Received " + tempString ); local
1154 " Received " + tempString ); local
1241 UnicodeString tempString; local
[all...]
/external/icu4c/test/intltest/
H A Dnumrgts.cpp883 UnicodeString tempString; local
913 tempString = formatter->format (-5789.9876, tempString);
915 if (tempString == expectedDefault) {
920 " Received " + tempString ); local
926 tempString.remove();
927 tempString = formatter->format( 5789.9876, tempString );
929 if (tempString == expectedCurrency) {
934 " Received " + tempString ); local
949 " Received " + tempString ); local
960 UnicodeString tempString; local
992 " Received " + tempString ); local
1006 " Received " + tempString ); local
1020 " Received " + tempString ); local
1032 UnicodeString tempString; local
1061 " Received " + tempString ); local
1075 " Received " + tempString ); local
1089 " Received " + tempString ); local
1100 UnicodeString tempString; local
1126 " Received " + tempString ); local
1140 " Received " + tempString ); local
1154 " Received " + tempString ); local
1241 UnicodeString tempString; local
[all...]

Completed in 238 milliseconds