Home
last modified time | relevance | path

Searched refs:inner_word (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp487 ByteString inner_word = GetNextWord(nullptr); in GetObjectBodyInternal() local
488 if (inner_word.IsEmpty()) in GetObjectBodyInternal()
491 FX_FILESIZE SavedPos = m_Pos - inner_word.GetLength(); in GetObjectBodyInternal()
492 if (inner_word == ">>") in GetObjectBodyInternal()
495 if (inner_word == "endobj") { in GetObjectBodyInternal()
499 if (inner_word[0] != '/') in GetObjectBodyInternal()
502 ByteString key = PDF_NameDecode(inner_word.AsStringView()); in GetObjectBodyInternal()
/external/python/cpython2/Doc/library/
Dre.rst1245 ... inner_word = list(m.group(2))
1246 ... random.shuffle(inner_word)
1247 ... return m.group(1) + "".join(inner_word) + m.group(3)
/external/python/cpython3/Doc/library/
Dre.rst1546 ... inner_word = list(m.group(2))
1547 ... random.shuffle(inner_word)
1548 ... return m.group(1) + "".join(inner_word) + m.group(3)