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.cc229 int seq_length = loop % kMaxSequenceSize; in TEST() local
231 for (int j = 0; j < seq_length; j++) { in TEST()
235 for (int j = 0; j < seq_length; j++) { in TEST()
238 total_length += seq_length; in TEST()
244 int seq_length = loop % kMaxSequenceSize; in TEST() local
245 for (int j = 0; j < seq_length; j++) { in TEST()
/external/v8/src/heap/
Dspaces.h220 CellPrinter() : seq_start(0), seq_type(0), seq_length(0) {} in CellPrinter()
224 seq_length++; in Print()
232 seq_length = 0; in Print()
243 if (seq_length > 0) { in Flush()
245 seq_length * kBitsPerCell); in Flush()
246 seq_length = 0; in Flush()
255 uint32_t seq_length; variable