OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utf8_input
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/android/
phone_number_detector.cc
64
std::string
utf8_input
= UTF16ToUTF8(utf16_input);
local
66
PhoneNumberMatcher matcher(
utf8_input
, region_code_);
81
*start_pos = UTF8ToUTF16(
utf8_input
.substr(0, match.start())).length();
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_re2.cc
38
explicit RE2RegExpInput(const string&
utf8_input
)
39
: string_(
utf8_input
),
107
StringPiece*
utf8_input
=
local
111
return DispatchRE2Call(RE2::Consume,
utf8_input
, utf8_regexp_,
115
return DispatchRE2Call(RE2::FindAndConsume,
utf8_input
, utf8_regexp_,
152
RegExpInput* RE2RegExpFactory::CreateInput(const string&
utf8_input
) const {
153
return new RE2RegExpInput(
utf8_input
);
Completed in 1642 milliseconds