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:IndexUtil
(Results
1 - 6
of
6
) sorted by relevance
/base/global/i18n/frameworks/intl/src/
H
A
D
index_util.cpp
27
IndexUtil
::
IndexUtil
(const std::string &localeTag)
in IndexUtil()
function in OHOS::Global::I18n::IndexUtil
42
IndexUtil
::~
IndexUtil
()
in ~IndexUtil()
46
std::vector<std::string>
IndexUtil
::GetIndexList()
in GetIndexList()
65
void
IndexUtil
::AddLocale(const std::string &localeTag)
in AddLocale()
74
std::string
IndexUtil
::GetIndex(const std::string &String)
in GetIndex()
/base/global/i18n/frameworks/intl/include/
H
A
D
index_util.h
27
class
IndexUtil
{
class
29
explicit
IndexUtil
(const std::string &localeTag);
30
~
IndexUtil
();
/base/global/i18n/frameworks/intl/test/fuzztest/indexutil_fuzzer/
H
A
D
indexutil_fuzzer.cpp
29
IndexUtil
indexUtil(input);
in DoSomethingInterestingWithMyAPI()
/base/global/i18n/interfaces/js/kits/include/
H
A
D
i18n_addon.h
107
std::unique_ptr<
IndexUtil
> indexUtil_ = nullptr;
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
intl_test_extent.cpp
208
* @tc.desc: Test Intl
IndexUtil
213
IndexUtil
*indexUtil = new
IndexUtil
("zh-CN");
in HWTEST_F()
219
IndexUtil
*indexUtil2 = new
IndexUtil
("");
in HWTEST_F()
220
IndexUtil
*idxUtil = new
IndexUtil
("@@#");
in HWTEST_F()
227
IndexUtil
indexUtil3("");
in HWTEST_F()
/base/global/i18n/interfaces/js/kits/src/
H
A
D
i18n_addon.cpp
933
napi_status status = napi_define_class(env, "
IndexUtil
", NAPI_AUTO_LENGTH, I18nIndexUtilConstructor, nullptr,
in InitI18nIndexUtil()
955
HILOG_ERROR_I18N("InitIndexUtil: Failed to define class
IndexUtil
.");
in InitIndexUtil()
958
status = napi_set_named_property(env, exports, "
IndexUtil
", constructor);
in InitIndexUtil()
1404
indexUtil_ = std::make_unique<
IndexUtil
>(localeTag);
in InitIndexUtilContext()
1498
HILOG_ERROR_I18N("AddLocale: Get
IndexUtil
object failed");
in AddLocale()
1533
HILOG_ERROR_I18N("GetIndex: Get
IndexUtil
object failed");
in GetIndex()
Completed in 9 milliseconds