Searched refs:encoded_string (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DDFA.pm171 my ($self, $encoded_string) = @_;
174 while ($encoded_string =~ /(.)(.)/gxms) {
184 my ($self, $encoded_string) = @_;
186 return $self->unpack_encoded_string($encoded_string);
/external/chromium_org/content/browser/renderer_host/
H A Dtext_input_client_message_filter.h36 const mac::AttributedStringCoder::EncodedString& encoded_string,
/external/chromium_org/chrome/utility/extensions/
H A Dextensions_handler.cc176 const std::string& encoded_string) {
179 if (!base::Base64Decode(encoded_string, &decoded_string)) {
175 OnDecodeImageBase64( const std::string& encoded_string) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher_unittest.cc52 bool GetValueForKey(const std::string& encoded_string, argument
55 GURL url("http://example.com/?" + encoded_string);
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc455 PyObject* encoded_string = NULL; local
458 encoded_string = PyString_AsEncodedObject(arg, "utf-8", NULL);
460 encoded_string = PyUnicode_AsEncodedObject(arg, "utf-8", NULL);
464 encoded_string = arg;
465 Py_INCREF(encoded_string);
468 if (encoded_string == NULL) {
474 if (PyString_AsStringAndSize(encoded_string, &value, &value_len) < 0) {
475 Py_DECREF(encoded_string);
487 Py_DECREF(encoded_string);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch.rb127 encoded_string = s.force_encoding('UTF-8').encode('UTF-16', :invalid => :replace, :replace => '', :fallback => transliteration_table).encode('UTF-8')
128 encoded_string.gsub /\r\n?/, "\n"

Completed in 810 milliseconds