Home
last modified time | relevance | path

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

12345

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp115 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in NextLine()
130 if (m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in PrevLine()
138 m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex - 1)) { in PrevLine()
167 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetWord()
168 if (pSection->m_LineArray.GetAt(m_CurPos.nLineIndex)) { in GetWord()
170 pSection->m_WordArray.GetAt(m_CurPos.nWordIndex)) { in GetWord()
192 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in SetWord()
194 pSection->m_WordArray.GetAt(m_CurPos.nWordIndex)) { in SetWord()
206 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetLine()
207 if (CLine* pLine = pSection->m_LineArray.GetAt(m_CurPos.nLineIndex)) { in GetLine()
[all …]
Dcsection.cpp31 delete m_WordArray.GetAt(i); in ResetWordArray()
38 if (CLine* pLine = m_LineArray.GetAt(i)) { in ResetLinePlace()
73 if (CLine* pLine = m_LineArray.GetAt(0)) { in GetBeginWordPlace()
80 if (CLine* pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) { in GetEndWordPlace()
93 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) { in GetPrevWordPlace()
98 if (CLine* pPrevLine = m_LineArray.GetAt(place.nLineIndex - 1)) { in GetPrevWordPlace()
115 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) { in GetNextWordPlace()
117 if (CLine* pNextLine = m_LineArray.GetAt(place.nLineIndex + 1)) { in GetNextWordPlace()
132 if (CLine* pLine = m_LineArray.GetAt(nMid)) { in UpdateWordPlace()
160 if (CLine* pLine = m_LineArray.GetAt(nMid)) { in SearchWordPlace()
[all …]
Dcpdf_filespec.cpp63 if (filepath.GetAt(0) != '/') in DecodeFileName()
65 if (filepath.GetAt(1) == '/') in DecodeFileName()
67 if (filepath.GetAt(2) == '/') { in DecodeFileName()
69 result += filepath.GetAt(1); in DecodeFileName()
125 if (filepath.GetAt(1) == ':') { in EncodeFileName()
128 result += filepath.GetAt(0); in EncodeFileName()
129 if (filepath.GetAt(2) != '\\') in EncodeFileName()
135 if (filepath.GetAt(0) == '\\' && filepath.GetAt(1) == '\\') in EncodeFileName()
138 if (filepath.GetAt(0) == '\\') { in EncodeFileName()
Dclines.cpp21 CLine* CLines::GetAt(int32_t nIndex) const { in GetAt() function in CLines
22 return m_Lines.GetAt(nIndex); in GetAt()
31 delete GetAt(i); in RemoveAll()
41 } else if (CLine* pLine = GetAt(m_nTotal)) { in Add()
49 delete GetAt(i); in Clear()
Dcpvt_arraytemplate.h18 TYPE GetAt(int nIndex) const { in GetAt() function
20 return CFX_ArrayTemplate<TYPE>::GetAt(nIndex); in GetAt()
/external/pdfium/xfa/fgas/crt/
Dfgas_utils.h22 uint8_t* GetAt(int32_t index) const;
51 baseType& GetAt(int32_t index) const { in GetAt() function
52 return *(baseType*)CFX_BaseArray::GetAt(index); in GetAt()
55 return (baseType*)CFX_BaseArray::GetAt(index); in GetPtrAt()
58 *(baseType*)CFX_BaseArray::GetAt(index) = element; in SetAt()
86 uint8_t* GetAt(int32_t index) const;
113 uint8_t* GetAt(int32_t index) const;
124 baseType& GetAt(int32_t index, const baseType& defValue) const { in GetAt() function
125 baseType* p = (baseType*)CFX_BaseDiscreteArray::GetAt(index); in GetAt()
129 return (baseType*)CFX_BaseDiscreteArray::GetAt(index); in GetPtrAt()
[all …]
Dfgas_utils.cpp71 uint8_t* CFX_BaseArray::GetAt(int32_t index) const { in GetAt() function in CFX_BaseArray
163 pChunk = (uint8_t*)m_pData->GetAt(index / m_iChunkSize); in AddSpaceTo()
168 pChunk = (uint8_t*)m_pData->GetAt(index / m_iChunkSize); in AddSpaceTo()
185 uint8_t* CFX_BaseMassArrayImp::GetAt(int32_t index) const { in GetAt() function in CFX_BaseMassArrayImp
187 uint8_t* pChunk = (uint8_t*)m_pData->GetAt(index / m_iChunkSize); in GetAt()
253 uint8_t* pDstChunk = (uint8_t*)GetAt(iDstStart); in Append()
254 uint8_t* pSrcChunk = (uint8_t*)src.GetAt(iSrcStart); in Append()
268 pSrcChunk = (uint8_t*)src.m_pData->GetAt(iSrcChunkIndex); in Append()
276 pDstChunk = (uint8_t*)m_pData->GetAt(iDstChunkIndex); in Append()
298 FX_Free(m_pData->GetAt(i)); in RemoveAll()
[all …]
/external/pdfium/xfa/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp67 FX_WCHAR ch = (FX_WCHAR)(bytes.GetAt(i) & 0xff); in encodeHighLevel()
68 if (ch == '?' && bytes.GetAt(i) != '?') { in encodeHighLevel()
76 byteArr.Add(bytes.GetAt(k)); in encodeHighLevel()
160 FX_WCHAR ch = msg.GetAt(startpos + idx); in encodeText()
222 FX_WCHAR next = msg.GetAt(startpos + idx + 1); in encodeText()
253 h = (FX_WCHAR)((h * 30) + tmp.GetAt(i)); in encodeText()
256 h = tmp.GetAt(i); in encodeText()
281 t += bytes->GetAt(idx + i) & 0xff; in encodeBinary()
297 int32_t ch = bytes->GetAt(i) & 0xff; in encodeBinary()
319 sb += tmp.GetAt(i); in encodeNumeric()
[all …]
/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp113 if (findwhatStr.GetAt(i) != ' ') in FindFirst()
153 FX_WCHAR strInsert = m_strText.GetAt(nStartPos); in FindNext()
177 int curChar = csWord.GetAt(0); in FindNext()
179 int lastChar = lastWord.GetAt(lastWord.GetLength() - 1); in FindNext()
186 FX_WCHAR strInsert = m_strText.GetAt(d); in FindNext()
195 FX_WCHAR strInsert = m_strText.GetAt(nResultPos - 1); in FindNext()
296 FX_WCHAR curChar = csWord.GetAt(pos); in ExtractFindWhat()
329 if (char_count == 1 && csPageText.GetAt(startPos) > 255) in IsMatchWholeWord()
332 char_left = csPageText.GetAt(startPos - 1); in IsMatchWholeWord()
334 char_right = csPageText.GetAt(startPos + char_count); in IsMatchWholeWord()
[all …]
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp88 delete m_aItems.GetAt(i); in ~CPLST_Select()
99 if (CPLST_Select_Item* pItem = m_aItems.GetAt(nIndex)) { in Add()
118 if (CPLST_Select_Item* pItem = m_aItems.GetAt(i)) in Sub()
137 if (CPLST_Select_Item* pItem = m_aItems.GetAt(i)) { in Find()
156 if (CPLST_Select_Item* pItem = m_aItems.GetAt(nIndex)) in GetItemIndex()
164 if (CPLST_Select_Item* pItem = m_aItems.GetAt(nIndex)) in GetState()
172 if (CPLST_Select_Item* pItem = m_aItems.GetAt(i)) { in DeselectAll()
180 if (CPLST_Select_Item* pItem = m_aItems.GetAt(i)) { in Done()
376 if (CFX_ListItem* pListItem = m_aListItems.GetAt(nIndex)) { in GetItemRectInternal()
584 if (CFX_ListItem* pPrevItem = m_aListItems.GetAt(nItemIndex - 1)) in ReArrange()
[all …]
/external/pdfium/xfa/fde/
Dcfde_txtedtparag.cpp57 if (pIter->GetAt() + 1 == nEndIndex && in LoadParag()
71 if ((pIter->GetAt() + 1 == nEndIndex) && in LoadParag()
76 } while (pIter->Next(false) && (pIter->GetAt() < nEndIndex)); in LoadParag()
122 if (pIter->GetAt() + 1 == nEndIndex && in CalcLines()
130 if ((pIter->GetAt() + 1 == nEndIndex) && in CalcLines()
135 } while (pIter->Next(false) && (pIter->GetAt() < nEndIndex)); in CalcLines()
Dcfx_wordbreak.cpp2827 return m_pPreIter->GetAt(); in GetWordPos()
2831 return m_pCurIter->GetAt() - m_pPreIter->GetAt() + 1; in GetWordLength()
2842 while (pTempIter->GetAt() <= m_pCurIter->GetAt()) { in GetWord()
Dcfx_chariter.cpp30 return m_wsText.GetAt(m_nIndex); in GetChar()
39 int32_t CFX_CharIter::GetAt() const { in GetAt() function in CFX_CharIter
/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedCode128Writer.cpp90 patternIndex = (int32_t)contents.GetAt(position); in CheckContentValidity()
107 ch = contents.GetAt(i); in FilterContents()
117 ch = filterChineseChar.GetAt(i); in FilterContents()
126 ch = filterChineseChar.GetAt(i); in FilterContents()
256 FX_CHAR ch = contents.GetAt(position); in Encode128C()
262 if (contents.GetAt(position + 1) < '0' || in Encode128C()
263 contents.GetAt(position + 1) > '9') { in Encode128C()
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_EncoderContext.cpp39 FX_WCHAR ch = (FX_WCHAR)(dststr.GetAt(i) & 0xff); in CBC_EncoderContext()
40 if (ch == '?' && dststr.GetAt(i) != '?') { in CBC_EncoderContext()
70 return m_msg.GetAt(m_pos); in getCurrentChar()
73 return m_msg.GetAt(m_pos); in getCurrent()
DBC_EdifactEncoder.cpp137 FX_WCHAR c1 = sb.GetAt(startPos); in encodeToCodewords()
138 FX_WCHAR c2 = len >= 2 ? sb.GetAt(startPos + 1) : 0; in encodeToCodewords()
139 FX_WCHAR c3 = len >= 3 ? sb.GetAt(startPos + 2) : 0; in encodeToCodewords()
140 FX_WCHAR c4 = len >= 4 ? sb.GetAt(startPos + 3) : 0; in encodeToCodewords()
/external/mdnsresponder/mDNSWindows/DLLX/
D_IDNSSDEvents_CP.h22 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_DomainFound()
51 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_DomainLost()
80 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_ServiceFound()
113 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_ServiceLost()
146 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_ServiceResolved()
180 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_ServiceRegistered()
211 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_QueryRecordAnswered()
245 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_RecordRegistered()
270 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_AddressFound()
304 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_MappingCreated()
[all …]
/external/pdfium/core/fpdfapi/font/
Dfpdf_font_cid.cpp427 if (word.GetLength() == 0 || word.GetAt(0) != '<') { in ParseWord()
444 if (word.GetAt(0) == '<') { in CMap_GetCode()
445 for (int i = 1; i < word.GetLength() && std::isxdigit(word.GetAt(i)); ++i) { in CMap_GetCode()
446 num = num * 16 + FXSYS_toHexDigit(word.GetAt(i)); in CMap_GetCode()
453 for (int i = 0; i < word.GetLength() && std::isdigit(word.GetAt(i)); ++i) { in CMap_GetCode()
454 num = num * 10 + FXSYS_toDecimalDigit(static_cast<FX_WCHAR>(word.GetAt(i))); in CMap_GetCode()
465 if (first.GetLength() == 0 || first.GetAt(0) != '<') in CMap_GetCodeRange()
470 if (first.GetAt(i) == '>') { in CMap_GetCodeRange()
479 uint8_t digit1 = first.GetAt(i * 2 + 1); in CMap_GetCodeRange()
480 uint8_t digit2 = first.GetAt(i * 2 + 2); in CMap_GetCodeRange()
[all …]
/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp238 FX_WCHAR c = str.GetAt(i); in ParseStringInteger()
257 FX_WCHAR c = str.GetAt(i); in ParseStringString()
289 FX_WCHAR c = value.GetAt(i); in ParseNormalDate()
376 FX_WCHAR c = format.GetAt(i); in MakeRegularDate()
399 if (remaining == 0 || format.GetAt(i + 1) != c) { in MakeRegularDate()
436 bPm = (j < value.GetLength() && value.GetAt(j) == 'p'); in MakeRegularDate()
441 } else if (remaining == 1 || format.GetAt(i + 2) != c) { in MakeRegularDate()
479 bPm = (j + 1 < value.GetLength() && value.GetAt(j) == 'p' && in MakeRegularDate()
480 value.GetAt(j + 1) == 'm'); in MakeRegularDate()
485 } else if (remaining == 2 || format.GetAt(i + 3) != c) { in MakeRegularDate()
[all …]
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_expression.cpp56 if (m_wsName.GetAt(0) == L'!') { in ToJavaScript()
67 if (identifier.GetAt(0) == L'!') { in ToJavaScript()
116 if (m_wsName.GetAt(0) == L'!') { in ToJavaScript()
137 if (m_wsName.GetAt(0) == L'!') { in ToImpliedReturnJS()
392 if (m_wsVariant.GetAt(0) == L'!') { in ToJavaScript()
443 if (m_wsVariant.GetAt(0) == L'!') { in ToImpliedReturnJS()
504 if (m_wsIdentifier.GetAt(0) == L'!') { in ToJavaScript()
532 if (m_wsIdentifier.GetAt(0) == L'!') { in ToJavaScript()
554 if (m_wsIdentifier.GetAt(0) == L'!') { in ToImpliedReturnJS()
581 if (m_wsIdentifier.GetAt(0) == L'!') { in ToImpliedReturnJS()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_valuearray.cpp16 delete GetAt(i); in ~CXFA_ValueArray()
21 objArray.Add(CXFA_ScriptContext::ToObject(GetAt(i), nullptr)); in GetAttributeObject()
/external/libmojo/mojo/public/cpp/bindings/
Darray_traits_wtf.h26 static U& GetAt(WTFArray<U>& input, size_t index) { return input[index]; }
28 static const U& GetAt(const WTFArray<U>& input, size_t index) {
Darray_traits_standard.h26 static typename Array<T>::RefType GetAt(Array<T>& input, size_t index) {
30 static typename Array<T>::ConstRefType GetAt(const Array<T>& input,
Darray_traits_wtf_vector.h33 static U& GetAt(WTF::Vector<U>& input, size_t index) { return input[index]; }
35 static const U& GetAt(const WTF::Vector<U>& input, size_t index) {
Darray_traits_stl.h34 static typename std::vector<T>::reference GetAt(std::vector<T>& input,
39 static typename std::vector<T>::const_reference GetAt(

12345