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:localeBefore
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H
A
D
disc_ble_utils.c
155
static int32_t SetLocale(char **
localeBefore
)
in SetLocale()
argument
157
*
localeBefore
= setlocale(LC_CTYPE, NULL);
in SetLocale()
158
if (*
localeBefore
== NULL) {
in SetLocale()
166
static void RestoreLocale(const char *
localeBefore
)
in RestoreLocale()
argument
168
if (setlocale(LC_CTYPE,
localeBefore
) == NULL) {
in RestoreLocale()
184
char *
localeBefore
= NULL;
in CalculateMbsTruncateSize()
local
185
int32_t ret = SetLocale(&
localeBefore
);
in CalculateMbsTruncateSize()
193
RestoreLocale(
localeBefore
);
in CalculateMbsTruncateSize()
205
RestoreLocale(
localeBefore
);
in CalculateMbsTruncateSize()
213
RestoreLocale(
localeBefore
);
in CalculateMbsTruncateSize()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/
H
A
D
anonymizer.c
244
static int32_t SetLocale(char **
localeBefore
)
in SetLocale()
argument
246
*
localeBefore
= setlocale(LC_CTYPE, NULL);
in SetLocale()
247
if (*
localeBefore
== NULL) {
in SetLocale()
255
static void RestoreLocale(const char *
localeBefore
)
in RestoreLocale()
argument
257
if (setlocale(LC_CTYPE,
localeBefore
) == NULL) {
in RestoreLocale()
317
char *
localeBefore
= NULL;
in AnonymizeDeviceName()
local
318
int32_t ret = SetLocale(&
localeBefore
);
in AnonymizeDeviceName()
322
RestoreLocale(
localeBefore
);
in AnonymizeDeviceName()
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H
A
D
disc_nstackx_adapter.c
476
static int32_t SetLocale(char **
localeBefore
)
in SetLocale()
argument
478
*
localeBefore
= setlocale(LC_CTYPE, NULL);
in SetLocale()
479
if (*
localeBefore
== NULL) {
in SetLocale()
487
static void RestoreLocale(const char *
localeBefore
)
in RestoreLocale()
argument
489
if (setlocale(LC_CTYPE,
localeBefore
) == NULL) {
in RestoreLocale()
504
char *
localeBefore
= NULL;
in CalculateMbsTruncateSize()
local
505
int32_t ret = SetLocale(&
localeBefore
);
in CalculateMbsTruncateSize()
513
RestoreLocale(
localeBefore
);
in CalculateMbsTruncateSize()
524
RestoreLocale(
localeBefore
);
in CalculateMbsTruncateSize()
532
RestoreLocale(
localeBefore
);
in CalculateMbsTruncateSize()
[all...]
Completed in 3 milliseconds