Home
last modified time | relevance | path

Searched refs:wcschr (Results 1 – 25 of 48) sorted by relevance

12

/external/libcxx/include/
Dwchar.h137 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} in __libcpp_wcschr()
139 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() function
141 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() function
Dcwchar71 const wchar_t* wcschr(const wchar_t* s, wchar_t c);
72 wchar_t* wcschr( wchar_t* s, wchar_t c);
156 using ::wcschr;
/external/llvm-project/libcxx/include/
Dwchar.h137 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} in __libcpp_wcschr()
139 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() function
141 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() function
Dcwchar70 const wchar_t* wcschr(const wchar_t* s, wchar_t c);
71 wchar_t* wcschr( wchar_t* s, wchar_t c);
155 using ::wcschr;
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-not-null-terminated-result-wcslen.cpp21 pos = wcschr(src, L'\0'); in good_wmemchr_1()
31 pos = wcschr(L"foobar", L'\0'); in good_wmemchr_2()
/external/python/cpython3/PC/
Dgetpathp.c846 buf = wcschr(buf, L'\0'); in calculate_module_search_path()
853 buf = wcschr(buf, L'\0'); in calculate_module_search_path()
860 buf = wcschr(buf, L'\0'); in calculate_module_search_path()
867 buf = wcschr(buf, L'\0'); in calculate_module_search_path()
875 buf = wcschr(buf, L'\0'); in calculate_module_search_path()
883 q = wcschr(p, DELIM); in calculate_module_search_path()
894 buf = wcschr(buf, L'\0'); in calculate_module_search_path()
909 buf = wcschr(buf, L'\0'); in calculate_module_search_path()
Dlauncher.c386 if (wcschr(ip->executable, L' ') != NULL) { in _locate_pythons_for_key()
917 if (wcschr(name, L'.') != NULL) { in find_on_path()
1415 suffix = wcschr(command, L' '); in maybe_handle_shebang()
1476 result = wcschr(result, c); in skip_me()
/external/expat/xmlwf/
Dxmltchar.h49 # define tcschr wcschr
/external/e2fsprogs/intl/
Dprintf.c275 if (wcschr (format, '$') == NULL) in libintl_vfwprintf()
333 if (wcschr (format, '$') == NULL) in libintl_vswprintf()
/external/llvm-project/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp87 ASSERT_SAME_TYPE(wchar_t*, decltype(std::wcschr((wchar_t*)0, L' '))); in main()
114 ASSERT_SAME_TYPE(const wchar_t*, decltype(std::wcschr((const wchar_t*)0, L' '))); in main()
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp87 ASSERT_SAME_TYPE(wchar_t*, decltype(std::wcschr((wchar_t*)0, L' '))); in main()
114 ASSERT_SAME_TYPE(const wchar_t*, decltype(std::wcschr((const wchar_t*)0, L' '))); in main()
/external/python/cpython3/Modules/
Dgetpath.c462 wchar_t *delim = wcschr(prefix, DELIM); in search_for_prefix()
709 wchar_t *delim = wcschr(pathconfig->home, DELIM); in search_for_exec_prefix()
886 wchar_t *delim = wcschr(path_env, DELIM); in calculate_which()
968 if (wcschr(pathconfig->program_name, SEP)) { in calculate_program_impl()
1353 wchar_t *delim = wcschr(defpath, DELIM); in calculate_module_search_path()
1395 wchar_t *delim = wcschr(defpath, DELIM); in calculate_module_search_path()
/external/python/cpython3/Python/
Dgetopt.c143 if ((ptr = wcschr(SHORT_OPTS, option)) == NULL) { in _PyOS_GetOpt()
Dpathconfig.c207 const wchar_t *p = wcschr(sys_path, delim); in config_init_module_search_paths()
654 else if (wcschr(link, SEP) == NULL) { in _PyPathConfig_ComputeSysPath0()
Dpreconfig.c571 wchar_t *sep = wcschr(option, L'='); in _Py_get_xoption()
602 wchar_t *sep = wcschr(xopt, L'='); in preconfig_init_utf8_mode()
Dsysmodule.c2273 const wchar_t *name_end = wcschr(s, L'='); in _PySys_AddXOptionWithError()
2841 const wchar_t *name_end = wcschr(s, L'='); in sys_add_xoption()
3075 while ((p = wcschr(p, delim)) != NULL) { in makepathobject()
3083 p = wcschr(path, delim); in makepathobject()
/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp97 lpszFullString = std::wcschr(lpszFullString, L' '); in ExtractSubString()
106 const wchar_t* lpchEnd = std::wcschr(lpszFullString, L' '); in ExtractSubString()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp87 static_assert((std::is_same<decltype(wcschr((wchar_t*)0, L' ')), wchar_t*>::value), ""); in main()
114 …static_assert((std::is_same<decltype(wcschr((const wchar_t*)0, L' ')), const wchar_t*>::value), ""… in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp85 static_assert((std::is_same<decltype(wcschr((wchar_t*)0, L' ')), wchar_t*>::value), ""); in main()
112 …static_assert((std::is_same<decltype(wcschr((const wchar_t*)0, L' ')), const wchar_t*>::value), ""… in main()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-not-null-terminated-result/
Dnot-null-terminated-result-cxx.h58 wchar_t *wcschr(const wchar_t *str, int c);
/external/mtools/
Ddirentry.c100 if (wcschr(NEED_ESCAPE, *ptr)) in _fprintPwd()
Dsysincludes.h331 # define wcschr strchr macro
Dmlabel.c57 wcschr(L"^+=/[]:,?*\\<>|\".", wbuffer[i]) in _label_name()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc904 if (!wcschr(*name, ':') && !wcschr(*name, '(') && in GetSymbolFunctionName()
/external/llvm-project/clang/test/SemaCXX/
Dconstexpr-string.cpp43 extern wchar_t *wcschr(const wchar_t *s, wchar_t c);
492 …constexpr bool a = !wcschr(L"hello", L'h'); // expected-error {{constant expression}} expected-not…

12