Home | History | Annotate | Download | only in i18n

Lines Matching full:styleid

1562     int32_t typeID, styleID;
1597 styleID = findKeyword(style, DATE_STYLE_IDS);
1598 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault;
1606 if (styleID < 0 && fmt != NULL) {