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:UTF8_LOCALE
(Results
1 - 12
of
12
) sorted by relevance
/third_party/musl/porting/linux/user/src/locale/
H
A
D
newlocale.c
17
return loc && loc != C_LOCALE && loc !=
UTF8_LOCALE
in __loc_is_allocated()
42
if (!memcmp(&tmp,
UTF8_LOCALE
, sizeof tmp)) return
UTF8_LOCALE
;
in do_newlocale()
/third_party/musl/src/locale/
H
A
D
newlocale.c
17
return loc && loc != C_LOCALE && loc !=
UTF8_LOCALE
in __loc_is_allocated()
42
if (!memcmp(&tmp,
UTF8_LOCALE
, sizeof tmp)) return
UTF8_LOCALE
;
in do_newlocale()
H
A
D
iconv.c
250
*ploc =
UTF8_LOCALE
;
in iconv()
/third_party/musl/src/stdio/
H
A
D
fwide.c
10
? C_LOCALE :
UTF8_LOCALE
;
in fwide()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H
A
D
locale_impl.h
39
#define
UTF8_LOCALE
((locale_t)&__c_dot_utf8_locale)
macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H
A
D
locale_impl.h
39
#define
UTF8_LOCALE
((locale_t)&__c_dot_utf8_locale)
macro
/third_party/musl/porting/linux/user/src/internal/
H
A
D
locale_impl.h
41
#define
UTF8_LOCALE
((locale_t)&__c_dot_utf8_locale)
macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H
A
D
locale_impl.h
38
#define
UTF8_LOCALE
((locale_t)&__c_dot_utf8_locale)
macro
/third_party/musl/src/internal/
H
A
D
locale_impl.h
144
#define
UTF8_LOCALE
((locale_t)&__c_dot_utf8_locale)
macro
/third_party/musl/porting/uniproton/kernel/src/locale/
H
A
D
iconv.c
251
*ploc =
UTF8_LOCALE
;
in iconv()
/third_party/musl/porting/liteos_m/kernel/src/locale/
H
A
D
iconv.c
251
*ploc =
UTF8_LOCALE
;
in iconv()
/third_party/tzdata/
H
A
D
Makefile
206
UTF8_LOCALE
= en_US.utf8
macro
862
# True if
UTF8_LOCALE
does not work;
863
# otherwise, false but with LC_ALL set to $(
UTF8_LOCALE
).
865
{ test ! '$(
UTF8_LOCALE
)' \
867
| LC_ALL='$(
UTF8_LOCALE
)' grep -q '^A.B$$' >/dev/null 2>&1 \
868
|| { LC_ALL='$(
UTF8_LOCALE
)'; export LC_ALL; false; }; }
Completed in 6 milliseconds