Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp1688 int32_t typeID, styleID; in createAppropriateFormat() local
1739 styleID = findKeyword(style, DATE_STYLE_IDS); in createAppropriateFormat()
1740 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault; in createAppropriateFormat()
1748 if (styleID < 0 && fmt != NULL) { in createAppropriateFormat()