Home
last modified time | relevance | path

Searched refs:oldLen (Results 1 – 8 of 8) sorted by relevance

/external/deqp/executor/
DxeXMLParser.hpp215 size_t oldLen = dst.size(); in appendTokenStr() local
216 dst.resize(oldLen+m_curTokenLen); in appendTokenStr()
219 dst[oldLen+ndx] = m_buf.peekBack(ndx); in appendTokenStr()
/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp198 int32_t oldLen = 0; in testConformance() local
265 prettify(CollationKey(oldSk, oldLen), oldS); in testConformance()
286 oldLen = resLen; in testConformance()
Dtsmthred.cpp1160 int32_t oldLen = 0; in run() local
1202 oldLen = resLen; in run()
1203 (void)oldLen; // Suppress set but not used warning. in run()
/external/chromium_org/third_party/icu/source/test/intltest/
Ducaconf.cpp204 int32_t oldLen = 0; in testConformance() local
261 prettify(CollationKey(oldSk, oldLen), oldS); in testConformance()
281 oldLen = resLen; in testConformance()
Dtsmthred.cpp1155 int32_t oldLen = 0; in run() local
1197 oldLen = resLen; in run()
1198 (void)oldLen; // Suppress set but not used warning. in run()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py574 oldLen = len(oldAlts)
579 newLen = oldLen//2
588 for i in range(newLen, oldLen):
602 oldLen = len(oldLigs)
607 newLen = oldLen//2
616 for i in range(newLen, oldLen):
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp1229 unsigned oldLen = textLength(); in setTextWithOffset() local
1231 int delta = newLen - oldLen; in setTextWithOffset()
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js6988 var cls = node[_className], oldLen;
6990 oldLen = cls.length;
6997 if(oldLen < cls.length){