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:Minimize
(Results
1 - 6
of
6
) sorted by relevance
/base/global/i18n/frameworks/intl/test/fuzztest/localeinfo_fuzzer/
H
A
D
localeinfo_fuzzer.cpp
41
locale->
Minimize
();
in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/include/
H
A
D
locale_info.h
43
std::string
Minimize
();
/base/global/i18n/frameworks/intl/src/
H
A
D
locale_info.cpp
276
std::string LocaleInfo::
Minimize
()
in Minimize()
function in OHOS::Global::I18n::LocaleInfo
/base/global/i18n/interfaces/js/kits/include/
H
A
D
intl_addon.h
82
static napi_value
Minimize
(napi_env env, napi_callback_info info);
/base/global/i18n/interfaces/js/kits/src/
H
A
D
intl_addon.cpp
69
DECLARE_NAPI_FUNCTION("minimize",
Minimize
),
in InitLocale()
956
napi_value IntlAddon::
Minimize
(napi_env env, napi_callback_info info)
in Minimize()
function in OHOS::Global::I18n::IntlAddon
965
HILOG_ERROR_I18N("
Minimize
: Get Locale object failed");
in Minimize()
968
std::string localeTag = obj->locale_->
Minimize
();
in Minimize()
973
HILOG_ERROR_I18N("
Minimize
: Get locale constructor reference failed");
in Minimize()
980
HILOG_ERROR_I18N("
Minimize
: Create localeTag string failed");
in Minimize()
985
HILOG_ERROR_I18N("
Minimize
: Create new locale instance failed");
in Minimize()
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
intl_test.cpp
196
EXPECT_EQ(loc->
Minimize
(), "ja-u-hc-h11-nu-jpan-ca-japanese-co-emoji-kn-true");
in HWTEST_F()
Completed in 8 milliseconds