HomeSort by relevance Sort by last modified time
    Searched refs:StrLength (Results 1 - 25 of 30) 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 81 int length = StrLength(s);
92 CHECK_EQ(i - 1, StrLength(buffer.start()));
94 CHECK_EQ(length, StrLength(buffer.start()));
test-serialize.cc 211 int file_name_length = StrLength(file_name_) + 10;
405 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
448 int file_name_length = StrLength(file_name) + 10;
483 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
549 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
595 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
test-parsing.cc 64 int length = i::StrLength(key_token.keyword);
151 i::Utf8ToUtf16CharacterStream stream(source, i::StrLength(tests[i]));
166 i::Utf8ToUtf16CharacterStream stream(source, i::StrLength(fail_tests[i]));
217 int source_length = i::StrLength(source);
455 int first_lbrace = first_function + i::StrLength("function () ");
463 second_function + i::StrLength("function () ");
850 int len = i::StrLength(s);
    [all...]
test-log.cc 51 using v8::internal::StrLength;
290 : 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 65 using ::v8::internal::StrLength;
830 StrLength(expected_step_sequence));
839 CHECK_EQ(1, StrLength(*function_name));
    [all...]
test-dtoa.cc 47 int len = StrLength(representation.start());
cctest.h 316 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(ascii_string))->Utf8Length();
890 CHECK_EQ(StrLength(ascii_string), len);
    [all...]
  /external/chromium_org/v8/src/
allocation.cc 67 int length = StrLength(str);
76 int length = StrLength(str);
vector.h 136 inline int StrLength(const char* string) {
148 return Vector<const char>(data, StrLength(data));
156 return OneByteVector(data, StrLength(data));
160 return Vector<char>(data, StrLength(data));
164 int length = StrLength(data);
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);
snapshot-common.cc 20 int file_name_length = StrLength(file_name) + 10;
utils.cc 25 AddSubstring(s, StrLength(s));
144 int len = StrLength(line_buf);
profile-generator.cc 488 const int title_len = StrLength(title);
510 return StrLength(title) == 0
factory.h 113 ASSERT(N == StrLength(str) + 1);
d8.cc 889 if (i::StrLength(i::FLAG_map_counters) != 0)
    [all...]
api.cc     [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 547 milliseconds

1 2