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

  /external/pdfium/xfa/fgas/layout/
cfx_breakpiece.cpp 32 CFX_Char* CFX_BreakPiece::GetChar(int32_t index) const {
cfx_breakline.cpp 19 CFX_Char* CFX_BreakLine::GetChar(int32_t index) {
24 const CFX_Char* CFX_BreakLine::GetChar(int32_t index) const {
  /external/pdfium/core/fxcrt/css/
cfx_cssexttextbuf.h 21 wchar_t GetChar() const { return m_pExtBuffer[m_iDatPos]; }
  /external/ImageMagick/MagickWand/
script-token.c 322 #define GetChar(c) \
386 GetChar(c);
440 GetChar(c);
  /external/lzma/CPP/Common/
StdInStream.cpp 42 int intChar = GetChar();
75 int intChar = GetChar();
86 int CStdInStream::GetChar()
  /art/runtime/
art_field-inl.h 165 inline uint16_t ArtField::GetChar(ObjPtr<mirror::Object> object) {
  /external/pdfium/xfa/fde/
cfde_texteditengine.cpp 411 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(pos)
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 300 char ActivityUserData::TypedValue::GetChar() const {
    [all...]
  /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 792 uint16_t GetChar() const { return u_.char_val_; }
    [all...]

Completed in 341 milliseconds