Lines Matching defs:utf16Len
3527 …e<EcmaString> ObjectFactory::GetStringFromStringTable(const uint16_t *utf16Data, uint32_t utf16Len, in GetStringFromStringTable()
3542 uint32_t utf16Len = sd.utf16_length; in GetRawStringFromStringTable() local
3559 uint32_t utf16Len = sd.utf16_length; in GetRawStringFromStringTableWithoutJSHandle() local
4459 uint32_t utf16Len = data.length(); in NewFromUtf16WithoutStringTable() local
4508 …String> ObjectFactory::NewFromUtf16WithoutStringTable(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16WithoutStringTable()
4522 JSHandle<EcmaString> ObjectFactory::NewFromUtf16(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16()
4528 …andle<EcmaString> ObjectFactory::NewFromUtf16Compress(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16Compress()
4534 …le<EcmaString> ObjectFactory::NewFromUtf16NotCompress(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16NotCompress()
4578 …Handle<EcmaString> ObjectFactory::NewFromUtf16Literal(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16Literal()
4585 …cmaString> ObjectFactory::NewFromUtf16LiteralCompress(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16LiteralCompress()
4592 …String> ObjectFactory::NewFromUtf16LiteralNotCompress(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16LiteralNotCompress()