OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCharByIndex
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fee/include/
ifde_txtedtbuf.h
21
virtual FX_WCHAR
GetCharByIndex
(int32_t nIndex) const = 0;
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.h
66
virtual FX_WCHAR
GetCharByIndex
(int32_t nIndex) const;
fde_txtedtpage.cpp
257
FX_WCHAR wChar = m_pEditEngine->GetTextBuf()->
GetCharByIndex
(nCaret);
260
if (m_pEditEngine->GetTextBuf()->
GetCharByIndex
(nCaret - 1) ==
471
FX_WCHAR wChar = pBuf->
GetCharByIndex
(
473
FX_WCHAR wCharPre = pBuf->
GetCharByIndex
(
482
FX_WCHAR wChar = pBuf->
GetCharByIndex
(
fde_txtedtengine.cpp
647
FX_WCHAR wChar = m_pTxtBuf->
GetCharByIndex
(nStart - 1);
726
if (nStart > 2 && m_pTxtBuf->
GetCharByIndex
(nStart - 1) == L'\n' &&
727
m_pTxtBuf->
GetCharByIndex
(nStart - 2) == L'\r') {
737
(m_pTxtBuf->
GetCharByIndex
(nStart) == L'\r') &&
738
(m_pTxtBuf->
GetCharByIndex
(nStart + 1) == L'\n')) {
820
FX_WCHAR wChar = m_pTxtBuf->
GetCharByIndex
(nStart - 1);
[
all
...]
fde_txtedtbuf.cpp
204
FX_WCHAR CFDE_TxtEdtBuf::
GetCharByIndex
(int32_t nIndex) const {
Completed in 502 milliseconds