Searched refs:styleID (Results 1 – 3 of 3) sorted by relevance
1691 int32_t typeID, styleID; in createAppropriateFormat() local1742 styleID = findKeyword(style, DATE_STYLE_IDS); in createAppropriateFormat()1743 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault; in createAppropriateFormat()1751 if (styleID < 0 && fmt != nullptr) { in createAppropriateFormat()
1690 int32_t typeID, styleID; in createAppropriateFormat() local1741 styleID = findKeyword(style, DATE_STYLE_IDS); in createAppropriateFormat()1742 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault; in createAppropriateFormat()1750 if (styleID < 0 && fmt != NULL) { in createAppropriateFormat()
1688 int32_t typeID, styleID; in createAppropriateFormat() local1739 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()