Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dtime_util.cpp27 constexpr uint8_t IDX_PENULT = 2; variable
45 char penult = time[size - IDX_PENULT]; in ParseToMilliseconds()
48 bufSize = size - IDX_PENULT; in ParseToMilliseconds()