Searched refs:newSeq (Results 1 – 2 of 2) sorted by relevance
297 char newSeq[20]; in fixAt() local299 sprintf(newSeq, "\\u%04X", c); in fixAt()301 sprintf(newSeq, "\\U%08X", c); in fixAt()303 linestr.replace(pos, seqLen, newSeq); in fixAt()304 pos += strlen(newSeq) - 1; in fixAt()
78 auto *newSeq = new TIntermSequence(); in CloneSequenceAndPrepend() local79 newSeq->push_back(&node); in CloneSequenceAndPrepend()83 newSeq->push_back(oldNode); in CloneSequenceAndPrepend()86 return *newSeq; in CloneSequenceAndPrepend()