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:reg_exps_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
phonenumbermatcher.cc
410
:
reg_exps_
(PhoneNumberMatcherRegExps::GetInstance()),
in PhoneNumberMatcher()
426
:
reg_exps_
(PhoneNumberMatcherRegExps::GetInstance()),
in PhoneNumberMatcher()
469
if (!
reg_exps_
->matching_brackets_->FullMatch(candidate) ||
in ParseAndVerify()
470
reg_exps_
->pub_pages_->PartialMatch(candidate)) {
in ParseAndVerify()
481
reg_exps_
->regexp_factory_->CreateInput(candidate));
in ParseAndVerify()
483
!
reg_exps_
->lead_class_pattern_->Consume(candidate_input.get())) {
in ParseAndVerify()
587
reg_exps_
->inner_matches_->begin();
in ExtractInnerMatch()
588
regex !=
reg_exps_
->inner_matches_->end(); regex++) {
in ExtractInnerMatch()
590
reg_exps_
->regexp_factory_->CreateInput(candidate));
in ExtractInnerMatch()
623
if (
reg_exps_
in ExtractMatch()
[all...]
H
A
D
phonenumberutil.cc
859
reg_exps_
(new PhoneNumberRegExpsAndMappings),
in PhoneNumberUtil()
997
return
reg_exps_
->extn_patterns_for_matching_;
in GetExtnPatternsForMatching()
1003
reg_exps_
->regexp_factory_->CreateInput(number));
in StartsWithPlusCharsPattern()
1004
return
reg_exps_
->plus_chars_pattern_->Consume(number_string_piece.get());
in StartsWithPlusCharsPattern()
1008
return
reg_exps_
->digits_pattern_->FullMatch(s);
in ContainsOnlyValidDigits()
1026
if (!
reg_exps_
->unwanted_end_char_pattern_->FullMatch(current_char)) {
in TrimUnwantedEndChars()
1045
const RegExp& eligible_format_pattern =
reg_exps_
->regexp_cache_->GetRegExp(
in IsFormatEligibleForAsYouTypeFormatter()
1058
reg_exps_
->regexp_cache_->GetRegExp("\\(?\\$1\\)?");
in FormattingRuleHasFirstGroupOnly()
1439
} else if (
reg_exps_
->single_international_prefix_->FullMatch(
in FormatOutOfCountryCallingNumber()
1639
NormalizeHelper(
reg_exps_
in FormatOutOfCountryKeepingAlphaChars()
[all...]
H
A
D
phonenumbermatcher.h
178
const PhoneNumberMatcherRegExps*
reg_exps_
;
member in i18n::phonenumbers::PhoneNumberMatcher
H
A
D
phonenumberutil.h
800
scoped_ptr<PhoneNumberRegExpsAndMappings>
reg_exps_
;
member in i18n::phonenumbers::PhoneNumberUtil
Completed in 8 milliseconds