Home
last modified time | relevance | path

Searched refs:MIN_LENGTH (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_date.h213 static constexpr int MIN_LENGTH = 10; member in panda::ecmascript::JSDate
H A Djs_date.cpp409 } else if (len >= MIN_LENGTH && str.at(len - INDEX_PLUS_NEG) == NEG) {
412 } else if (len >= MIN_LENGTH && str.at(len - INDEX_PLUS_NEG) == PLUS) {

Completed in 2 milliseconds