HomeSort by relevance Sort by last modified time
    Searched refs:seq_length (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
csr2022.cpp 48 int32_t seq_length = (int32_t)uprv_strlen((const char *) seq); local
50 if (textLen-i >= seq_length) {
52 while(j < seq_length) {
61 i += seq_length-1;
  /external/icu/icu4c/source/i18n/
csr2022.cpp 48 int32_t seq_length = (int32_t)uprv_strlen((const char *) seq); local
50 if (textLen-i >= seq_length) {
52 while(j < seq_length) {
61 i += seq_length-1;
  /external/chromium_org/v8/test/cctest/
test-utils.cc 188 int seq_length = loop % kMaxSequenceSize; local
190 for (int j = 0; j < seq_length; j++) {
194 for (int j = 0; j < seq_length; j++) {
197 total_length += seq_length;
203 int seq_length = loop % kMaxSequenceSize; local
204 for (int j = 0; j < seq_length; j++) {
  /external/chromium_org/v8/src/heap/
spaces.h 208 CellPrinter() : seq_start(0), seq_type(0), seq_length(0) {}
212 seq_length++;
220 seq_length = 0;
231 if (seq_length > 0) {
233 seq_length * kBitsPerCell);
234 seq_length = 0;
243 uint32_t seq_length; member in class:v8::internal::Bitmap::CellPrinter
    [all...]

Completed in 259 milliseconds