HomeSort by relevance Sort by last modified time
    Searched refs:negSuffix (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dcfmapts.cpp 217 UnicodeString negSuffix;
219 negSuffix = pat.getNegativeSuffix(negSuffix);
220 logln((UnicodeString)"Negative suffix (should be ~): " + negSuffix);
221 if(negSuffix != "~") {
  /external/icu4c/test/intltest/
dcfmapts.cpp 224 UnicodeString negSuffix;
226 negSuffix = pat.getNegativeSuffix(negSuffix);
227 logln((UnicodeString)"Negative suffix (should be ~): " + negSuffix);
228 if(negSuffix != "~") {
  /external/icu4c/i18n/unicode/
decimfmt.h     [all...]
  /external/icu4c/i18n/
decimfmt.cpp 88 const UnicodeString& negSuffix,
93 negSuffixPatternForCurrency = negSuffix;
117 const UnicodeString& negSuffix,
121 negSuffixForCurrency = negSuffix;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
decimfmt.cpp     [all...]

Completed in 340 milliseconds