Searched refs:inner_word (Results 1 – 3 of 3) sorted by relevance
487 ByteString inner_word = GetNextWord(nullptr); in GetObjectBodyInternal() local488 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()
1245 ... inner_word = list(m.group(2))1246 ... random.shuffle(inner_word)1247 ... return m.group(1) + "".join(inner_word) + m.group(3)
1546 ... inner_word = list(m.group(2))1547 ... random.shuffle(inner_word)1548 ... return m.group(1) + "".join(inner_word) + m.group(3)