Home
last modified time | relevance | path

Searched refs:SetAt (Results 1 – 25 of 25) sorted by relevance

/external/pdfium/fxbarcode/datamatrix/
DBC_Base256Encoder.cpp69 buffer.SetAt(0, static_cast<wchar_t>(*buf) - '0'); in Encode()
79 buffer.SetAt(0, static_cast<wchar_t>(dataCount)); in Encode()
81 buffer.SetAt(0, static_cast<wchar_t>((dataCount / 250) + 249)); in Encode()
DBC_ErrorCorrection.cpp225 sb.SetAt(symbolInfo->dataCapacity() + i, ecc[pos]); in EncodeECC200()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp90 void CPWL_EditImpl_Iterator::SetAt(int32_t nWordIndex) { in SetAt() function in CPWL_EditImpl_Iterator
91 m_pVTIterator->SetAt(nWordIndex); in SetAt()
94 void CPWL_EditImpl_Iterator::SetAt(const CPVT_WordPlace& place) { in SetAt() function in CPWL_EditImpl_Iterator
95 m_pVTIterator->SetAt(place); in SetAt()
487 pIterator->SetAt(pRange->BeginPos); in DrawEdit()
489 pIterator->SetAt(0); in DrawEdit()
752 pIterator->SetAt(0); in GetText()
776 pIterator->SetAt(wrTemp.BeginPos); in GetRangeText()
801 pIterator->SetAt(0); in GetTotalLines()
1109 pIterator->SetAt(m_wpCaret); in ScrollToCaret()
[all …]
Dcpwl_edit.cpp348 pIterator->SetAt(wpWord); in GetWordRightBottomPoint()
354 pIterator->SetAt(wpOld); in GetWordRightBottomPoint()
628 pIterator->SetAt(place); in GetSameWordsRange()
648 pIterator->SetAt(place); in GetSameWordsRange()
Dcpwl_edit_impl.h433 void SetAt(int32_t nWordIndex);
434 void SetAt(const CPVT_WordPlace& place);
Dcpwl_edit_ctrl.cpp302 pIterator->SetAt(m_pEdit->GetCaret()); in GetCaretInfo()
Dcpwl_list_impl.cpp45 pIterator->SetAt(1); in GetFirstChar()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_array.h80 SetAt(index, pdfium::MakeRetain<T>(std::forward<Args>(args)...))); in SetNewAt()
86 return static_cast<T*>(SetAt( in SetNewAt()
106 CPDF_Object* SetAt(size_t index, RetainPtr<CPDF_Object> pObj);
Dcpdf_array.cpp208 CPDF_Object* CPDF_Array::SetAt(size_t index, RetainPtr<CPDF_Object> pObj) { in SetAt() function in CPDF_Array
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h42 void SetAt(int32_t nWordIndex);
43 void SetAt(const CPVT_WordPlace& place);
Dcpdf_variabletext.cpp92 void CPDF_VariableText::Iterator::SetAt(int32_t nWordIndex) { in SetAt() function in CPDF_VariableText::Iterator
96 void CPDF_VariableText::Iterator::SetAt(const CPVT_WordPlace& place) { in SetAt() function in CPDF_VariableText::Iterator
Dcpvt_generateap.cpp110 pIterator->SetAt(0); in GenerateEditAP()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.h48 void SetAt(size_t nIndex);
Dcfde_texteditengine.cpp1213 iter.SetAt(idx); in BoundsForWordAt()
1243 void CFDE_TextEditEngine::Iterator::SetAt(size_t nIndex) { in SetAt() function in CFDE_TextEditEngine::Iterator
/external/pdfium/core/fxcrt/
Dbytestring.h152 void SetAt(size_t index, char c);
Dwidestring.h147 void SetAt(size_t index, wchar_t c);
Dbytestring_unittest.cpp44 mutable_abc.SetAt(0, 'd'); in TEST()
50 mutable_abc.SetAt(1, 'e'); in TEST()
54 mutable_abc.SetAt(2, 'f'); in TEST()
58 EXPECT_DEATH({ mutable_abc.SetAt(3, 'g'); }, ".*"); in TEST()
Dwidestring_unittest.cpp41 mutable_abc.SetAt(0, L'd'); in TEST()
47 mutable_abc.SetAt(1, L'e'); in TEST()
51 mutable_abc.SetAt(2, L'f'); in TEST()
55 EXPECT_DEATH({ mutable_abc.SetAt(3, L'g'); }, ".*"); in TEST()
Dbytestring.cpp516 void ByteString::SetAt(size_t index, char c) { in SetAt() function in fxcrt::ByteString
Dwidestring.cpp968 void WideString::SetAt(size_t index, wchar_t c) { in SetAt() function in fxcrt::WideString
/external/pdfium/fxjs/
Dcjs_util.cpp454 sFormat->SetAt(i, L'S'); in ParseDataType()
Dcjs_publicmethods.cpp846 strValue.SetAt(mark_pos.value(), mark); in AFPercent_Format()
1152 wChange.SetAt(i, wMask); in AFSpecial_KeystrokeEx()
/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp1567 wsTimePattern->SetAt(0, ' '); in GetDateTimeFormat()
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp590 pIterator->SetAt(0); in GetEditAppStream()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp318 pPattern->SetAt(i, wsAltSymbols[nAlt]); in AlternateDateTimeSymbols()