HomeSort by relevance Sort by last modified time
    Searched refs:utf (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 113 -u ENCODING Specify the ENCODING of HTML files. Default is 'utf-8'.
154 self.html_encoding = 'utf-8'
196 with util.WrapOutputStream(file(out_path, 'w'), 'utf-8') as outfile:
224 '''<?xml version="1.0" encoding="UTF-8"?>
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 4994 const xmlChar *utf; local
    [all...]
  /external/libxml2/
xmlschemastypes.c 5001 const xmlChar *utf; local
    [all...]
  /external/chromium_org/components/history/core/browser/
url_database.cc 291 // it will have to convert strings either to UTF-8 or UTF-16 for comparison.
376 base::string16 utf = net::IDNToUnicode(gurl.host(), std::string()); local
377 if (ascii != utf)
378 query_parser_.ExtractQueryWords(utf, &query_words);
  /external/chromium_org/third_party/libphonenumber/
libphonenumber_without_metadata.target.darwin-arm.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.darwin-arm64.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.darwin-mips.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.darwin-mips64.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.darwin-x86.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.darwin-x86_64.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.linux-arm.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.linux-arm64.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.linux-mips.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.linux-mips64.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.linux-x86.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
libphonenumber_without_metadata.target.linux-x86_64.mk 85 third_party/libphonenumber/src/phonenumbers/utf/rune.c \
86 third_party/libphonenumber/src/phonenumbers/utf/unicodetext.cc \
87 third_party/libphonenumber/src/phonenumbers/utf/unilib.cc
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Annotate.py 87 f = codecs.open(html_filename, "w", encoding="UTF-8")
93 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.h 95 xsltGetUTF8Char (const unsigned char *utf,
  /art/runtime/
check_jni.cc 107 #define kFlag_NullableUtf 0x0020 // Are our UTF parameters nullable?
392 * u - const char* (Modified UTF-8)
514 } else if (ch == 'u') { // const char* (Modified UTF-8)
515 const char* utf = va_arg(ap, const char*); local
516 if (utf == nullptr) {
519 StringAppendF(&msg, "\"%s\"", utf);
816 // Verifies that "bytes" points to valid Modified UTF-8 data.
830 "input is not valid Modified UTF-8: illegal %s byte %#x\n"
858 * Note: 1111 is valid for normal UTF-8, but not the
859 * Modified UTF-8 used here
    [all...]
jni_internal_test.cc 1163 const char* utf = env_->GetStringUTFChars(s, nullptr); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl 234 utf.c
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 1184 const char *utf = CALL(GetStringUTFChars, result, NULL); local
1186 if (strcmp(utf, "muffins") == 0) {
1189 msg = failure("unexpected string: %s", utf);
1192 CALL(ReleaseStringUTFChars, result, utf);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
_stream_hybi.py 161 encoded_message = message.encode('utf-8')
302 # This is for skipping UTF-8 encoding when building text type frames
381 encoded_reason = reason.encode('utf-8')
633 'utf-8', 'replace')
782 return message.decode('utf-8')
  /external/markdown/
test-markdown.py 72 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
163 def test_directory(self, dir, measure_time=False, safe_mode=False, encoding="utf-8", output_format='xhtml1') :
212 self.html_diff_file.write(self.diffs_buffer.decode("utf-8"))
252 expected_lines = [x.encode("utf-8") for x in smart_split(expected_output)]
253 actual_lines = [x.encode("utf-8") for x in smart_split(actual_output)]
  /external/chromium_org/third_party/sqlite/src/
Makefile.in 181 wal.lo walker.lo where.lo utf.lo vtab.lo
268 $(TOP)/src/utf.c \
412 $(TOP)/src/utf.c \
714 utf.lo: $(TOP)/src/utf.c $(HDR)
715 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/utf.c

Completed in 866 milliseconds

12 3 4