HomeSort by relevance Sort by last modified time
    Searched full:ignorechars (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 559 UBool ignoreChars = FALSE;
563 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
564 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 560 UBool ignoreChars = FALSE;
564 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
565 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
    [all...]

Completed in 107 milliseconds