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

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp2237 // and ignorables in the text.
2238 const UnicodeSet *ignorables = NULL; local
2241 ignorables = SimpleDateFormatStaticSets::getIgnorables(patternCharIndex);
2247 if (ignorables == NULL || !ignorables->contains(ch)) {
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2270 // and ignorables in the text.
2271 const UnicodeSet *ignorables = NULL; local
2274 ignorables = SimpleDateFormatStaticSets::getIgnorables(patternCharIndex);
2280 if (ignorables == NULL || !ignorables->contains(ch)) {

Completed in 331 milliseconds