Home | History | Annotate | Download | only in i18n

Lines Matching refs:FORMAT

170 static const char gNamesFormatTag[]="format";
556 case FORMAT :
619 case FORMAT :
675 case FORMAT :
813 case FORMAT :
907 case FORMAT :
988 case FORMAT :
1311 { "day-format-except-narrow", DateFormatSymbols::kCapContextUsageDayFormat },
1319 { "month-format-except-narrow", DateFormatSymbols::kCapContextUsageMonthFormat },
1556 if ( status == U_MISSING_RESOURCE_ERROR ) { /* If format/narrow not available, use format/abbreviated */
1562 if ( status == U_MISSING_RESOURCE_ERROR ) { /* If standalone/wide not available, use format/wide */
1567 if ( status == U_MISSING_RESOURCE_ERROR ) { /* If standalone/abbreviated not available, use format/abbreviated */
1572 if ( status == U_MISSING_RESOURCE_ERROR ) { /* if standalone/narrow not availabe, try format/narrow */
1575 if ( status == U_MISSING_RESOURCE_ERROR ) { /* if still not there, use format/abbreviated */
1610 // Format wide weekdays -> fWeekdays
1628 // Format abbreviated weekdays -> fShortWeekdays
1645 // Format short weekdays -> fShorterWeekdays (fall back to abbreviated)
1666 // Format narrow weekdays -> fNarrowWeekdays
1733 // Stand-alone short weekdays -> fStandaloneShorterWeekdays (fall back to format abbreviated)