Searched refs:ignoreChars (Results 1 – 1 of 1) sorted by relevance
722 UBool ignoreChars = FALSE; in consumeShortTimePattern() local726 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote) in consumeShortTimePattern()727 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) { in consumeShortTimePattern()