Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcsr2022.cpp49 int32_t seq_length = (int32_t)uprv_strlen((const char *) seq); in match_2022() local
51 if (textLen-i >= seq_length) { in match_2022()
53 while(j < seq_length) { in match_2022()
62 i += seq_length-1; in match_2022()
/external/v8/src/heap/
Dmarking.h213 CellPrinter() : seq_start(0), seq_type(0), seq_length(0) {} in CellPrinter()
217 seq_length++; in Print()
225 seq_length = 0; in Print()
236 if (seq_length > 0) { in Flush()
238 seq_length * kBitsPerCell); in Flush()
239 seq_length = 0; in Flush()
248 uint32_t seq_length; variable