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:xmlPath
(Results
1 - 7
of
7
) sorted by relevance
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H
A
D
phone_number_rule.cpp
39
xmlPath
= "/system/usr/ohos_locale_config/phonenumber/" + country + ".xml";
in PhoneNumberRule()
42
isFixed = std::filesystem::exists(
xmlPath
);
in PhoneNumberRule()
91
InitRule(
xmlPath
);
in Init()
97
void PhoneNumberRule::InitRule(std::string&
xmlPath
)
in InitRule()
argument
99
if (!CheckTzDataFilePath(
xmlPath
)) {
in InitRule()
103
xmlDocPtr doc = xmlParseFile(
xmlPath
.c_str());
in InitRule()
/base/global/i18n/frameworks/intl/src/
H
A
D
i18n_timezone.cpp
749
bool I18nTimeZone::ReadTimeZoneData(const char *
xmlPath
)
in ReadTimeZoneData()
argument
752
if (
xmlPath
== nullptr) {
in ReadTimeZoneData()
755
xmlDocPtr doc = xmlParseFile(
xmlPath
);
in ReadTimeZoneData()
847
std::string
xmlPath
= GetCityDisplayNameXmlPath(locale);
in FindCityDisplayNameFromXml()
local
848
xmlDocPtr doc = xmlParseFile(
xmlPath
.c_str());
in FindCityDisplayNameFromXml()
850
HILOG_ERROR_I18N("FindCityDisplayNameFromXml: can't parse city displayname: %{public}s",
xmlPath
.c_str());
in FindCityDisplayNameFromXml()
857
"FindCityDisplayNameFromXml: city displayname file %{public}s has wrong root tag.",
xmlPath
.c_str());
in FindCityDisplayNameFromXml()
910
std::string
xmlPath
= GetCityDisplayNameXmlPath(locale);
in FindCityDisplayNameMap()
local
911
xmlDocPtr doc = xmlParseFile(
xmlPath
.c_str());
in FindCityDisplayNameMap()
913
HILOG_ERROR_I18N("FindCityDisplayNameMap: can't parse city displayname file %{public}s",
xmlPath
in FindCityDisplayNameMap()
962
std::string
xmlPath
= dirEntry.path();
GetSupportedLocales()
local
[all...]
H
A
D
locale_config.cpp
864
std::string
xmlPath
= LANG_PATH + finalLocale + ".xml";
in GetDisplayLanguageWithDialect()
local
866
ReadLangData(
xmlPath
.c_str());
in GetDisplayLanguageWithDialect()
901
std::string
xmlPath
= REGION_PATH + displayLocale + ".xml";
in GetDisplayOverrideRegion()
local
903
ReadRegionData(
xmlPath
.c_str());
in GetDisplayOverrideRegion()
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H
A
D
phone_number_rule.h
49
void InitRule(std::string&
xmlPath
);
63
std::string
xmlPath
;
member in OHOS::Global::I18n::PhoneNumberRule
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H
A
D
date_time_rule.cpp
52
std::string
xmlPath
= "/system/usr/ohos_locale_config/datetime/" + locale + ".xml";
in Init()
local
53
if (!CheckTzDataFilePath(
xmlPath
)) {
in Init()
58
xmlPath
= "/system/usr/ohos_locale_config/datetime/" + this->locale + ".xml";
in Init()
59
InitRules(
xmlPath
);
in Init()
91
void DateTimeRule::InitRules(std::string&
xmlPath
)
in InitRules()
argument
93
if (!CheckTzDataFilePath(
xmlPath
)) {
in InitRules()
97
xmlDocPtr doc = xmlParseFile(
xmlPath
.c_str());
in InitRules()
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H
A
D
date_time_rule.h
56
void InitRules(std::string&
xmlPath
);
/base/global/i18n/frameworks/intl/include/
H
A
D
i18n_timezone.h
92
static bool ReadTimeZoneData(const char *
xmlPath
);
Completed in 7 milliseconds