OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_dwIndex
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp
44
m_dwIndex
= 0;
51
return
m_dwIndex
>= m_dwBufferSize;
106
m_nOffset = m_nBufferOffset + (FX_FILESIZE)
m_dwIndex
;
111
while (
m_dwIndex
< m_dwBufferSize &&
112
g_FXCRT_XML_IsWhiteSpace(m_pBuffer[
m_dwIndex
])) {
113
m_dwIndex
++;
115
m_nOffset = m_nBufferOffset + (FX_FILESIZE)
m_dwIndex
;
116
if (
m_dwIndex
< m_dwBufferSize || IsEOF()) {
122
m_nOffset = m_nBufferOffset + (FX_FILESIZE)
m_dwIndex
;
129
while (
m_dwIndex
< m_dwBufferSize)
[
all
...]
xml_int.h
102
size_t
m_dwIndex
;
Completed in 31 milliseconds