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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp917 CDFUnit *cdfUnit = (CDFUnit*) uhash_get(table, variant); local
918 if (cdfUnit == NULL) {
919 cdfUnit = new CDFUnit[MAX_DIGITS];
920 if (cdfUnit == NULL) {
924 uhash_put(table, uprv_strdup(variant), cdfUnit, &status);
929 CDFUnit* result = &cdfUnit[log10Value];
941 const CDFUnit *cdfUnit = NULL; local
944 cdfUnit = (const CDFUnit*) uhash_get(table, cvariant.data());
946 if (cdfUnit == NULL) {
947 cdfUnit
[all...]
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp917 CDFUnit *cdfUnit = (CDFUnit*) uhash_get(table, variant); local
918 if (cdfUnit == NULL) {
919 cdfUnit = new CDFUnit[MAX_DIGITS];
920 if (cdfUnit == NULL) {
924 uhash_put(table, uprv_strdup(variant), cdfUnit, &status);
929 CDFUnit* result = &cdfUnit[log10Value];
941 const CDFUnit *cdfUnit = NULL; local
944 cdfUnit = (const CDFUnit*) uhash_get(table, cvariant.data());
946 if (cdfUnit == NULL) {
947 cdfUnit
[all...]

Completed in 102 milliseconds