Searched defs:isUtf8 (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| H A D | string_index_of.h | 193 bool isUtf8 = string->IsMUtf8(); in StringIndexOfU16() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_regexp.cpp | 1153 bool isUtf8 = true; in ReplaceInternal() local 2887 CreateStringFromResultArray(JSThread *thread, const JSHandle<TaggedArray> resultArray, const std::vector<uint64_t> &resultLengthArray, JSHandle<EcmaString> srcString, uint32_t resultStrLength, bool isUtf8) CreateStringFromResultArray() argument
|
| H A D | builtins_string.cpp | 1002 bool isUtf8 = EcmaStringAccessor(thisHandle).IsUtf8(); in Repeat() local 1679 bool isUtf8 = EcmaStringAccessor(thisString).IsUtf8(); in CreateArrayFromString() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 224 BRANCH(IsUtf16String(stringInfoGate.GetString()), &isUtf16, &isUtf8);
in FastStringCharCodeAt() local 1094 BRANCH(IsUtf16String(stringInfoGate.GetString()), &isUtf16, &isUtf8);
in StringAt() local 1178 BRANCH(IsUtf16String(str), &isUtf16, &isUtf8); GetSingleCharCodeFromLineString() local 1291 BRANCH(IsUtf16String(stringInfoGate.GetString()), &isUtf16, &isUtf8); CreateFromEcmaString() local 1381 BRANCH(IsUtf8String(thisValue), &isUtf8, &isUtf16); FastSubString() local 2215 BRANCH(IsUtf8String(thisValue), &isUtf8, slowPath); ToLowerCase() local 2616 EcmaStringTrimBody(GateRef glue, GateRef thisValue, StringInfoGateRef srcStringInfoGate, GateRef trimMode, GateRef isUtf8) EcmaStringTrimBody() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3719 int32_t RuntimeStubs::StringGetStart(bool isUtf8, EcmaString *srcString, int32_t length, int32_t startIndex) in StringGetStart() argument 3731 int32_t RuntimeStubs::StringGetEnd(bool isUtf8, EcmaString *srcString, in StringGetEnd() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder.cpp | 8571 BRANCH(IsUtf16String(key), &exit, &isUtf8); in TryStringOrSymbolToElementIndex() local 8815 BRANCH(IsUtf8String(stringInfoGate.GetString()), &isUtf8, &isUtf16); in GetNormalStringData() local
|
Completed in 51 milliseconds