OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nCharIndex
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/
fpdf_searchex.cpp
20
FPDFText_GetTextIndexFromCharIndex(FPDF_TEXTPAGE text_page, int
nCharIndex
) {
24
nCharIndex
);
/external/pdfium/public/
fpdf_searchex.h
29
//
nCharIndex
- index of the character in internal character list.
33
FPDFText_GetTextIndexFromCharIndex(FPDF_TEXTPAGE text_page, int
nCharIndex
);
/external/pdfium/core/fpdfdoc/
ctypeset.cpp
290
int32_t
nCharIndex
= 0;
337
if (
nCharIndex
> 0) {
345
nCharIndex
++;
355
if (
nCharIndex
== 1) {
376
nCharIndex
= 0;
Completed in 110 milliseconds