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_input
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
regexp_adapter_re2.cc
37
explicit RE2RegExpInput(const string&
utf8_input
)
in RE2RegExpInput()
argument
38
: string_(
utf8_input
),
in RE2RegExpInput()
108
StringPiece*
utf8_input
=
in Consume()
local
112
return DispatchRE2Call(RE2::ConsumeN,
utf8_input
, utf8_regexp_,
in Consume()
117
return DispatchRE2Call(RE2::FindAndConsumeN,
utf8_input
, utf8_regexp_,
in Consume()
155
RegExpInput* RE2RegExpFactory::CreateInput(const string&
utf8_input
) const {
in CreateInput()
156
return new RE2RegExpInput(
utf8_input
);
in CreateInput()
H
A
D
regexp_adapter_icu.cc
68
explicit IcuRegExpInput(const string&
utf8_input
)
in IcuRegExpInput()
argument
69
: utf8_input_(Utf8StringToUnicodeString(
utf8_input
)),
in IcuRegExpInput()
236
RegExpInput* ICURegExpFactory::CreateInput(const string&
utf8_input
) const {
in CreateInput()
237
return new IcuRegExpInput(
utf8_input
);
in CreateInput()
H
A
D
regexp_adapter_icu.h
34
virtual RegExpInput* CreateInput(const string&
utf8_input
) const;
H
A
D
regexp_adapter_re2.h
33
virtual RegExpInput* CreateInput(const string&
utf8_input
) const;
H
A
D
regexp_adapter.h
194
virtual RegExpInput* CreateInput(const string&
utf8_input
) const = 0;
Completed in 2 milliseconds