/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 115 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 …]
|
D | csection.cpp | 31 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 …]
|
D | cpdf_filespec.cpp | 63 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()
|
D | clines.cpp | 21 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()
|
D | cpvt_arraytemplate.h | 18 TYPE GetAt(int nIndex) const { in GetAt() function 20 return CFX_ArrayTemplate<TYPE>::GetAt(nIndex); in GetAt()
|
/external/pdfium/xfa/fgas/crt/ |
D | fgas_utils.h | 22 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 …]
|
D | fgas_utils.cpp | 71 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/ |
D | BC_PDF417HighLevelEncoder.cpp | 67 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/ |
D | cpdf_textpagefind.cpp | 113 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/ |
D | fxet_list.cpp | 88 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/ |
D | cfde_txtedtparag.cpp | 57 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()
|
D | cfx_wordbreak.cpp | 2827 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()
|
D | cfx_chariter.cpp | 30 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/ |
D | BC_OnedCode128Writer.cpp | 90 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/ |
D | BC_EncoderContext.cpp | 39 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()
|
D | BC_EdifactEncoder.cpp | 137 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.h | 22 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/ |
D | fpdf_font_cid.cpp | 427 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/ |
D | PublicMethods.cpp | 238 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/ |
D | xfa_expression.cpp | 56 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/ |
D | cxfa_valuearray.cpp | 16 delete GetAt(i); in ~CXFA_ValueArray() 21 objArray.Add(CXFA_ScriptContext::ToObject(GetAt(i), nullptr)); in GetAttributeObject()
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | array_traits_wtf.h | 26 static U& GetAt(WTFArray<U>& input, size_t index) { return input[index]; } 28 static const U& GetAt(const WTFArray<U>& input, size_t index) {
|
D | array_traits_standard.h | 26 static typename Array<T>::RefType GetAt(Array<T>& input, size_t index) { 30 static typename Array<T>::ConstRefType GetAt(const Array<T>& input,
|
D | array_traits_wtf_vector.h | 33 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) {
|
D | array_traits_stl.h | 34 static typename std::vector<T>::reference GetAt(std::vector<T>& input, 39 static typename std::vector<T>::const_reference GetAt(
|