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