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:utf8_regexp
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
regexp_adapter_icu.cc
108
explicit IcuRegExp(const string&
utf8_regexp
) {
in IcuRegExp()
argument
112
Utf8StringToUnicodeString(
utf8_regexp
), 0, parse_error, status));
in IcuRegExp()
115
LOG(ERROR) << "Error compiling regular expression: " <<
utf8_regexp
;
in IcuRegExp()
240
RegExp* ICURegExpFactory::CreateRegExp(const string&
utf8_regexp
) const {
in CreateRegExp()
241
return new IcuRegExp(
utf8_regexp
);
in CreateRegExp()
H
A
D
regexp_adapter_re2.cc
96
explicit RE2RegExp(const string&
utf8_regexp
)
in RE2RegExp()
argument
97
: utf8_regexp_(
utf8_regexp
) {}
in RE2RegExp()
159
RegExp* RE2RegExpFactory::CreateRegExp(const string&
utf8_regexp
) const {
in CreateRegExp()
160
return new RE2RegExp(
utf8_regexp
);
in CreateRegExp()
H
A
D
regexp_adapter_icu.h
35
virtual RegExp* CreateRegExp(const string&
utf8_regexp
) const;
H
A
D
regexp_adapter_re2.h
34
virtual RegExp* CreateRegExp(const string&
utf8_regexp
) const;
H
A
D
regexp_adapter.h
198
virtual RegExp* CreateRegExp(const string&
utf8_regexp
) const = 0;
Completed in 4 milliseconds