Lines Matching defs:utf16Len
3249 …e<EcmaString> ObjectFactory::GetStringFromStringTable(const uint16_t *utf16Data, uint32_t utf16Len, in GetStringFromStringTable()
3275 uint32_t utf16Len = sd.utf16_length; in GetRawStringFromStringTable() local
3295 uint32_t utf16Len = sd.utf16_length; in GetRawStringFromStringTableWithoutJSHandle() local
4153 uint32_t utf16Len = data.length(); in NewFromUtf16WithoutStringTable() local
4202 …String> ObjectFactory::NewFromUtf16WithoutStringTable(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16WithoutStringTable()
4216 JSHandle<EcmaString> ObjectFactory::NewFromUtf16(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16()
4222 …andle<EcmaString> ObjectFactory::NewFromUtf16Compress(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16Compress()
4228 …le<EcmaString> ObjectFactory::NewFromUtf16NotCompress(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16NotCompress()
4272 …Handle<EcmaString> ObjectFactory::NewFromUtf16Literal(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16Literal()
4279 …cmaString> ObjectFactory::NewFromUtf16LiteralCompress(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16LiteralCompress()
4286 …String> ObjectFactory::NewFromUtf16LiteralNotCompress(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16LiteralNotCompress()