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

/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp894 UnicodeString tempString; local
925 tempString = formatter->format (-5789.9876, tempString);
927 if (tempString == expectedDefault) {
932 " Received " + tempString ); local
938 tempString.remove();
939 tempString = formatter->format( 5789.9876, tempString );
941 if (tempString == expectedCurrency) {
946 " Received " + tempString ); local
961 " Received " + tempString ); local
972 UnicodeString tempString; local
1004 " Received " + tempString ); local
1018 " Received " + tempString ); local
1032 " Received " + tempString ); local
1044 UnicodeString tempString; local
1073 " Received " + tempString ); local
1087 " Received " + tempString ); local
1101 " Received " + tempString ); local
1112 UnicodeString tempString; local
1138 " Received " + tempString ); local
1152 " Received " + tempString ); local
1166 " Received " + tempString ); local
1253 UnicodeString tempString; local
[all...]

Completed in 74 milliseconds