Home | History | Annotate | Download | only in i18n

Lines Matching refs:tfChar

571                     UChar tfChar = rbPattern.charAt(tfIdx);
572 if ( tfChar == SINGLE_QUOTE ) {
574 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
575 fDefaultHourFormatChar = tfChar;