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

  /external/pdfium/core/fxcrt/
bytestring.h 144 size_t InsertAtBack(char ch) { return Insert(GetLength(), ch); }
widestring.h 147 size_t InsertAtBack(wchar_t ch) { return Insert(GetLength(), ch); }

Completed in 78 milliseconds