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:Taboo
(Results
1 - 6
of
6
) sorted by relevance
/base/global/i18n/frameworks/intl/src/
H
A
D
taboo.cpp
29
const char*
Taboo
::ROOT_TAG = "taboo";
30
const char*
Taboo
::ITEM_TAG = "item";
31
const char*
Taboo
::NAME_TAG = "name";
32
const char*
Taboo
::VALUE_TAG = "value";
33
std::set<std::string>
Taboo
::supportedRegions;
34
std::set<std::string>
Taboo
::supportedLanguages;
35
std::map<std::string, std::string>
Taboo
::RESOURCES = {};
36
std::mutex
Taboo
::TABOO_MUTEX;
38
Taboo
::
Taboo
()
in Taboo()
function in OHOS::Global::I18n::Taboo
42
Taboo
::
Taboo
(const std::string& path) : tabooDataPath(path)
Taboo()
function in OHOS::Global::I18n::Taboo
[all...]
H
A
D
taboo_utils.cpp
23
systemTaboo = std::make_shared<
Taboo
>(systemTabooDataPath);
in TabooUtils()
33
std::shared_ptr<
Taboo
> taboo = GetLatestTaboo();
in ReplaceCountryName()
40
std::shared_ptr<
Taboo
> taboo = GetLatestTaboo();
in ReplaceLanguageName()
44
std::shared_ptr<
Taboo
> TabooUtils::GetLatestTaboo()
in GetLatestTaboo()
/base/global/i18n/frameworks/intl/test/fuzztest/taboo_fuzzer/
H
A
D
taboo_fuzzer.cpp
32
Taboo
* taboo = new
Taboo
();
in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/include/
H
A
D
taboo_utils.h
34
std::shared_ptr<
Taboo
> GetLatestTaboo();
35
std::shared_ptr<
Taboo
> systemTaboo;
H
A
D
taboo.h
33
class
Taboo
{
class
35
Taboo
();
36
Taboo
(const std::string& path);
37
~
Taboo
();
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
intl_test_extent.cpp
278
Taboo
* taboo = new
Taboo
();
in HWTEST_F()
Completed in 10 milliseconds