Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dtime_util.cpp25 constexpr char CHAR_S = 's'; variable
47 if (penult == CHAR_M && last == CHAR_S) { in ParseToMilliseconds()
49 } else if (last == CHAR_S) { in ParseToMilliseconds()