Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp915 CDFUnit *cdfUnit = (CDFUnit*) uhash_get(table, variant); in createCDFUnit() local
916 if (cdfUnit == NULL) { in createCDFUnit()
917 cdfUnit = new CDFUnit[MAX_DIGITS]; in createCDFUnit()
918 if (cdfUnit == NULL) { in createCDFUnit()
922 uhash_put(table, uprv_strdup(variant), cdfUnit, &status); in createCDFUnit()
927 CDFUnit* result = &cdfUnit[log10Value]; in createCDFUnit()
939 const CDFUnit *cdfUnit = NULL; in getCDFUnitFallback() local
942 cdfUnit = (const CDFUnit*) uhash_get(table, cvariant.data()); in getCDFUnitFallback()
944 if (cdfUnit == NULL) { in getCDFUnitFallback()
945 cdfUnit = (const CDFUnit*) uhash_get(table, gOther); in getCDFUnitFallback()
[all …]