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

  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp 657 } CurrencyNameStruct;
671 const CurrencyNameStruct* currName_1 = (const CurrencyNameStruct*)a;
672 const CurrencyNameStruct* currName_2 = (const CurrencyNameStruct*)b;
784 CurrencyNameStruct** currencyNames,
786 CurrencyNameStruct** currencySymbols,
802 *currencyNames = (CurrencyNameStruct*)uprv_malloc
803 (sizeof(CurrencyNameStruct) * (*total_currency_name_count));
804 *currencySymbols = (CurrencyNameStruct*)uprv_mallo
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 697 } CurrencyNameStruct;
711 const CurrencyNameStruct* currName_1 = (const CurrencyNameStruct*)a;
712 const CurrencyNameStruct* currName_2 = (const CurrencyNameStruct*)b;
823 CurrencyNameStruct** currencyNames,
825 CurrencyNameStruct** currencySymbols,
841 *currencyNames = (CurrencyNameStruct*)uprv_malloc
842 (sizeof(CurrencyNameStruct) * (*total_currency_name_count));
843 *currencySymbols = (CurrencyNameStruct*)uprv_mallo
    [all...]

Completed in 65 milliseconds