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

  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp 728 int32_t fmt_count; local
729 fmt.getFormats(fmt_count);
730 *total_currency_symbol_count += fmt_count;
851 int32_t fmt_count; local
852 const UnicodeString* formats = fmt.getFormats(fmt_count);
853 for (int i = 0; i < fmt_count; ++i) {
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 768 int32_t fmt_count; local
769 fmt.getFormats(fmt_count);
770 *total_currency_symbol_count += fmt_count;
890 int32_t fmt_count; local
891 const UnicodeString* formats = fmt.getFormats(fmt_count);
892 for (int i = 0; i < fmt_count; ++i) {
    [all...]

Completed in 256 milliseconds