Home
last modified time | relevance | path

Searched refs:ignoreChars (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtptngen.cpp800 UBool ignoreChars = FALSE; in consumeShortTimePattern() local
804 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote) in consumeShortTimePattern()
805 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != nullptr ) { in consumeShortTimePattern()