Searched refs:realLength (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkFontStream.cpp181 size_t realLength = SkEndian_SwapBE32(header.fDir[i].fLength); local
183 if (offset >= realLength) {
192 if (length > realLength - offset) {
193 length = realLength - offset;
/external/skia/src/core/
H A DSkFontStream.cpp181 size_t realLength = SkEndian_SwapBE32(header.fDir[i].fLength); local
183 if (offset >= realLength) {
192 if (length > realLength - offset) {
193 length = realLength - offset;
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h125 int realLength = u_strFoldCase(result, resultLength, src, srcLength, U_FOLD_CASE_DEFAULT, &status); local
127 return realLength;
133 int realLength = u_strToLower(result, resultLength, src, srcLength, "", &status); local
135 return realLength;
151 int realLength = u_strToUpper(result, resultLength, src, srcLength, "", &status); local
153 return realLength;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dsprpdata.c157 int32_t realLength =0; local
193 realLength +=2;
195 realLength++;
199 if(realLength != length){
/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c157 int32_t realLength =0; local
193 realLength +=2;
195 realLength++;
199 if(realLength != length){
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidn.cpp365 int32_t realLength =0; local
369 realLength +=2;
371 realLength++;
375 if(realLength != length){
/external/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp365 int32_t realLength =0; local
369 realLength +=2;
371 realLength++;
375 if(realLength != length){
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp567 int32_t realLength = Unicode::toLower(data16, length, characters16(), m_length, &error); local
568 if (!error && realLength == length)
571 newImpl = createUninitialized(realLength, data16);
572 Unicode::toLower(data16, realLength, characters16(), m_length, &error);
658 int32_t realLength = Unicode::toUpper(data16, length, source16, m_length, &error); local
659 if (!error && realLength == length)
661 newImpl = createUninitialized(realLength, data16);
662 Unicode::toUpper(data16, realLength, source16, m_length, &error);
830 int32_t realLength = Unicode::foldCase(data, length, characters16(), m_length, &error); local
831 if (!error && realLength
[all...]
/external/chromium_org/v8/src/
H A Dv8natives.js1023 var realLength = 0;
1033 ++realLength;
1036 array.length = realLength;
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2639 milliseconds