Lines Matching defs:size
247 uint32_t resSize = resStr.size();
294 // and let L be the array size.
333 uint32_t size = EcmaStringAccessor(string).GetLength();
334 ASSERT(size > 0 && size <= 4); // NOLINT 4: means 4 hex digits
338 for (uint32_t i = 0; i < size; ++i) {
401 // 2. Let size be the length of string.
402 uint32_t size = EcmaStringAccessor(string).GetLength();
405 // 4. Repeat, while position < size,
409 while (position < size) {
420 } else if (IsUTF16HighSurrogate(first) || position + 1 == size) {
421 // iii. If first is a trailing surrogate or position + 1 = size, then
447 JSHandle<EcmaString> codePointsString = factory->NewFromUtf16Literal(ptr, codePoints.size());
472 uint32_t resSize = resStr.size();
547 // 3. Let Octets be an array of 8-bit integers of size n.
737 if (moduleName.size() != 0) {
893 uint32_t retSize = r.size();
972 uint32_t retSize = r.size();