HomeSort by relevance Sort by last modified time
    Searched defs:SetAt (Results 1 - 14 of 14) sorted by null

  /external/pdfium/xfa/fde/
cfx_chariter.cpp 33 void CFX_CharIter::SetAt(int32_t nIndex) {
cfx_wordbreak.cpp     [all...]
cfde_txtedtbuf.cpp 324 void CFDE_TxtEdtBuf::Iterator::SetAt(int32_t nIndex) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_array.cpp 158 CPDF_Object* CPDF_Array::SetAt(size_t i, std::unique_ptr<CPDF_Object> pObj) {
  /external/pdfium/xfa/fgas/crt/
fgas_utils.h 57 void SetAt(int32_t index, const baseType& element) {
  /external/pdfium/core/fpdfapi/font/
ttgsubtable.cpp 28 void CFX_GlyphMap::SetAt(int key, int value) {
  /external/pdfium/core/fxcrt/
fx_basic.h 220 bool SetAt(int nIndex, TYPE newElement) {
fx_basic_bstring.cpp 835 void CFX_ByteString::SetAt(FX_STRSIZE nIndex, FX_CHAR ch) {
fx_basic_wstring.cpp 787 void CFX_WideString::SetAt(FX_STRSIZE nIndex, FX_WCHAR ch) {
fx_xml_parser.cpp 536 pElement->m_AttrMap.SetAt(attr_space, attr_name, attr_value);
896 void CXML_AttrMap::SetAt(const CFX_ByteString& space,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 96 void SetAt(int nIndex,ARG_TYPE newElement);
128 inline void CDXArray<TYPE,ARG_TYPE>::SetAt(int nIndex,ARG_TYPE newElement) { _ASSERT((nIndex >= 0 && nIndex < m_nSize)); m_pData[nIndex] = newElement; }
288 SetAt(nStartIndex + i,pNewArray->GetAt(i));
346 void SetAt(DXLISTPOS pos,ARG_TYPE newElement);
425 inline void CDXList<TYPE,ARG_TYPE>::SetAt(DXLISTPOS pos,ARG_TYPE newElement) {
669 void SetAt(ARG_KEY key,ARG_VALUE newValue);
698 inline void CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::SetAt(ARG_KEY key,ARG_VALUE newValue) { (*this)[key] = newValue; }
authif.h 184 DWORD (WINAPI *SetAt) (struct _RADIUS_ATTRIBUTE_ARRAY *_This, DWORD dwIndex, const RADIUS_ATTRIBUTE *pAttr);
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 89 void CPDF_VariableText::Iterator::SetAt(int32_t nWordIndex) {
93 void CPDF_VariableText::Iterator::SetAt(const CPVT_WordPlace& place) {
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 138 void CFX_Edit_Iterator::SetAt(int32_t nWordIndex) {
139 m_pVTIterator->SetAt(nWordIndex);
142 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace& place) {
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(0)
    [all...]

Completed in 307 milliseconds