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

/external/chromium/third_party/icu/source/i18n/
H A Ddtptngen.cpp565 UBool ignoreChars = FALSE; local
569 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
570 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
/external/icu4c/i18n/
H A Ddtptngen.cpp560 UBool ignoreChars = FALSE; local
564 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
565 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {

Completed in 21 milliseconds