OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PDFCharIsWhitespace
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp
84
while (
PDFCharIsWhitespace
(ch)) {
150
if (PDFCharIsDelimiter(ch) ||
PDFCharIsWhitespace
(ch)) {
316
if (ch >= 0x80 ||
PDFCharIsWhitespace
(ch) || ch == '#' ||
331
if (ch >= 0x80 ||
PDFCharIsWhitespace
(ch) || ch == '#' ||
fpdf_parser_parser.cpp
671
if (
PDFCharIsWhitespace
(byte))
703
if (
PDFCharIsWhitespace
(byte)) {
724
} else if (
PDFCharIsWhitespace
(byte)) {
737
} else if (
PDFCharIsWhitespace
(byte)) {
751
} else if (
PDFCharIsWhitespace
(byte)) {
762
} else if (
PDFCharIsWhitespace
(byte)) {
797
if (
PDFCharIsWhitespace
(byte) || PDFCharIsDelimiter(byte)) {
870
if (
PDFCharIsWhitespace
(byte) || PDFCharIsDelimiter(byte)) {
974
if (PDFCharIsDelimiter(byte) ||
PDFCharIsWhitespace
(byte)) {
980
if (
PDFCharIsWhitespace
(byte))
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp
333
if (
PDFCharIsWhitespace
(m_pBuf[m_Pos]))
468
while (
PDFCharIsWhitespace
(ch)) {
506
if (PDFCharIsDelimiter(ch) ||
PDFCharIsWhitespace
(ch)) {
543
while (
PDFCharIsWhitespace
(ch)) {
555
while (!
PDFCharIsWhitespace
(ch)) {
561
while (
PDFCharIsWhitespace
(ch)) {
571
while (!
PDFCharIsWhitespace
(ch) && !PDFCharIsDelimiter(ch)) {
689
while (
PDFCharIsWhitespace
(ch)) {
753
if (PDFCharIsDelimiter(ch) ||
PDFCharIsWhitespace
(ch)) {
/external/pdfium/core/include/fpdfapi/
fpdf_parser.h
47
inline bool
PDFCharIsWhitespace
(uint8_t c) {
Completed in 459 milliseconds