Searched refs:someAffix (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp8345 UnicodeString someAffix; local
8346 fmtCopy.setPositivePrefix(fmtCopy.getPositivePrefix(someAffix));
8352 UnicodeString someAffix; local
8353 fmtCopy.setPositiveSuffix(fmtCopy.getPositiveSuffix(someAffix));
8359 UnicodeString someAffix; local
8360 fmtCopy.setNegativePrefix(fmtCopy.getNegativePrefix(someAffix));
8366 UnicodeString someAffix; local
8367 fmtCopy.setNegativeSuffix(fmtCopy.getNegativeSuffix(someAffix));
8372 UnicodeString someAffix("be''eet\\u00a4\\u00a4\\u00a4 it.");
8373 someAffix
[all...]

Completed in 87 milliseconds