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

  /external/chromium/third_party/icu/source/i18n/
ucurr.cpp 737 int32_t fmt_count; local
738 fmt.getFormats(fmt_count);
739 *total_currency_symbol_count += fmt_count;
860 int32_t fmt_count; local
861 const UnicodeString* formats = fmt.getFormats(fmt_count);
862 for (int i = 0; i < fmt_count; ++i) {
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 723 int32_t fmt_count; local
724 fmt.getFormats(fmt_count);
725 *total_currency_symbol_count += fmt_count;
846 int32_t fmt_count; local
847 const UnicodeString* formats = fmt.getFormats(fmt_count);
848 for (int i = 0; i < fmt_count; ++i) {
    [all...]

Completed in 616 milliseconds