Lines Matching defs:srcLength
1221 uint32_t srcLength = srcFlat.GetLength();
1224 std::u16string u16str = base::StringHelper::Utf16ToU16String(srcFlat.GetDataUtf16(), srcLength);
1236 uint32_t srcLength = srcFlat.GetLength();
1239 uint32_t upperIndex = srcLength;
1240 Span<uint8_t> data(srcFlat.GetDataUtf8Writable(), srcLength);
1241 for (uint32_t index = 0; index < srcLength; ++index) {
1247 if (upperIndex == srcLength) {
1257 uint32_t srcLength = srcFlat.GetLength();
1260 uint32_t lowerIndex = srcLength;
1261 Span<uint8_t> data(srcFlat.GetDataUtf8Writable(), srcLength);
1262 for (uint32_t index = 0; index < srcLength; ++index) {
1268 if (lowerIndex == srcLength) {
1280 uint32_t srcLength = src->GetLength();
1281 JSHandle<EcmaString> newString(vm->GetJSThread(), CreateLineString(vm, srcLength, true));
1283 Span<uint8_t> data(srcFlat.GetDataUtf8Writable(), srcLength);
1291 for (uint32_t index = startIndex; index < srcLength; ++index) {
1305 uint32_t srcLength = srcFlat.GetLength();
1308 std::u16string u16str = base::StringHelper::Utf16ToU16String(srcFlat.GetDataUtf16(), srcLength);