HomeSort by relevance Sort by last modified time
    Searched refs:wcscoll (Results 26 - 38 of 38) sorted by null

12

  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 81 static_assert((std::is_same<decltype(std::wcscoll(L"", L"")), int>::value), "");
  /external/python/cpython3/Modules/
_localemodule.c 225 result = PyLong_FromLong(wcscoll(ws1, ws2));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
string.h 154 int __cdecl wcscoll(const wchar_t *_Str1,const wchar_t *_Str2);
tchar.h 288 #define _tcscoll wcscoll
wchar.h     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 81 static_assert((std::is_same<decltype(std::wcscoll(L"", L"")), int>::value), "");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 335 result = PyInt_FromLong(wcscoll(ws1, ws2));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 335 result = PyInt_FromLong(wcscoll(ws1, ws2));
  /external/python/cpython2/Modules/
_localemodule.c 336 result = PyInt_FromLong(wcscoll(ws1, ws2));
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 189 extern int wcscoll (__const wchar_t *__s1, __const wchar_t *__s2) __THROW;
192 `wcscoll' to the original strings. */
208 `wcscoll' to the original strings. */
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 1323 milliseconds

12