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:GetRegExp
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/
H
A
D
regexp_cache_test.cc
48
TEST_F(RegExpCacheTest,
GetRegExp
) {
in TEST_F()
52
const RegExp& regexp1 = cache_.
GetRegExp
(pattern1);
in TEST_F()
54
const RegExp& regexp2 = cache_.
GetRegExp
(pattern2);
in TEST_F()
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
asyoutypeformatter.cc
78
cache->
GetRegExp
(new_pattern).Consume(consume_input.get(), group);
in MatchAllGroups()
222
if (!regexp_cache_.
GetRegExp
(format.leading_digits_pattern().Get(
in NarrowDownPossibleFormats()
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
55
const RegExp& regexp(regexp_cache_->
GetRegExp
(number_pattern));
in Match()
H
A
D
regexp_cache.h
20
//
GetRegExp
() method of the class RegExpCache providing the pattern string. If
22
// will be created by the
GetRegExp
() method.
25
// const RegExp& regexp = cache.
GetRegExp
("\d");
68
const RegExp&
GetRegExp
(const string& pattern);
H
A
D
regexp_cache.cc
49
const RegExp& RegExpCache::
GetRegExp
(const string& pattern) {
in GetRegExp()
function in i18n::phonenumbers::RegExpCache
H
A
D
phonenumberutil.cc
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()
1937
GetRegExp
(metadata->leading_digits()).Consume(number.get())) {
in GetRegionCodeForNumberFromRegionList()
2715
const RegExp& non_digits_pattern = reg_exps_->regexp_cache_->
GetRegExp
(
in NormalizeDigitsOnly()
2833
reg_exps_->regexp_cache_->
GetRegExp
(possible_idd_prefix);
in MaybeStripInternationalPrefixAndNormalize()
2874
reg_exps_->regexp_cache_->
GetRegExp
(possible_national_prefix);
in MaybeStripNationalPrefixAndCarrierCode()
H
A
D
phonenumbermatcher.cc
733
if (!reg_exps_->regexp_cache_.
GetRegExp
(
in CheckNumberGroupingIsValid()
Completed in 9 milliseconds