HomeSort by relevance Sort by last modified time
    Searched refs:extLength (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
DefaultName.cpp 10 int extLength = extension.Length();
12 if (fileNameLength > extLength + 1)
14 int dotPos = fileNameLength - (extLength + 1);
  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 173 extLength = p.get(2)
181 p.getFixBytes(extLength)
182 soFar += 4 + extLength
195 extLength = 0
198 extLength += 5 + len(self.certificate_types)
200 extLength += 5 + len(self.srp_username)
201 if extLength > 0:
202 w.add(extLength, 2)
250 extLength = p.get(2)
254 p.getFixBytes(extLength)
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 341 M4OSA_UInt32 extLength = strlen((const char *)pExtension);
348 if ((3 == extLength) || (4 == extLength))
351 for (index = 0; index < extLength ; index++)
  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 23 int extLength = strlen(ext);
27 if (n == extLength && 0 == strncmp(ext, extensionString, n)) {
  /external/skia/src/utils/win/
SkWGL_win.cpp 23 int extLength = strlen(ext);
27 if (n == extLength && 0 == strncmp(ext, extensionString, n)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 

Completed in 291 milliseconds