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:regexp_cache_
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
asyoutypeformatter.cc
93
regexp_cache_
(*regexp_factory_.get(), 64),
in AsYouTypeFormatter()
222
if (!
regexp_cache_
.GetRegExp(format.leading_digits_pattern().Get(
in NarrowDownPossibleFormats()
266
&
regexp_cache_
, &a_phone_number);
in GetFormattingTemplate()
274
regexp_cache_
.GetRegExp(number_pattern).GlobalReplace(
in GetFormattingTemplate()
476
if (
regexp_cache_
.GetRegExp(pattern).FullMatch(national_number_)) {
in AttemptToFormatAccruedDigits()
480
bool status =
regexp_cache_
.GetRegExp(pattern).GlobalReplace(
in AttemptToFormatAccruedDigits()
619
const RegExp& pattern =
regexp_cache_
.GetRegExp(
in RemoveNationalPrefixFromNationalNumber()
648
const RegExp& international_prefix =
regexp_cache_
.GetRegExp(
in AttemptToExtractIdd()
H
A
D
regex_based_matcher.cc
34
regexp_cache_
(new RegExpCache(*regexp_factory_, 128)) {}
in RegexBasedMatcher()
55
const RegExp& regexp(
regexp_cache_
->GetRegExp(number_pattern));
in Match()
H
A
D
regex_based_matcher.h
54
const scoped_ptr<RegExpCache>
regexp_cache_
;
member in i18n::phonenumbers::RegexBasedMatcher
H
A
D
asyoutypeformatter.h
182
RegExpCache
regexp_cache_
;
member in i18n::phonenumbers::AsYouTypeFormatter
H
A
D
phonenumberutil.cc
672
scoped_ptr<RegExpCache>
regexp_cache_
;
member in i18n::phonenumbers::PhoneNumberRegExpsAndMappings
796
regexp_cache_
(new RegExpCache(*regexp_factory_.get(), 128)),
in PhoneNumberRegExpsAndMappings()
1045
const RegExp& eligible_format_pattern = reg_exps_->
regexp_cache_
->GetRegExp(
in IsFormatEligibleForAsYouTypeFormatter()
1058
reg_exps_->
regexp_cache_
->GetRegExp("\\(?\\$1\\)?");
in FormattingRuleHasFirstGroupOnly()
1728
if (!reg_exps_->
regexp_cache_
->GetRegExp(
in ChooseFormattingPatternForNumber()
1735
reg_exps_->
regexp_cache_
->GetRegExp(it->pattern()));
in ChooseFormattingPatternForNumber()
1779
reg_exps_->
regexp_cache_
->GetRegExp(formatting_pattern.pattern()));
in FormatNsnUsingPatternWithCarrier()
1936
if (reg_exps_->
regexp_cache_
->
in GetRegionCodeForNumberFromRegionList()
2715
const RegExp& non_digits_pattern = reg_exps_->
regexp_cache_
->GetRegExp(
in NormalizeDigitsOnly()
2833
reg_exps_->
regexp_cache_
in MaybeStripInternationalPrefixAndNormalize()
[all...]
H
A
D
phonenumbermatcher.cc
237
mutable RegExpCache
regexp_cache_
;
member in i18n::phonenumbers::PhoneNumberMatcherRegExps
306
regexp_cache_
(*regexp_factory_, 32),
in PhoneNumberMatcherRegExps()
733
if (!reg_exps_->
regexp_cache_
.GetRegExp(
in CheckNumberGroupingIsValid()
Completed in 9 milliseconds