HomeSort by relevance Sort by last modified time
    Searched refs:SetAt (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/fxbarcode/datamatrix/
BC_Base256Encoder.cpp 53 buffer.SetAt(0, static_cast<wchar_t>(*buf) - '0');
64 buffer.SetAt(0, static_cast<wchar_t>(dataCount));
66 buffer.SetAt(0, static_cast<wchar_t>((dataCount / 250) + 249));
BC_ErrorCorrection.cpp 161 sb.SetAt(symbolInfo->dataCapacity() + l, ecc[pos++]);
  /art/libartbase/base/
bit_string_test.cc 54 bs.SetAt(i, MakeBitStringChar(i, val));
74 bs.SetAt(i,
83 bs.SetAt(i, MakeBitStringChar(i, val));
bit_string.h 193 void SetAt(size_t idx, BitStringChar bitchar) {
  /art/runtime/
subtype_check_info.h 375 bs.SetAt(depth_, next);
381 bs.SetAt(depth_, next);
447 bs.SetAt(depth_, value);
subtype_check_info_test.cc 54 bs.SetAt(i, MakeBitStringChar(i, val));
74 bs.SetAt(i,
83 bs.SetAt(i, MakeBitStringChar(i, val));
  /external/pdfium/core/fpdfapi/parser/
cpdf_array.h 55 CPDF_Object* SetAt(size_t index, std::unique_ptr<CPDF_Object> pObj);
78 SetAt(index, pdfium::MakeUnique<T>(std::forward<Args>(args)...)));
84 return static_cast<T*>(SetAt(
cpdf_array.cpp 166 CPDF_Object* CPDF_Array::SetAt(size_t i, std::unique_ptr<CPDF_Object> pObj) {
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 105 void CPWL_EditImpl_Iterator::SetAt(int32_t nWordIndex) {
106 m_pVTIterator->SetAt(nWordIndex);
109 void CPWL_EditImpl_Iterator::SetAt(const CPVT_WordPlace& place) {
110 m_pVTIterator->SetAt(place);
462 pIterator->SetAt(pRange->BeginPos);
464 pIterator->SetAt(0);
726 pIterator->SetAt(0);
750 pIterator->SetAt(wrTemp.BeginPos);
775 pIterator->SetAt(0);
1087 pIterator->SetAt(m_wpCaret)
    [all...]
cpwl_edit.cpp 396 pIterator->SetAt(wpWord);
402 pIterator->SetAt(wpOld);
684 pIterator->SetAt(place);
704 pIterator->SetAt(place);
cpwl_edit_impl.h 409 void SetAt(int32_t nWordIndex);
410 void SetAt(const CPVT_WordPlace& place);
cpwl_edit_ctrl.cpp 316 pIterator->SetAt(m_pEdit->GetCaret());
cpwl_list_impl.cpp 47 pIterator->SetAt(1);
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 42 void SetAt(int32_t nWordIndex);
43 void SetAt(const CPVT_WordPlace& place);
cpdf_variabletext.cpp 91 void CPDF_VariableText::Iterator::SetAt(int32_t nWordIndex) {
95 void CPDF_VariableText::Iterator::SetAt(const CPVT_WordPlace& place) {
cpvt_generateap.cpp 100 pIterator->SetAt(0);
    [all...]
  /external/pdfium/xfa/fde/
cfde_texteditengine.h 48 void SetAt(size_t nIndex);
cfde_texteditengine.cpp 1120 iter.SetAt(idx);
1150 void CFDE_TextEditEngine::Iterator::SetAt(size_t nIndex) {
    [all...]
  /external/pdfium/core/fxcrt/
bytestring.h 140 void SetAt(size_t index, char c);
widestring.h 135 void SetAt(size_t index, wchar_t c);
bytestring_unittest.cpp 34 mutable_abc.SetAt(0, 'd');
40 mutable_abc.SetAt(1, 'e');
44 mutable_abc.SetAt(2, 'f');
48 EXPECT_DEATH({ mutable_abc.SetAt(3, 'g'); }, ".*");
    [all...]
widestring_unittest.cpp 33 mutable_abc.SetAt(0, L'd');
39 mutable_abc.SetAt(1, L'e');
43 mutable_abc.SetAt(2, L'f');
47 EXPECT_DEATH({ mutable_abc.SetAt(3, L'g'); }, ".*");
    [all...]
bytestring.cpp 534 void ByteString::SetAt(size_t index, char c) {
widestring.cpp 901 void WideString::SetAt(size_t index, wchar_t c) {
  /external/pdfium/fxjs/
cjs_publicmethods.cpp     [all...]

Completed in 2931 milliseconds

1 2