HomeSort by relevance Sort by last modified time
    Searched refs:StrLength (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/v8/test/cctest/
test-flags.cc 82 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)));
test-liveedit.cc 46 return StrLength(s1_);
49 return StrLength(s2_);
105 int len1 = StrLength(s1);
106 int len2 = StrLength(s2);
test-utils.cc 83 int length = StrLength(s);
94 CHECK_EQ(i - 1, StrLength(buffer.start()));
96 CHECK_EQ(length, StrLength(buffer.start()));
test-parsing.cc 67 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);
    [all...]
test-serialize.cc 163 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;
test-log.cc 51 using v8::internal::StrLength;
296 : utf_source_(StrLength(source)) {
test-bignum-dtoa.cc 47 int len = StrLength(representation.start());
test-fast-dtoa.cc 47 int len = StrLength(representation.start());
test-debug.cc 64 using ::v8::internal::StrLength;
844 StrLength(expected_step_sequence));
853 CHECK_EQ(1, StrLength(*function_name));
    [all...]
test-dtoa.cc 47 int len = StrLength(representation.start());
cctest.h 332 int array_length = i::StrLength(source) + 1;
test-strtod.cc 42 return Vector<const char>(str, StrLength(str));
test-bignum.cc 42 bignum->AssignHexString(Vector<const char>(str, StrLength(str)));
47 bignum->AssignDecimalString(Vector<const char>(str, StrLength(str)));
    [all...]
test-strings.cc 889 StrLength(one_byte_string))->Utf8Length();
890 CHECK_EQ(StrLength(one_byte_string), len);
    [all...]
  /external/chromium_org/v8/src/
vector.h 147 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);
allocation.cc 68 int length = StrLength(str);
77 int length = StrLength(str);
conversions.cc 75 const uint8_t* end = start + StrLength(str);
288 int rep_length = StrLength(decimal_rep);
400 const int len = StrLength(decimal_rep + decimal_point);
utils.cc 25 AddSubstring(s, StrLength(s));
144 int len = StrLength(line_buf);
ast-value-factory.h 284 reinterpret_cast<const uint8_t*>(string), StrLength(string)));
profile-generator.cc 480 const int title_len = StrLength(title);
502 return StrLength(title) == 0
factory.h 110 DCHECK(N == StrLength(str) + 1);
scanner.cc     [all...]
log.cc 116 AppendBytes(bytes, StrLength(bytes));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
utils.h 131 inline int StrLength(const char* string) {
221 AddSubstring(s, StrLength(s));
  /external/clang/lib/Sema/
SemaInit.cpp 152 uint64_t StrLength =
159 llvm::APInt ConstVal(32, StrLength);
180 StrLength--;
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())
    [all...]

Completed in 1054 milliseconds

1 2