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

  /external/python/cpython3/PC/
pyshellext.cpp 34 size_t oneLength;
35 hr = StringCchLengthA(pszSource, cchMax - length, &oneLength);
40 length += oneLength + (strchr(pszSource, ' ') ? 3 : 1);
41 pszSource = &pszSource[oneLength + 1];
55 size_t oneLength;
56 hr = StringCchLengthW(pszSource, cchMax - length, &oneLength);
61 length += oneLength + (wcschr(pszSource, ' ') ? 3 : 1);
62 pszSource = &pszSource[oneLength + 1];
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.6.300.v20180430-1330.jar 

Completed in 3077 milliseconds