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

  /external/pdfium/xfa/src/fee/src/fx_wordbreak/
fx_wordbreak_impl.cpp 41 void CFX_CharIter::SetAt(int32_t nIndex) {
102 void CFX_WordBreak::SetAt(int32_t nIndex) {
107 m_pCurIter->SetAt(nIndex);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 26 void CFX_GlyphMap::SetAt(int key, int value) {
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 300 void CFX_CMapByteStringToPtr::SetAt(const CFX_ByteStringC& key, void* value) {
fx_basic_bstring.cpp 897 void CFX_ByteString::SetAt(FX_STRSIZE nIndex, FX_CHAR ch) {
fx_xml_parser.cpp 396 pElement->m_AttrMap.SetAt(attr_space, attr_name, attr_value);
782 void CXML_AttrMap::SetAt(const CFX_ByteStringC& space,
fx_basic_wstring.cpp 494 void CFX_WideString::SetAt(FX_STRSIZE nIndex, FX_WCHAR ch) {
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp 86 void CFDE_TxtEdtBufIter::SetAt(int32_t nIndex) {
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 90 void SetAt(int32_t index, const baseType& element) {
255 void SetAt(int32_t index, const baseType& element) {
  /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 94 DWORD (WINAPI *SetAt)(struct _RADIUS_ATTRIBUTE_ARRAY *This,DWORD dwIndex,const RADIUS_ATTRIBUTE *pAttr);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 516 void CPDF_Array::SetAt(FX_DWORD i,
529 m_Objects.SetAt(i, pObj);
697 void CPDF_Dictionary::SetAt(const CFX_ByteStringC& key, CPDF_Object* pObj) {
763 SetAt(key, new CPDF_Number(i));
767 SetAt(key, new CPDF_Name(name));
771 SetAt(key, new CPDF_String(str, FALSE));
776 SetAt(key, new CPDF_Reference(pDoc, objnum));
781 SetAt(key, new CPDF_Reference(pDoc, objnum));
786 SetAt(key, pNumber);
789 SetAt(key, new CPDF_Boolean(bValue))
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 336 FX_BOOL SetAt(int nIndex, TYPE newElement) {
668 void SetAt(void* key, void* newValue) { (*this)[key] = newValue; }
726 void SetAt(KeyType key, ValueType newValue) {
727 CFX_MapPtrToPtr::SetAt((void*)(uintptr_t)key, (void*)(uintptr_t)newValue);
763 void SetAt(const CFX_ByteStringC& key, void* value);
822 void SetAt(FX_POSITION pos, void* newElement) {
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 75 void CFX_Edit_Iterator::SetAt(int32_t nWordIndex) {
76 m_pVTIterator->SetAt(nWordIndex);
79 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace& place) {
80 m_pVTIterator->SetAt(place);
984 pIterator->SetAt(0);
1022 pIterator->SetAt(wrTemp.BeginPos);
1064 pIterator->SetAt(0);
1198 pIterator->SetAt(wrTemp.BeginPos);
    [all...]

Completed in 631 milliseconds