Home
last modified time | relevance | path

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

/external/icu/icu4c/source/io/
Dufmt_cmn.cpp65 #define TO_LC_DIGIT(a) a <= 9 ? (DIGIT_0 + a) : (0x0057 + a) macro
82 buffer[length++] = (UChar)(uselower ? TO_LC_DIGIT(digit) in ufmt_64tou()
124 buffer[length++]=TO_LC_DIGIT(firstNibble); in ufmt_ptou()
125 buffer[length++]=TO_LC_DIGIT(secondNibble); in ufmt_ptou()