Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dsource_map_test.cpp397 std::vector<SourceMapInfo> afterPos; in HWTEST_F_L0() local
405 afterPos.push_back(info); in HWTEST_F_L0()
406 targetMap.afterPos_ = afterPos; in HWTEST_F_L0()
486 std::vector<SourceMapInfo> afterPos; in HWTEST_F_L0() local
494 afterPos.push_back(info); in HWTEST_F_L0()
495 targetMap.afterPos_ = afterPos; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_number_format.cpp285 size_t afterPos = pos + JSNumberFormat::PERUNIT_STRING; in IsWellFormedUnitIdentifier() local
286 if (pos == std::string::npos || unit.find("-per-", afterPos) != std::string::npos) { in IsWellFormedUnitIdentifier()

Completed in 3 milliseconds