Home
last modified time | relevance | path

Searched defs:GetNextWord (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamparser.cpp376 void CPDF_StreamParser::GetNextWord(bool& bIsNumber) { in GetNextWord() function in CPDF_StreamParser
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/
H A Dio.cpp317 uint32_t GetNextWord() { in GetNextWord() function in __anonc650def70111::HexTokenizer
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_syntax_parser.cpp464 CPDF_SyntaxParser::WordResult CPDF_SyntaxParser::GetNextWord() { in GetNextWord() function in CPDF_SyntaxParser
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DVmdkHandler.cpp163 static const char *GetNextWord(const char *s, AString &dest) in GetNextWord() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Darguments.cc61 std::string GetNextWord(const std::string& code, size_t first_position) { in GetNextWord() function