Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_format_impl.cpp330 string timeCharacters = "ahHkKms:"; in IsTimeChar() local
331 return (timeCharacters.find(ch) != string::npos) ? true : false; in IsTimeChar()