Home | History | Annotate | Download | only in i18n

Lines Matching refs:ignoreChars

559                 UBool ignoreChars = FALSE;
563 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
564 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {