HomeSort by relevance Sort by last modified time
    Searched defs:pExtension (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 64 M4OSA_Char* pExtension,
87 M4OSA_Char* pExtension = M4OSA_NULL;
150 pExtension = (M4OSA_Char *)strrchr((const char *)pFile, (int)'.');
151 if (M4OSA_NULL != pExtension)
154 pExtension++;
158 pExtension ,&fileType, &clipType);
327 M4OSA_Char *pExtension,
341 M4OSA_UInt32 extLength = strlen((const char *)pExtension);
353 extension[index] = tolower((int)pExtension[index]);
  /external/chromium_org/third_party/icu/source/common/
uloc_tag.c     [all...]
  /external/icu4c/common/
uloc_tag.c     [all...]

Completed in 312 milliseconds