Searched refs:styleID (Results 1 – 1 of 1) sorted by relevance
1684 int32_t typeID, styleID; in createAppropriateFormat() local1728 styleID = findKeyword(style, DATE_STYLE_IDS); in createAppropriateFormat()1729 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault; in createAppropriateFormat()1737 if (styleID < 0 && fmt != NULL) { in createAppropriateFormat()