Searched refs:GetChar (Results 1 - 24 of 24) sorted by relevance

/external/pdfium/xfa/fde/
H A Difx_chariter.h17 virtual FX_WCHAR GetChar() = 0;
H A Dcfx_chariter.h20 FX_WCHAR GetChar() override;
H A Dcfx_chariter.cpp29 FX_WCHAR CFX_CharIter::GetChar() { function in class:CFX_CharIter
H A Dcfde_txtedtparag.cpp54 FX_WCHAR wAppend = pIter->GetChar();
119 FX_WCHAR wAppend = pIter->GetChar();
H A Dcfde_txtedtbuf.h28 FX_WCHAR GetChar() override;
H A Dcfde_txtedtpage.h56 FX_WCHAR GetChar(const FDE_TEXTEDITPIECE* pIdentity,
H A Dcfde_txtedttextset.cpp30 pBuffer[i] = m_pPage->GetChar(pPiece, i);
H A Dcfde_txtedtpage.cpp295 FX_WCHAR wAppend = pIter->GetChar();
442 FX_WCHAR CFDE_TxtEdtPage::GetChar(const FDE_TEXTEDITPIECE* pIdentity, function in class:CFDE_TxtEdtPage
448 FX_WCHAR wChar = m_pIter->GetChar();
H A Dcfde_txtedtbuf.cpp335 FX_WCHAR CFDE_TxtEdtBuf::Iterator::GetChar() { function in class:CFDE_TxtEdtBuf::Iterator
H A Dcfde_txtedtengine.cpp937 wChar = pIter->GetChar();
H A Dcfx_wordbreak.cpp2843 lpBuf[i++] = pTempIter->GetChar();
2865 ePreType = GetWordBreakProperty(pIter->GetChar());
2868 eCurType = GetWordBreakProperty(pIter->GetChar());
2872 eNextType = GetWordBreakProperty(pIter->GetChar());
2932 eNextType = (FX_WordBreakProp)GetWordBreakProperty(pIter->GetChar());
/external/lzma/CPP/Common/
H A DStdInStream.h28 int GetChar();
H A DStdInStream.cpp44 int intChar = GetChar();
79 while ((c = GetChar()) != EOF)
88 int CStdInStream::GetChar() function in class:CStdInStream
/external/pdfium/xfa/fde/css/
H A Dcfde_csstextbuf.h47 FX_WCHAR GetChar() const { return m_pBuffer[m_iDatPos]; } function in class:CFDE_CSSTextBuf
H A Dcfde_csssyntaxparser.cpp70 wch = m_TextPlane.GetChar();
/external/ImageMagick/MagickWand/
H A Dscript-token.c322 #define GetChar(c) \
386 GetChar(c);
440 GetChar(c);
318 #define GetChar macro
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.h57 CFX_RTFChar& GetChar(int32_t index) { function in class:CFX_RTFPiece
119 CFX_RTFChar& GetChar(int32_t index) { function in class:CFX_RTFLine
H A Dfgas_rtfbreak.cpp173 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1);
425 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1);
455 const CFX_RTFChar& tc = m_pCurLine->GetChar(m_pCurLine->CountChars() - 1);
635 const CFX_RTFChar& tc = ttp.GetChar(j);
674 CFX_RTFChar& tc = ttp.GetChar(j);
H A Dfgas_textbreak.h88 virtual FX_WCHAR GetChar(const FDE_TEXTEDITPIECE* pIdentity,
H A Dfgas_textbreak.cpp1206 wch = pAccess->GetChar(pIdentity, i);
1226 wNext = pAccess->GetChar(pIdentity, iNext);
1265 wNext = pAccess->GetChar(pIdentity, iNext);
1296 wNext = pAccess->GetChar(pIdentity, iNext);
1557 wch = pAccess->GetChar(pIdentity, i);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp592 p = GetChar( p, cArr, &len, encoding );
626 p = GetChar( p, cArr, &len, encoding );
H A Dtinyxml.h327 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding ) function in class:TiXmlBase
/external/tinyxml/
H A Dtinyxmlparser.cpp571 p = GetChar( p, cArr, &len, encoding );
605 p = GetChar( p, cArr, &len, encoding );
H A Dtinyxml.h280 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding ) function in class:TiXmlBase

Completed in 658 milliseconds