OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pStart
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp
[
all
...]
fde_xml.h
296
return m_iParsedChars + (
m_pStart
- m_pBuffer);
345
FX_WCHAR*
m_pStart
;
/external/pdfium/core/src/fpdfdoc/
doc_form.cpp
16
m_pStart
= full_name.c_str();
17
m_pEnd =
m_pStart
+ full_name.GetLength();
18
m_pCur =
m_pStart
;
32
const FX_WCHAR*
m_pStart
;
[
all
...]
Completed in 48 milliseconds