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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp708 UResourceBundle* variantBundle = NULL; local
711 variantBundle = ures_getByIndex(power10Bundle, i, variantBundle, &status);
713 ures_close(variantBundle);
716 const char* variant = ures_getKey(variantBundle);
718 const UChar* formatStrP = ures_getString(variantBundle, &resLen, &status);
720 ures_close(variantBundle);
730 ures_close(variantBundle);
738 ures_close(variantBundle);
744 ures_close(variantBundle);
[all...]
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp708 UResourceBundle* variantBundle = NULL; local
711 variantBundle = ures_getByIndex(power10Bundle, i, variantBundle, &status);
713 ures_close(variantBundle);
716 const char* variant = ures_getKey(variantBundle);
718 const UChar* formatStrP = ures_getString(variantBundle, &resLen, &status);
720 ures_close(variantBundle);
730 ures_close(variantBundle);
738 ures_close(variantBundle);
744 ures_close(variantBundle);
[all...]

Completed in 122 milliseconds