Home | History | Annotate | Download | only in i18n

Lines Matching refs:tfChar

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