Home
last modified time | relevance | path

Searched defs:stdString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dinlay_hints_test.cpp161 const std::string stdString = "string"; in TEST_F() local
258 const std::string stdString = "String"; in TEST_F() local
301 const std::string stdString = "string"; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dlocale_helper_test.cpp211 std::string stdString = LocaleHelper::ConvertToStdString(thread, handleEcmaStr); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/tuple_ops/
Dtuplevalue_getitem_ref_test.cpp48 std::string stdString {}; in CheckStringValue() local
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.cpp798 std::string stdString = EcmaStringAccessor(bigintStr).ToStdString(thread); in FormatNumeric() local
928 std::string stdString = EcmaStringAccessor(bigintStr).ToStdString(thread); in FormatNumericToParts() local
Djs_list_format.cpp263 std::string stdString = intl::LocaleHelper::ConvertToStdString(thread, kValueString); in ToUnicodeStringArray() local
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.cpp90 JSVM_Value Str(const std::string& stdString) in Str()