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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp157 static int32_t populatePrefixSuffix(const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status);
162 static CDFUnit* createCDFUnit(const char* variant, int32_t log10Value, UHashtable* table, UErrorCode& status);
163 static const CDFUnit* getCDFUnitFallback(const UHashtable* table, const UnicodeString& variant, int32_t log10Value);
700 int32_t log10Value = computeLog10(power10, FALSE); local
702 if (log10Value == MAX_DIGITS) {
728 variant, log10Value, formatStr, result->unitsByVariant, status);
754 result->divisors[log10Value] = divisor;
765 // and suffix, populatePrefixSuffix returns log10Value + 1.
767 const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status) {
778 CDFUnit* unit = createCDFUnit(variant, log10Value, resul
766 populatePrefixSuffix( const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status) argument
913 createCDFUnit(const char* variant, int32_t log10Value, UHashtable* table, UErrorCode& status) argument
938 getCDFUnitFallback(const UHashtable* table, const UnicodeString& variant, int32_t log10Value) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp157 static int32_t populatePrefixSuffix(const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status);
162 static CDFUnit* createCDFUnit(const char* variant, int32_t log10Value, UHashtable* table, UErrorCode& status);
163 static const CDFUnit* getCDFUnitFallback(const UHashtable* table, const UnicodeString& variant, int32_t log10Value);
700 int32_t log10Value = computeLog10(power10, FALSE); local
702 if (log10Value == MAX_DIGITS) {
728 variant, log10Value, formatStr, result->unitsByVariant, status);
754 result->divisors[log10Value] = divisor;
765 // and suffix, populatePrefixSuffix returns log10Value + 1.
767 const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status) {
778 CDFUnit* unit = createCDFUnit(variant, log10Value, resul
766 populatePrefixSuffix( const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status) argument
913 createCDFUnit(const char* variant, int32_t log10Value, UHashtable* table, UErrorCode& status) argument
938 getCDFUnitFallback(const UHashtable* table, const UnicodeString& variant, int32_t log10Value) argument
[all...]

Completed in 64 milliseconds