Searched refs:StrLength (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/v8/test/cctest/
H A Dtest-flags.cc82 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
119 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
144 CHECK_EQ(2, FlagList::SetFlagsFromString(str, StrLength(str)));
163 CHECK_EQ(1, FlagList::SetFlagsFromString(str, StrLength(str)));
182 CHECK_EQ(3, FlagList::SetFlagsFromString(str, StrLength(str)));
207 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
219 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
231 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
243 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
H A Dtest-liveedit.cc46 return StrLength(s1_);
49 return StrLength(s2_);
105 int len1 = StrLength(s1);
106 int len2 = StrLength(s2);
H A Dtest-utils.cc83 int length = StrLength(s);
94 CHECK_EQ(i - 1, StrLength(buffer.start()));
96 CHECK_EQ(length, StrLength(buffer.start()));
H A Dtest-parsing.cc67 int length = i::StrLength(key_token.keyword);
154 i::Utf8ToUtf16CharacterStream stream(source, i::StrLength(tests[i]));
168 i::Utf8ToUtf16CharacterStream stream(source, i::StrLength(fail_tests[i]));
219 int source_length = i::StrLength(source);
460 int first_lbrace = first_function + i::StrLength("function () ");
468 second_function + i::StrLength("function () ");
860 int len = i::StrLength(s);
1117 int kPrefixByteLen = i::StrLength(source_data[i].outer_prefix);
1118 int kInnerByteLen = i::StrLength(source_data[i].inner_source);
1119 int kSuffixByteLen = i::StrLength(source_dat
[all...]
H A Dtest-serialize.cc163 int file_name_length = StrLength(file_name_) + 10;
243 int file_name_length = StrLength(file_name) + 10;
433 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
479 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
553 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
601 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
H A Dtest-log.cc51 using v8::internal::StrLength;
296 : utf_source_(StrLength(source)) {
H A Dtest-bignum-dtoa.cc47 int len = StrLength(representation.start());
H A Dtest-fast-dtoa.cc47 int len = StrLength(representation.start());
H A Dtest-debug.cc64 using ::v8::internal::StrLength;
844 StrLength(expected_step_sequence));
853 CHECK_EQ(1, StrLength(*function_name));
2146 CHECK_EQ(0, StrLength(last_function_hit));
2184 CHECK_EQ(0, StrLength(last_function_hit));
2194 CHECK_EQ(0, StrLength(last_function_hit));
3596 CHECK_EQ(StrLength(expected_step_sequence),
3604 CHECK_EQ(StrLength(expected_step_sequence),
3612 CHECK_EQ(StrLength(expected_step_sequence),
3648 CHECK_EQ(StrLength(expected_step_sequenc
[all...]
H A Dtest-dtoa.cc47 int len = StrLength(representation.start());
H A Dcctest.h332 int array_length = i::StrLength(source) + 1;
H A Dtest-strtod.cc42 return Vector<const char>(str, StrLength(str));
H A Dtest-bignum.cc42 bignum->AssignHexString(Vector<const char>(str, StrLength(str)));
47 bignum->AssignDecimalString(Vector<const char>(str, StrLength(str)));
H A Dtest-strings.cc889 StrLength(one_byte_string))->Utf8Length();
890 CHECK_EQ(StrLength(one_byte_string), len);
/external/chromium_org/v8/src/
H A Dvector.h147 inline int StrLength(const char* string) {
159 return Vector<const char>(data, StrLength(data));
167 return OneByteVector(data, StrLength(data));
171 return Vector<char>(data, StrLength(data));
175 int length = StrLength(data);
H A Dallocation.cc68 int length = StrLength(str);
77 int length = StrLength(str);
H A Dconversions.cc75 const uint8_t* end = start + StrLength(str);
288 int rep_length = StrLength(decimal_rep);
400 const int len = StrLength(decimal_rep + decimal_point);
H A Dutils.cc25 AddSubstring(s, StrLength(s));
144 int len = StrLength(line_buf);
H A Dast-value-factory.h284 reinterpret_cast<const uint8_t*>(string), StrLength(string)));
H A Dprofile-generator.cc480 const int title_len = StrLength(title);
502 return StrLength(title) == 0
H A Dfactory.h110 DCHECK(N == StrLength(str) + 1);
H A Dscanner.cc1274 length = StrLength(string);
H A Dlog.cc116 AppendBytes(bytes, StrLength(bytes));
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h131 inline int StrLength(const char* string) { function in namespace:WTF::double_conversion
221 AddSubstring(s, StrLength(s));
/external/clang/lib/Sema/
H A DSemaInit.cpp152 uint64_t StrLength = local
159 llvm::APInt ConstVal(32, StrLength);
180 StrLength--;
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())

Completed in 306 milliseconds

12