Searched defs:SetAt (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/xfa/fde/
H A Dcfx_chariter.cpp33 void CFX_CharIter::SetAt(int32_t nIndex) { function in class:CFX_CharIter
H A Dcfx_wordbreak.cpp2817 void CFX_WordBreak::SetAt(int32_t nIndex) { function in class:CFX_WordBreak
2819 m_pCurIter->SetAt(nIndex);
H A Dcfde_txtedtbuf.cpp324 void CFDE_TxtEdtBuf::Iterator::SetAt(int32_t nIndex) { function in class:CFDE_TxtEdtBuf::Iterator
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array.cpp158 CPDF_Object* CPDF_Array::SetAt(size_t i, std::unique_ptr<CPDF_Object> pObj) { function in class:CPDF_Array
/external/pdfium/xfa/fgas/crt/
H A Dfgas_utils.h57 void SetAt(int32_t index, const baseType& element) { function in class:CFX_BaseArrayTemplate
/external/pdfium/core/fpdfapi/font/
H A Dttgsubtable.cpp28 void CFX_GlyphMap::SetAt(int key, int value) { function in class:CFX_GlyphMap
/external/pdfium/core/fxcrt/
H A Dfx_basic.h220 bool SetAt(int nIndex, TYPE newElement) { function in class:CFX_ArrayTemplate
H A Dfx_basic_bstring.cpp835 void CFX_ByteString::SetAt(FX_STRSIZE nIndex, FX_CHAR ch) { function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp787 void CFX_WideString::SetAt(FX_STRSIZE nIndex, FX_WCHAR ch) { function in class:CFX_WideString
H A Dfx_xml_parser.cpp536 pElement->m_AttrMap.SetAt(attr_space, attr_name, attr_value);
896 void CXML_AttrMap::SetAt(const CFX_ByteString& space, function in class:CXML_AttrMap
/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp89 void CPDF_VariableText::Iterator::SetAt(int32_t nWordIndex) { function in class:CPDF_VariableText::Iterator
93 void CPDF_VariableText::Iterator::SetAt(const CPVT_WordPlace& place) { function in class:CPDF_VariableText::Iterator
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp138 void CFX_Edit_Iterator::SetAt(int32_t nWordIndex) { function in class:CFX_Edit_Iterator
139 m_pVTIterator->SetAt(nWordIndex);
142 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace& place) { function in class:CFX_Edit_Iterator
143 m_pVTIterator->SetAt(place);
581 pIterator->SetAt(pRange->BeginPos);
583 pIterator->SetAt(0);
696 pIterator->SetAt(pRange->BeginPos);
753 pIterator->SetAt(pRange->BeginPos);
755 pIterator->SetAt(0);
1039 pIterator->SetAt(
[all...]

Completed in 3036 milliseconds