OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INPUT_ENCODING
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/search_engines/
template_url_parser.cc
59
// Returns true if
input_encoding
contains a valid input encoding string. This
62
bool IsValidEncodingString(const std::string&
input_encoding
) {
63
if (
input_encoding
.empty())
66
if (!IsAsciiAlpha(
input_encoding
[0]))
69
for (size_t i = 1, max =
input_encoding
.size(); i < max; ++i) {
70
char c =
input_encoding
[i];
118
INPUT_ENCODING
,
271
case TemplateURLParsingContext::
INPUT_ENCODING
: {
272
std::string
input_encoding
= base::UTF16ToASCII(context->string_);
local
273
if (IsValidEncodingString(
input_encoding
))
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/
libs.doxy_template
501
INPUT_ENCODING
= UTF-8
[
all
...]
/external/libvpx/libvpx/
libs.doxy_template
501
INPUT_ENCODING
= UTF-8
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.doxy_template
501
INPUT_ENCODING
= UTF-8
[
all
...]
Completed in 88 milliseconds