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

  /external/pdfium/public/
fpdf_text.h 179 #define FPDF_MATCHWHOLEWORD 0x00000002 //If not set, it will not match the whole word by default.
  /external/pdfium/fpdfsdk/src/
fpdftext_embeddertest.cpp 207 textpage, world, FPDF_MATCHCASE | FPDF_MATCHWHOLEWORD, 0);
237 search = FPDFText_FindStart(textpage, world_substr, FPDF_MATCHWHOLEWORD, 0);

Completed in 477 milliseconds