Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dtime_util.cpp45 char penult = time[size - IDX_PENULT]; in ParseToMilliseconds() local
47 if (penult == CHAR_M && last == CHAR_S) { in ParseToMilliseconds()