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

  /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/src/fee/src/fx_wordbreak/
fx_wordbreak_impl.cpp 38 FX_WCHAR CFX_CharIter::GetChar() {
128 lpBuf[i++] = pTempIter->GetChar();
151 FX_WCHAR wcTemp = pIter->GetChar();
155 FX_WCHAR wcTemp = pIter->GetChar();
160 FX_WCHAR wcTemp = pIter->GetChar();
221 wcTemp = pIter->GetChar();
  /art/runtime/
art_field-inl.h 160 inline uint16_t ArtField::GetChar(mirror::Object* object) {
  /external/pdfium/xfa/src/fdp/src/css/
fde_csssyntax.h 37 FX_WCHAR GetChar() const { return m_pBuffer[m_iDatPos]; }
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp 97 FX_WCHAR CFDE_TxtEdtBufIter::GetChar() {
fde_txtedtpage.cpp 49 pBuffer[i] = m_pPage->GetChar((void*)hText, i);
448 FX_WCHAR wAppend = pIter->GetChar();
616 FX_WCHAR CFDE_TxtEdtPage::GetChar(void* pIdentity, int32_t index) const {
622 FX_WCHAR wChar = m_pIter->GetChar();
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h 24 CFX_RTFChar& GetChar(int32_t index) {
  /external/pdfium/xfa/src/fgas/include/
fx_rbk.h 124 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...]
  /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 1145 milliseconds