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

  /external/pdfium/core/fxcrt/
fx_bidi.h 40 bool EndChar();
fx_bidi_unittest.cpp 24 EXPECT_FALSE(bidi.EndChar());
44 EXPECT_TRUE(bidi.EndChar());
50 EXPECT_FALSE(bidi.EndChar());
78 EXPECT_TRUE(bidi.EndChar());
84 EXPECT_FALSE(bidi.EndChar());
112 EXPECT_TRUE(bidi.EndChar());
118 EXPECT_FALSE(bidi.EndChar());
fx_bidi.cpp 568 bool CFX_BidiChar::EndChar() {
588 if (m_pBidiChar->EndChar())
  /external/pdfium/xfa/fxfa/parser/
cxfa_barcode.cpp 39 {XFA_Attribute::EndChar, XFA_AttributeType::CData, nullptr},
cxfa_node_statics.cpp     [all...]
cxfa_node.cpp     [all...]
xfa_basic_data_element_script.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 374 INT8 EndChar;
564 EndChar = '>';
566 EndChar = '"';
570 // Set EndChar to null so we fall through on processing below.
572 EndChar = 0;
591 // Set EndChar to null so we fall through on processing below.
593 EndChar = 0;
665 // Process "normal" includes. If the endchar is 0, then the
667 // endchar > or ", and process the include file.
669 if (EndChar != 0) {
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 605 EndChar,

Completed in 199 milliseconds