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

12 3 4 5 6 7 8

  /external/chromium_org/tools/deep_memory_profiler/visualizer/
template.py 15 <meta charset="utf-8">
  /external/chromium_org/tools/grit/grit/format/
android_xml_unittest.py 60 <?xml version="1.0" encoding="utf-8"?>
android_xml.py 27 <?xml version="1.0" encoding="utf-8"?>
100 yield ('<?xml version="1.0" encoding="utf-8"?>\n'
  /external/pcre/dist/
pcre_byte_order.c 115 BOOL utf; local
167 utf = (re->options & PCRE_UTF16) != 0;
188 /* We know that there is only one extra character in UTF-16. */
265 if (utf) utf16_char = TRUE;
pcre_dfa_exec.c 428 BOOL utf = (md->poptions & PCRE_UTF8) != 0; local
430 BOOL utf = FALSE; local
490 if (utf)
715 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else
3194 BOOL utf, anchored, startline, firstline; local
    [all...]
pcre_jit_test.c 62 \xed\xa0\x80 = 55296 = 0xd800 (Invalid UTF character)
63 \xed\xb0\x80 = 56320 = 0xdc00 (Invalid UTF character)
90 \xf4\x8f\xbf\xbf = 0x10ffff = 1114111 (highest allowed utf character)
1127 int utf = 0, ucp = 0; local
    [all...]
pcre_exec.c 134 BOOL utf = md->utf; local
149 the length passed is zero. Note that in caseless UTF-8 mode, the number of
171 BOOL utf = md->utf; local
192 /* Separate the caseless case for speed. In UTF-8 mode we can only do this
199 if (utf)
202 data units matched may differ, because in UTF-8 there are some characters
204 For example, U+023A (2 bytes in UTF-8) is the upper case version of U+2C65
205 (3 bytes in UTF-8); a sequence of 3 of the former uses 6 bytes, as does
524 register BOOL utf; \/* Local copy of UTF flag for speed *\/ local
6356 BOOL utf; local
    [all...]
RunTest.bat 15 @rem tests 4 5 9 15 and 18 require utf support
58 %pcretest% -C utf >NUL
59 set utf=%ERRORLEVEL% variable
328 if %utf% EQU 0 (
329 echo Test 4 Skipped due to absence of UTF-%bits% support.
332 call :runsub 4 testout "UTF-%bits% support - (Compatible with Perl >= 5.10)" -q
338 if %utf% EQU 0 (
339 echo Test 5 Skipped due to absence of UTF-%bits% support.
342 call :runsub 5 testout "API, internals, and non-Perl stuff for UTF-%bits%" -q
373 if %utf% EQU 0
    [all...]
pcre_internal.h 82 /* We do not support both EBCDIC and UTF-8/16/32 at the same time. The "configure"
294 /* This is an unsigned int value that no character can ever have. UTF-8
316 &(NLBLOCK->nllen), utf)) \
330 &(NLBLOCK->nllen), utf)) \
585 /* There is a proposed future special "UTF-21" mode, in which only the lowest
586 21 bits of a 32-bit character are interpreted as UTF, with the remaining 11
600 /* When UTF encoding is being used, a character is no longer just a single
603 complicated ones for UTF characters. GETCHARLENTEST and other macros are not
604 used when UTF is not supported. To make sure they can never even appear when
605 UTF support is omitted, we don't even define them. *
2516 BOOL utf; \/* UTF-8 \/ UTF-16 flag *\/ member in struct:match_data
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 15 <?xml version="1.0" encoding="UTF-8"?>
68 with util.WrapOutputStream(open(filename, 'w'), 'utf-8') as out:
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/libxslt/libxslt/
xsltutils.c 235 * @utf: a sequence of UTF-8 encoded bytes
238 * Read one UTF8 Char from @utf
246 xsltGetUTF8Char(const unsigned char *utf, int *len) {
249 if (utf == NULL)
256 c = utf[0];
260 if ((utf[1] & 0xc0) != 0x80)
265 if ((utf[2] & 0xc0) != 0x80)
270 if ((c & 0xf8) != 0xf0 || (utf[3] & 0xc0) != 0x80)
274 c = (utf[0] & 0x7) << 18
    [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 37 #define FETCH_JSTRING(utf, env, jobj, cls, getter) \
38 (ConvertNullOrJavaStringTo##utf( \
  /art/runtime/mirror/
string.h 84 static String* AllocFromModifiedUtf8(Thread* self, const char* utf)
99 // Compare UTF-16 code point values not in a locale-sensitive manner
107 // Create a modified UTF-8 encoded std::string from a java/lang/String object.
  /development/testrunner/
create_test.py 37 TEST_MANIFEST_TEMPLATE = """<?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

Completed in 1489 milliseconds

12 3 4 5 6 7 8