Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:U_SIZEOF_WCHAR_T
(Results
1 - 2
of
2
) sorted by relevance
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H
A
D
platform.h
682
* \def
U_SIZEOF_WCHAR_T
683
*
U_SIZEOF_WCHAR_T
==sizeof(wchar_t)
687
#ifdef
U_SIZEOF_WCHAR_T
694
# define
U_SIZEOF_WCHAR_T
1
macro
696
# define
U_SIZEOF_WCHAR_T
2
macro
707
# define
U_SIZEOF_WCHAR_T
4
macro
709
# define
U_SIZEOF_WCHAR_T
2
macro
718
# define
U_SIZEOF_WCHAR_T
4
macro
720
# define
U_SIZEOF_WCHAR_T
2
macro
729
# define
U_SIZEOF_WCHAR_T
macro
736
# define
U_SIZEOF_WCHAR_T
global()
macro
743
# define
U_SIZEOF_WCHAR_T
global()
macro
746
# define
U_SIZEOF_WCHAR_T
global()
macro
[all...]
H
A
D
umachine.h
333
# if (
U_SIZEOF_WCHAR_T
==2)
335
# elif (
U_SIZEOF_WCHAR_T
==4)
339
# if (U_PF_OS390 <= U_PLATFORM && U_PLATFORM <= U_PF_OS400) && (
U_SIZEOF_WCHAR_T
==2)
343
# if (
U_SIZEOF_WCHAR_T
==4)
346
# elif U_PLATFORM_IS_DARWIN_BASED || (
U_SIZEOF_WCHAR_T
==4 && U_PLATFORM_IS_LINUX_BASED)
383
* -DUCHAR_TYPE=uint16_t or -DUCHAR_TYPE=wchar_t (if
U_SIZEOF_WCHAR_T
==2) etc.
438
#if
U_SIZEOF_WCHAR_T
==2
Completed in 3 milliseconds