Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Ddcfmtsym.h145 kFourDigitSymbol, enumerator
/external/icu4c/i18n/
Ddcfmtsym.cpp223 setSymbol(kFourDigitSymbol,DigitString->charAt(4),FALSE); in initialize()
404 fSymbols[kFourDigitSymbol] = (UChar)0x34; // '4' native 4 digit in initialize()
Ddecimfmt.cpp1201 localizedDigits[4] = getConstSymbol(DecimalFormatSymbols::kFourDigitSymbol).char32At(0); in subformat()