HomeSort by relevance Sort by last modified time
    Searched defs:GetWord (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 128 CFX_ByteStringC CPDF_SimpleParser::GetWord()
189 CFX_ByteStringC word = GetWord();
210 CFX_ByteStringC word = GetWord();
235 CFX_ByteStringC word = GetWord();
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 284 int RLByteStream::GetWord()
325 int RMByteStream::GetWord()
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 86 std::string GetWord(const std::vector<std::string>& words,
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(words, 1, ""))
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 66 FX_BOOL CFX_Edit_Iterator::GetWord(CPVT_Word & word) const
71 if (m_pVTIterator->GetWord(word))
1260 if (pIterator->GetWord(wordinfo))
1308 if (pIterator->GetWord(wordinfo))
    [all...]

Completed in 80 milliseconds