Home
last modified time | relevance | path

Searched refs:seq_length (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcsr2022.cpp48 int32_t seq_length = (int32_t)uprv_strlen((const char *) seq); in match_2022() local
50 if (textLen-i >= seq_length) { in match_2022()
52 while(j < seq_length) { in match_2022()
61 i += seq_length-1; in match_2022()
/external/v8/test/cctest/
Dtest-utils.cc228 int seq_length = loop % kMaxSequenceSize; in TEST() local
230 for (int j = 0; j < seq_length; j++) { in TEST()
234 for (int j = 0; j < seq_length; j++) { in TEST()
237 total_length += seq_length; in TEST()
243 int seq_length = loop % kMaxSequenceSize; in TEST() local
244 for (int j = 0; j < seq_length; j++) { in TEST()
/external/v8/src/heap/
Dspaces.h212 CellPrinter() : seq_start(0), seq_type(0), seq_length(0) {} in CellPrinter()
216 seq_length++; in Print()
224 seq_length = 0; in Print()
235 if (seq_length > 0) { in Flush()
237 seq_length * kBitsPerCell); in Flush()
238 seq_length = 0; in Flush()
247 uint32_t seq_length; variable