Home
last modified time | relevance | path

Searched refs:countof (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/src/
Dlocale.cpp119 countof(const T (&)[N]) in countof() function
128 countof(const T * const begin, const T * const end) in countof() function
4806 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4954 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4959 size_t j = __libcpp_mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_); in __analyze()
5096 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5098 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5105 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5107 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
5112 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
[all …]
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp960 ::StringCchPrintfW(wzProgress, countof(wzProgress), L"%u%%", dwOverallPercentage); in OnCacheAcquireProgress()
1084 ::StringCchPrintfW(wzProgress, countof(wzProgress), L"%u%%", dwOverallProgressPercentage); in OnProgress()
1154 ::StringCchPrintfW(wzProgress, countof(wzProgress), L"%u%%", dwOverallProgressPercentage); in OnExecuteProgress()
1221 ::StringCchCopyW(wzFile, countof(wzFile), wzLocalSource); in OnResolveSource()
1226 ofn.nMaxFile = countof(wzFile); in OnResolveSource()
1976 hr = ThemeLoadControls(_theme, hWnd, CONTROL_ID_NAMES, countof(CONTROL_ID_NAMES)); in OnCreate()
1979 C_ASSERT(COUNT_PAGE == countof(PAGE_NAMES)); in OnCreate()
1980 C_ASSERT(countof(_pageIds) == countof(PAGE_NAMES)); in OnCreate()
1982 ThemeGetPageIds(_theme, PAGE_NAMES, _pageIds, countof(_pageIds)); in OnCreate()
3165 DWORD _pageIds[countof(PAGE_NAMES)];
/external/boringssl/src/ssl/
Dssl_cipher.cc1352 static constexpr size_t countof(T const (&)[N]) { in countof() function
1366 static_assert(check_order(kCiphers, countof(kCiphers)) == 1,