OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:special_length
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
string-builder.h
66
static inline int StringBuilderConcatLength(int
special_length
,
96
if (pos >
special_length
|| len >
special_length
- pos) return -1;
/external/v8/src/runtime/
runtime-strings.cc
451
int
special_length
= special->length();
local
472
length = StringBuilderConcatLength(
special_length
, fixed_array,
[
all
...]
Completed in 83 milliseconds