/external/chromium_org/third_party/libphonenumber/ |
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/pcre/dist/ |
pcre_jit_compile.c | 423 BOOL utf; member in struct:compiler_common 739 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); 761 if (common->utf) return NULL; 1218 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); 4742 BOOL utf = common->utf; local [all...] |
pcretest.c | 198 automatically cut out the UTF support if PCRE is built without it. */ 2499 BOOL utf = (re->options & PCRE_UTF16) != 0; local [all...] |
/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
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 118 encoding='utf-8', 124 encoding='utf-8', default=None, sort_keys=False, **kw): 161 ``encoding`` is the character encoding for str instances, default is UTF-8. 178 encoding == 'utf-8' and default is None and not sort_keys and not kw): 195 encoding='utf-8', default=None, sort_keys=False, **kw): 225 ``encoding`` is the character encoding for str instances, default is UTF-8. 242 encoding == 'utf-8' and default is None and not sort_keys and not kw): 263 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name must 299 other than utf-8 (e.g. latin-1) then an appropriate ``encoding`` name
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 118 encoding='utf-8', 124 encoding='utf-8', default=None, sort_keys=False, **kw): 161 ``encoding`` is the character encoding for str instances, default is UTF-8. 178 encoding == 'utf-8' and default is None and not sort_keys and not kw): 195 encoding='utf-8', default=None, sort_keys=False, **kw): 225 ``encoding`` is the character encoding for str instances, default is UTF-8. 242 encoding == 'utf-8' and default is None and not sort_keys and not kw): 263 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name must 299 other than utf-8 (e.g. latin-1) then an appropriate ``encoding`` name
|
/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
|
Makefile.vxworks | 214 walker.o where.o utf.o vtab.o 292 $(TOP)/src/utf.c \ 403 $(TOP)/src/utf.c $(TOP)/src/util.c $(TOP)/src/vdbeapi.c $(TOP)/src/vdbeaux.c \
|
main.mk | 69 wal.o walker.o where.o utf.o vtab.o 154 $(TOP)/src/utf.c \ 308 $(TOP)/src/utf.c \
|
/external/svox/pico/lib/ |
picotok.c | 217 utf8char0c utf; member in struct:tok_subobj 437 tok->utf[tok->utfpos] = ch; 446 tok->utf[tok->utfpos] = 0; [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/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') 590 'utf-8', 'replace') 738 return message.decode('utf-8')
|
/external/chromium_org/tools/ |
check_git_config.py | 457 headers={'Content-Type': 'application/json; charset=utf-8'})
|
/external/javassist/src/main/javassist/bytecode/ |
ConstPool.java | 592 Utf8Info utf = (Utf8Info)getItem(index); local 593 return utf.string; [all...] |
/external/chromium_org/third_party/libxml/src/ |
parser.c | [all...] |