Searched refs:oldLen (Results 1 – 8 of 8) sorted by relevance
215 size_t oldLen = dst.size(); in appendTokenStr() local216 dst.resize(oldLen+m_curTokenLen); in appendTokenStr()219 dst[oldLen+ndx] = m_buf.peekBack(ndx); in appendTokenStr()
198 int32_t oldLen = 0; in testConformance() local265 prettify(CollationKey(oldSk, oldLen), oldS); in testConformance()286 oldLen = resLen; in testConformance()
1160 int32_t oldLen = 0; in run() local1202 oldLen = resLen; in run()1203 (void)oldLen; // Suppress set but not used warning. in run()
204 int32_t oldLen = 0; in testConformance() local261 prettify(CollationKey(oldSk, oldLen), oldS); in testConformance()281 oldLen = resLen; in testConformance()
1155 int32_t oldLen = 0; in run() local1197 oldLen = resLen; in run()1198 (void)oldLen; // Suppress set but not used warning. in run()
574 oldLen = len(oldAlts)579 newLen = oldLen//2588 for i in range(newLen, oldLen):602 oldLen = len(oldLigs)607 newLen = oldLen//2616 for i in range(newLen, oldLen):
1229 unsigned oldLen = textLength(); in setTextWithOffset() local1231 int delta = newLen - oldLen; in setTextWithOffset()
6988 var cls = node[_className], oldLen;6990 oldLen = cls.length;6997 if(oldLen < cls.length){