Home
last modified time | relevance | path

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

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