Lines Matching defs:GetLength
183 inline uint32_t GetLength() const
231 if (hashcode == 0 && GetLength() != 0) {
249 // GetLength() == 0 means it's an empty array.No need to computeHashCode again when hashseed is 0.
250 if (hashcode == 0 && GetLength() != 0) {
395 size_t length = GetLength();
413 return CopyDataRegionUtf8(buf, 0, GetLength(), maxLength, true, isWriteBuffer) + 1;
459 uint32_t length = GetLength();
484 uint32_t len = GetLength();
512 uint32_t length = GetLength();
536 auto length = GetLength();
551 uint32_t strLen = GetLength();
570 uint32_t strLen = GetLength();
592 ASSERT(GetLength() <= MAX_CACHED_INTEGER_SIZE);
601 if (hashcode == 0 && GetLength() != 0) {
790 uint32_t length = str->GetLength();
796 uint32_t length = str->GetLength();
814 int32_t length = static_cast<int32_t>(GetLength());
830 ASSERT(index < GetLength());
883 int32_t length = static_cast<int32_t>(GetLength());
928 int32_t length = static_cast<int32_t>(GetLength());
974 return strSecond->GetLength() == 0;
980 int32_t length = static_cast<int32_t>(GetLength());
995 if (static_cast<int32_t>(first->GetLength()) > index) {
998 index -= static_cast<int32_t>(first->GetLength());
1044 uint32_t GetLength() const
1062 // eg: EcmaString *str = ***; str->GetLength() -----> EcmaStringAccessor(str).GetLength()
1158 uint32_t GetLength() const
1160 return string_->GetLength();
1264 return string_->WriteUtf16(buf, GetLength(), bufLength);