Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp3654 static const UChar def_sep = DateFormatSymbols::DEFAULT_TIME_SEPARATOR; in subParse() local
3663 if (data[0].compare(&def_sep, 1) != 0) { in subParse()
3664 data[count_sep++].setTo(def_sep); in subParse()