Home
last modified time | relevance | path

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

12

/external/pdfium/core/fpdfdoc/
Dcpdf_defaultappearance.cpp39 ByteStringView word = parser->GetWord(); in FindTagParamFromStart()
64 csFontNameTag = ByteString(syntax.GetWord()); in GetFont()
66 *fFontSize = StringToFloat(syntax.GetWord()); in GetFont()
80 fc[0] = StringToFloat(syntax.GetWord()); in GetColor()
84 fc[0] = StringToFloat(syntax.GetWord()); in GetColor()
85 fc[1] = StringToFloat(syntax.GetWord()); in GetColor()
86 fc[2] = StringToFloat(syntax.GetWord()); in GetColor()
90 fc[0] = StringToFloat(syntax.GetWord()); in GetColor()
91 fc[1] = StringToFloat(syntax.GetWord()); in GetColor()
92 fc[2] = StringToFloat(syntax.GetWord()); in GetColor()
[all …]
Dcpdf_variabletext.h40 bool GetWord(CPVT_Word& word) const;
/external/pdfium/core/fpdfapi/font/
Dcpdf_tounicodemap.cpp122 ByteStringView word = parser.GetWord(); in Load()
147 ByteStringView word = pParser->GetWord(); in HandleBeginBFChar()
155 SetCode(code.value(), StringToWideString(pParser->GetWord())); in HandleBeginBFChar()
161 ByteStringView lowcode_str = pParser->GetWord(); in HandleBeginBFRange()
169 ByteStringView highcode_str = pParser->GetWord(); in HandleBeginBFRange()
177 ByteStringView start = pParser->GetWord(); in HandleBeginBFRange()
180 SetCode(code, StringToWideString(pParser->GetWord())); in HandleBeginBFRange()
181 pParser->GetWord(); in HandleBeginBFRange()
Dcpdf_cmap.cpp291 ByteStringView word = syntax.GetWord(); in CPDF_CMap()
/external/libtextclassifier/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h206 uint32_t GetWord(int index) const { in GetWord() function
356 const uint32_t lhs_word = lhs.GetWord(i); in Compare()
357 const uint32_t rhs_word = rhs.GetWord(i); in Compare()
371 if (lhs.GetWord(i) != rhs.GetWord(i)) {
/external/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h206 uint32_t GetWord(int index) const { in GetWord() function
356 const uint32_t lhs_word = lhs.GetWord(i); in Compare()
357 const uint32_t rhs_word = rhs.GetWord(i); in Compare()
371 if (lhs.GetWord(i) != rhs.GetWord(i)) {
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h206 uint32_t GetWord(int index) const { in GetWord() function
356 const uint32_t lhs_word = lhs.GetWord(i); in Compare()
357 const uint32_t rhs_word = rhs.GetWord(i); in Compare()
371 if (lhs.GetWord(i) != rhs.GetWord(i)) {
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h206 uint32_t GetWord(int index) const { in GetWord() function
356 const uint32_t lhs_word = lhs.GetWord(i); in Compare()
357 const uint32_t rhs_word = rhs.GetWord(i); in Compare()
371 if (lhs.GetWord(i) != rhs.GetWord(i)) {
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h206 uint32_t GetWord(int index) const { in GetWord() function
356 const uint32_t lhs_word = lhs.GetWord(i); in Compare()
357 const uint32_t rhs_word = rhs.GetWord(i); in Compare()
371 if (lhs.GetWord(i) != rhs.GetWord(i)) {
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dcharconv_bigint.h206 uint32_t GetWord(int index) const { in GetWord() function
356 const uint32_t lhs_word = lhs.GetWord(i); in Compare()
357 const uint32_t rhs_word = rhs.GetWord(i); in Compare()
371 if (lhs.GetWord(i) != rhs.GetWord(i)) {
/external/pdfium/core/fpdfapi/parser/
Dcpdf_simple_parser_unittest.cpp14 TEST(SimpleParserTest, GetWord) { in TEST() argument
56 ByteStringView word = parser.GetWord(); in TEST()
Dcpdf_simple_parser.h19 ByteStringView GetWord();
Dcpdf_simple_parser.cpp16 ByteStringView CPDF_SimpleParser::GetWord() { in GetWord() function in CPDF_SimpleParser
/external/icing/icing/file/
Dfile-backed-bitmap.cc181 libtextclassifier3::StatusOr<FileBackedBitmap::Word> FileBackedBitmap::GetWord( in GetWord() function in icing::lib::FileBackedBitmap
219 ICING_ASSIGN_OR_RETURN(Word old_word, GetWord(word_index)); in Set()
239 ICING_ASSIGN_OR_RETURN(Word word, GetWord(word_index)); in Get()
301 ICING_ASSIGN_OR_RETURN(Word old_word, GetWord(word_index)); in TruncateTo()
Dfile-backed-bitmap.h204 libtextclassifier3::StatusOr<Word> GetWord(int word_index) const;
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp352 if (pIterator->GetWord(word)) in GetWordRightBottomPoint()
632 if (!pIterator->GetWord(wordinfo) || in GetSameWordsRange()
641 if (!pIterator->GetWord(wordinfo) || !PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()
652 if (!pIterator->GetWord(wordinfo) || in GetSameWordsRange()
661 if (!pIterator->GetWord(wordinfo) || !PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()
Dcpwl_edit_impl.cpp70 bool CPWL_EditImpl_Iterator::GetWord(CPVT_Word& word) const { in GetWord() function in CPWL_EditImpl_Iterator
73 if (m_pVTIterator->GetWord(word)) { in GetWord()
506 if (pIterator->GetWord(word)) { in DrawEdit()
758 if (pIterator->GetWord(wordinfo)) in GetText()
784 if (pIterator->GetWord(wordinfo)) in GetRangeText()
1115 if (pIterator->GetWord(word)) { in ScrollToCaret()
1221 pIterator->GetWord(wordinfo); in RefreshWordRange()
1273 if (pIterator->GetWord(word)) { in SetCaretInfo()
1592 pIterator->GetWord(word); in Backspace()
1625 pIterator->GetWord(word); in Delete()
[all …]
Dcpwl_edit_ctrl.cpp305 if (pIterator->GetWord(word)) { in GetCaretInfo()
Dcpwl_edit_impl.h431 bool GetWord(CPVT_Word& word) const;
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.h32 ByteStringView GetWord() const { in GetWord() function
Dcpdf_streamcontentparser.cpp606 if (m_pSyntax->GetWord() != "ID") { in Handle_BeginImage()
614 auto word = m_pSyntax->GetWord(); in Handle_BeginImage()
650 if (m_pSyntax->GetWord() == "EI") { in Handle_BeginImage()
1528 OnOperator(syntax.GetWord()); in Parse()
1532 AddNumberParam(syntax.GetWord()); in Parse()
1535 auto word = syntax.GetWord(); in Parse()
1557 ByteStringView strc = m_pSyntax->GetWord(); in ParsePathObject()
1616 FX_Number number(m_pSyntax->GetWord()); in ParsePathObject()
Dcpdf_psengine.cpp123 ByteStringView word = parser->GetWord(); in Parse()
207 return parser.GetWord() == "{" && m_MainProc.Parse(&parser, 0); in Parse()
Dcpdf_streamparser.cpp197 if (GetWord() == "EI") { in ReadInlineStream()
/external/icing/icing/legacy/index/
Dicing-flash-bitmap.h110 Word GetWord(uint64_t idx) const;
Dicing-flash-bitmap.cc322 return GetWord(idx / kWordBits) & GetWordBitmask(idx); in GetBit()
325 IcingFlashBitmap::Word IcingFlashBitmap::GetWord(uint64_t idx) const { in GetWord() function in icing::lib::IcingFlashBitmap

12