HomeSort by relevance Sort by last modified time
    Searched defs:GetChar (Results 1 - 12 of 12) sorted by null

  /external/pdfium/xfa/fde/
cfx_chariter.cpp 29 FX_WCHAR CFX_CharIter::GetChar() {
cfde_txtedtbuf.cpp 335 FX_WCHAR CFDE_TxtEdtBuf::Iterator::GetChar() {
cfde_txtedtpage.cpp 295 FX_WCHAR wAppend = pIter->GetChar();
442 FX_WCHAR CFDE_TxtEdtPage::GetChar(const FDE_TEXTEDITPIECE* pIdentity,
448 FX_WCHAR wChar = m_pIter->GetChar();
  /external/ImageMagick/MagickWand/
script-token.c 322 #define GetChar(c) \
386 GetChar(c);
440 GetChar(c);
  /external/lzma/CPP/Common/
StdInStream.cpp 44 int intChar = GetChar();
79 while ((c = GetChar()) != EOF)
88 int CStdInStream::GetChar()
  /external/pdfium/xfa/fde/css/
cfde_csstextbuf.h 47 FX_WCHAR GetChar() const { return m_pBuffer[m_iDatPos]; }
  /art/runtime/
art_field-inl.h 159 inline uint16_t ArtField::GetChar(ObjPtr<mirror::Object> object) {
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.h 57 CFX_RTFChar& GetChar(int32_t index) {
119 CFX_RTFChar& GetChar(int32_t index) {
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 327 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
    [all...]
  /external/tinyxml/
tinyxml.h 280 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
    [all...]
  /art/dexlayout/
dex_ir.h 665 uint16_t GetChar() const { return u_.char_val_; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 289 virtual HRESULT WINAPI GetChar(__LONG32 *pch) = 0;
351 HRESULT (WINAPI *GetChar)(ITextRange *This,__LONG32 *pch);
415 #define ITextRange_GetChar(This,pch) (This)->lpVtbl->GetChar(This,pch)
    [all...]

Completed in 1305 milliseconds