Searched defs:GetWord (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp128 CFX_ByteStringC CPDF_SimpleParser::GetWord() function in class:CPDF_SimpleParser
189 CFX_ByteStringC word = GetWord();
210 CFX_ByteStringC word = GetWord();
235 CFX_ByteStringC word = GetWord();
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp284 int RLByteStream::GetWord() function in class:RLByteStream
325 int RMByteStream::GetWord() function in class:RMByteStream
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc86 std::string GetWord(const std::vector<std::string>& words, function in namespace:__anon12648
191 const std::string& command = GetWord(words, 0, "");
213 std::string to = GetWord(words, 1, "");
223 std::string id = GetWord(words, 1, "");
330 std::string to = GetWord(words, 1, "");
337 std::string to = GetWord(words, 1, "");
351 JoinMuc(GetWord(words, 1, ""));
353 LookupAndJoinMuc(GetWord(words, 1, ""));
355 InviteToMuc(words[1], GetWord(words, 2, ""));
357 LeaveMuc(GetWord(word
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp1778 FX_BOOL CPDF_VariableText_Iterator::GetWord(CPVT_Word & word) const function in class:CPDF_VariableText_Iterator
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp66 FX_BOOL CFX_Edit_Iterator::GetWord(CPVT_Word & word) const function in class:CFX_Edit_Iterator
71 if (m_pVTIterator->GetWord(word))
1260 if (pIterator->GetWord(wordinfo))
1308 if (pIterator->GetWord(wordinfo))
1793 if (pIterator->GetWord(wordinfo))
2338 if (pIterator->GetWord(word))
2495 pIterator->GetWord(wordinfo);
2542 pIterator->GetWord(wordinfo);
2606 if (pIterator->GetWord(word))
2652 if (pIterator->GetWord(wor
[all...]

Completed in 170 milliseconds