Home | History | Annotate | Download | only in i18n

Lines Matching refs:ignoreChars

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