Searched defs:GetChar (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/fxcrt/css/
H A Dcfx_cssexttextbuf.h21 wchar_t GetChar() const { return m_pExtBuffer[m_iDatPos]; } function in class:CFX_CSSExtTextBuf
/external/pdfium/xfa/fgas/layout/
H A Dcfx_breakpiece.cpp32 CFX_Char* CFX_BreakPiece::GetChar(int32_t index) const { function in class:CFX_BreakPiece
H A Dcfx_breakline.cpp19 CFX_Char* CFX_BreakLine::GetChar(int32_t index) { function in class:CFX_BreakLine
24 const CFX_Char* CFX_BreakLine::GetChar(int32_t index) const { function in class:CFX_BreakLine
/external/ImageMagick/MagickWand/
H A Dscript-token.c322 #define GetChar(c) \
386 GetChar(c);
440 GetChar(c);
318 #define GetChar macro
/external/lzma/CPP/Common/
H A DStdInStream.cpp44 int intChar = GetChar();
79 while ((c = GetChar()) != EOF)
88 int CStdInStream::GetChar() function in class:CStdInStream
/external/pdfium/xfa/fde/
H A Dcfde_texteditengine.cpp411 wchar_t ch = GetChar(pos);
414 ch = GetChar(pos - 1);
428 wchar_t ch = GetChar(pos);
432 ch = GetChar(pos);
450 ch = GetChar(line_start);
475 ch = GetChar(line_end);
497 wchar_t ch = GetChar(pos);
504 ch = GetChar(pos - 1);
518 wchar_t ch = GetChar(pos);
526 ch = GetChar(po
857 wchar_t CFDE_TextEditEngine::GetChar(size_t idx) const { function in class:CFDE_TextEditEngine
1146 wchar_t CFDE_TextEditEngine::Iterator::GetChar() const { function in class:CFDE_TextEditEngine::Iterator
[all...]
/external/libchrome/base/debug/
H A Dactivity_tracker.cc299 char ActivityUserData::TypedValue::GetChar() const { function in class:base::debug::ActivityUserData::TypedValue
/external/sfntly/cpp/src/test/tinyxml/
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 Dtinyxml.h280 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding ) function in class:TiXmlBase

Completed in 365 milliseconds