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

  /art/runtime/mirror/
string-inl.h 36 inline CharArray* String::GetCharArray() {
42 DCHECK(result >= 0 && result <= GetCharArray()->GetLength());
68 return GetCharArray()->Get(index + GetOffset());
76 DCHECK(result != 0 || ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength()) == 0)
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 500 FX_INT32 GetCharArray() const
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp     [all...]

Completed in 287 milliseconds