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:phoneNumberRule
(Results
1 - 4
of
4
) sorted by relevance
/base/global/i18n/frameworks/intl/test/fuzztest/phonenumbermatched_fuzzer/
H
A
D
phonenumbermatched_fuzzer.cpp
36
PhoneNumberRule
phoneNumberRule
(input);
in DoSomethingInterestingWithMyAPI()
37
phoneNumberRule
.Init();
in DoSomethingInterestingWithMyAPI()
38
phoneNumberRule
.GetBorderRules();
in DoSomethingInterestingWithMyAPI()
39
phoneNumberRule
.GetCodesRules();
in DoSomethingInterestingWithMyAPI()
40
phoneNumberRule
.GetPositiveRules();
in DoSomethingInterestingWithMyAPI()
41
phoneNumberRule
.GetNegativeRules();
in DoSomethingInterestingWithMyAPI()
42
phoneNumberRule
.GetFindRules();
in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H
A
D
phone_number_matched.cpp
34
phoneNumberRule
= new PhoneNumberRule(country);
in PhoneNumberMatched()
38
if (
phoneNumberRule
!= nullptr) {
in PhoneNumberMatched()
39
phoneNumberRule
->Init();
in PhoneNumberMatched()
45
delete
phoneNumberRule
;
in ~PhoneNumberMatched()
52
if (!
phoneNumberRule
->isFixed) {
in GetMatchedPhoneNumber()
101
std::vector<NegativeRule*> rules =
phoneNumberRule
->GetNegativeRules();
in HandleNegativeRule()
131
size_t pos =
phoneNumberRule
->GetFindRules().size();
in FindShortNumbers()
137
FindRule* shortRegexRule =
phoneNumberRule
->GetFindRules()[pos - 1];
in FindShortNumbers()
207
size_t pos =
phoneNumberRule
->GetFindRules().size();
in FindNumbers()
209
FindRule* numberRegexRule =
phoneNumberRule
in FindNumbers()
[all...]
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H
A
D
phone_number_matched.h
64
PhoneNumberRule*
phoneNumberRule
;
member in OHOS::Global::I18n::PhoneNumberMatched
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
intl_test_extent.cpp
1178
std::unique_ptr<PhoneNumberRule>
phoneNumberRule
= std::make_unique<PhoneNumberRule>(country);
in HWTEST_F()
local
1179
EXPECT_TRUE(
phoneNumberRule
!= nullptr);
in HWTEST_F()
Completed in 7 milliseconds