Searched refs:StrLength (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ |
D | vector.h | 252 inline int StrLength(const char* string) { in StrLength() function 264 return Vector<const char>(data, StrLength(data)); in CStrVector() 272 return OneByteVector(data, StrLength(data)); in OneByteVector() 276 return Vector<char>(data, StrLength(data)); in MutableCStrVector() 280 int length = StrLength(data); in MutableCStrVector()
|
D | allocation.cc | 82 int length = StrLength(str); in StrDup() 90 int length = StrLength(str); in StrNDup()
|
D | utils.cc | 25 AddSubstring(s, StrLength(s)); in AddString() 168 int len = StrLength(line_buf); in ReadLine()
|
D | conversions.cc | 822 const uint8_t* end = start + StrLength(str); in StringToDouble() 1121 int rep_length = StrLength(decimal_rep); in CreateExponentialRepresentation() 1231 const int len = StrLength(decimal_rep + decimal_point); in DoubleToPrecisionCString()
|
D | log.cc | 143 AppendBytes(bytes, StrLength(bytes)); in AppendBytes()
|
D | d8.cc | 1934 if (i::StrLength(i::FLAG_map_counters) != 0) in Initialize()
|
D | api.cc | 6532 return i::StrLength(string); in StringLength() 6537 return i::StrLength(reinterpret_cast<const char*>(string)); in StringLength() 10505 V8::SetFlagsFromString(flags, i::StrLength(flags)); in SetFlagsFromString()
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-utils.h | 187 inline int StrLength(const char* string) { in StrLength() function 269 AddSubstring(s, StrLength(s)); in AddString()
|
/external/v8/src/ast/ |
D | ast-value-factory.h | 294 reinterpret_cast<const uint8_t*>(string), StrLength(string))); in GetOneByteString()
|
/external/v8/src/profiler/ |
D | profile-generator.cc | 630 const int title_len = StrLength(title); in StopProfiling() 657 return StrLength(title) == 0 in IsLastProfile()
|
D | heap-snapshot-generator.cc | 2563 AddSubstring(s, StrLength(s)); in AddString()
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 304 i::StrLength(reinterpret_cast<const char*>(instance_str)))) in OnInstantiationSucceeded() 312 i::StrLength(reinterpret_cast<const char*>(module_str)))) in OnInstantiationSucceeded()
|
/external/v8/src/heap/ |
D | factory.h | 259 DCHECK(N == StrLength(str) + 1);
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 155 uint64_t StrLength = ConstantArrayTy->getSize().getZExtValue(); in CheckStringInit() local 160 llvm::APInt ConstVal(32, StrLength); in CheckStringInit() 181 StrLength--; in CheckStringInit() 185 if (StrLength > CAT->getSize().getZExtValue()) in CheckStringInit() 191 if (StrLength-1 > CAT->getSize().getZExtValue()) in CheckStringInit()
|