Searched refs:utf (Results 26 - 50 of 79) sorted by relevance

1234

/external/libxml2/
H A Dxmlschemastypes.c5001 const xmlChar *utf; local
5006 utf = value;
5007 while (IS_BLANK_CH(*utf)) utf++;
5008 while (*utf != 0) {
5009 if (utf[0] & 0x80) {
5010 if ((utf[1] & 0xc0) != 0x80)
5012 if ((utf[0] & 0xe0) == 0xe0) {
5013 if ((utf[2] & 0xc0) != 0x80)
5015 if ((utf[
[all...]
/external/chromium_org/components/history/core/browser/
H A Durl_database.cc376 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/
H A Dlibphonenumber_without_metadata.target.darwin-arm.mk85 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
H A Dlibphonenumber_without_metadata.target.darwin-arm64.mk85 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
H A Dlibphonenumber_without_metadata.target.darwin-mips.mk85 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
H A Dlibphonenumber_without_metadata.target.darwin-mips64.mk85 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
H A Dlibphonenumber_without_metadata.target.darwin-x86.mk85 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
H A Dlibphonenumber_without_metadata.target.darwin-x86_64.mk85 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
H A Dlibphonenumber_without_metadata.target.linux-arm.mk85 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
H A Dlibphonenumber_without_metadata.target.linux-arm64.mk85 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
H A Dlibphonenumber_without_metadata.target.linux-mips.mk85 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
H A Dlibphonenumber_without_metadata.target.linux-mips64.mk85 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
H A Dlibphonenumber_without_metadata.target.linux-x86.mk85 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
H A Dlibphonenumber_without_metadata.target.linux-x86_64.mk85 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/
H A Dpcre_jit_compile.c423 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]);
1594 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1603 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1612 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1786 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1799 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1812 if (common->utf
4742 BOOL utf = common->utf; local
[all...]
H A Dpcretest.c1679 utf true if UTF-8 (to be converted to UTF-16)
1689 to16(int data, pcre_uint8 *p, int utf, int len) argument
1707 if (!utf && !data)
1724 if (!utf) return -3;
1758 utf true if UTF-8 (to be converted to UTF-32)
1768 to32(int data, pcre_uint8 *p, int utf, int len) argument
1786 if (!utf && !data)
1798 if (utf)
2087 /* Must handle UTF-16 strings in utf mode. Yields number of characters printed.
2126 /* Must handle UTF-32 strings in utf mod
2129 pchars32(PCRE_SPTR32 p, int length, BOOL utf, FILE *f) argument
2499 BOOL utf = (re->options & PCRE_UTF16) != 0; local
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.h95 xsltGetUTF8Char (const unsigned char *utf,
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3c.tcl234 utf.c
/external/llvm/lib/Support/Windows/
H A DPath.inc179 // Convert to utf-16.
231 // Convert to utf-16.
/external/chromium_org/third_party/sqlite/src/
H A DMakefile.in181 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
H A DMakefile.vxworks214 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 \
H A Dmain.mk69 wal.o walker.o where.o utf.o vtab.o
154 $(TOP)/src/utf.c \
308 $(TOP)/src/utf.c \
/external/svox/pico/lib/
H A Dpicotok.c217 utf8char0c utf; member in struct:tok_subobj
437 tok->utf[tok->utfpos] = ch;
446 tok->utf[tok->utfpos] = 0;
1324 id = picoktab_graphOffset(tok->graphTab, tok->utf);
1333 } else if (tok->utf[tok->utfpos-1] <= (picoos_uchar)' ') {
1340 if ((tok->utf[tok->utfpos-1] > (picoos_uchar)' ')) {
1342 } else if ((tok->utf[tok->utfpos-1] == EOL)) {
1346 tok_putToMarkup(this, tok, tok->utf);
1348 picoos_strlcpy(utf2, tok->utf, 5);
1359 } else if ((markupHandling && (tok->utf[to
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java592 Utf8Info utf = (Utf8Info)getItem(index);
593 return utf.string;
/external/chromium_org/third_party/libxml/src/
H A Dparser.c10637 xmlCheckCdataPush(const xmlChar *utf, int len) { argument
10642 if ((utf == NULL) || (len <= 0))
10646 c = utf[ix];
10656 if ((utf[ix+1] & 0xc0 ) != 0x80)
10658 codepoint = (utf[ix] & 0x1f) << 6;
10659 codepoint |= utf[ix+1] & 0x3f;
10665 if (((utf[ix+1] & 0xc0) != 0x80) ||
10666 ((utf[ix+2] & 0xc0) != 0x80))
10668 codepoint = (utf[ix] & 0xf) << 12;
10669 codepoint |= (utf[i
[all...]

Completed in 933 milliseconds

1234