HomeSort by relevance Sort by last modified time
    Searched refs:m_Length (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_string.h 29 m_Length = 0;
34 m_Length = size;
39 m_Length = ptr ? FXSYS_strlen(ptr) : 0;
51 m_Length = 1;
56 m_Length = (len == -1) ? FXSYS_strlen(ptr) : len;
61 m_Length = src.m_Length;
68 m_Length = m_Ptr ? FXSYS_strlen(src) : 0;
74 m_Length = src.m_Length;
    [all...]
fx_basic.h 224 FX_STRSIZE m_Length;
  /external/pdfium/core/src/fxcrt/
fx_basic_buffer.cpp 385 : m_BufSize(size), m_pBuffer(NULL), m_Length(0) {}
387 m_Length = 0;
392 FX_BOOL bRet = DoWork(m_pBuffer, m_Length);
393 m_Length = 0;
406 FX_STRSIZE buf_size = std::min(m_BufSize - m_Length, (FX_STRSIZE)temp_size);
407 FXSYS_memcpy(m_pBuffer + m_Length, buffer, buf_size);
408 m_Length += buf_size;
409 if (m_Length == m_BufSize) {
fx_basic_bstring.cpp 1027 if (m_Length == 0) {
1030 if (start_pos < 0 || start_pos >= m_Length) {
1034 if (start_pos + 4 > m_Length) {
1035 for (FX_STRSIZE i = 0; i < m_Length - start_pos; i++) {
1038 strid = strid << ((4 - m_Length + start_pos) * 8);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msrdc.h 100 DWORD m_Length;

Completed in 285 milliseconds