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

  /external/pdfium/fpdfsdk/
fpdftext.cpp 166 int char_start,
169 if (!page || char_start < 0 || char_count < 0 || !result)
173 int char_available = textpage->CountChars() - char_start;
184 WideString str = textpage->GetPageText(char_start, char_count);
  /external/valgrind/none/tests/ppc64/
ppc64_helpers.h 1661 char char_start, char_end; local
    [all...]
  /frameworks/base/tools/fonts/
fontchain_linter.py 412 char_start, char_end = chars.split('..')
413 char_start = int(char_start, 16)
415 additions = xrange(char_start, char_end+1)

Completed in 162 milliseconds