Searched refs:codepoint (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dutf8.c79 unsigned int codepoint; local
115 codepoint = ((c[0] & 0x07) << 18) | GETUCVAL(c[1],12) |
117 SSVAL(*outbuf,0,(((codepoint - 0x10000) >> 10) + 0xD800)); /* hi */
118 SSVAL(*outbuf,2,(0xDC00 + (codepoint & 0x03FF))); /* low */
156 unsigned int codepoint; local
208 codepoint = ((hi - 0xd800) << 10) + (low - 0xdc00) + 0x10000;
209 c[3] = GETUTF8TRAILBYTE(codepoint, 0);
210 c[2] = GETUTF8TRAILBYTE(codepoint, 6);
211 c[1] = GETUTF8TRAILBYTE(codepoint, 12);
212 c[0] = (char)(0xf0 | ((codepoint >> 1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Diconv.c590 unsigned int codepoint; local
598 codepoint =
603 if (codepoint < 0x10000) {
606 uc[0] = (codepoint & 0xFF);
607 uc[1] = (codepoint >> 8);
615 codepoint -= 0x10000;
622 uc[0] = (codepoint>>10) & 0xFF;
623 uc[1] = (codepoint>>18) | 0xd8;
624 uc[2] = codepoint & 0xFF;
625 uc[3] = ((codepoint>>
665 unsigned int codepoint; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c184 int codepoint; member in struct:_xmlRegAtom
345 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
346 static int xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint,
689 * @start: the start codepoint
690 * @end: the end codepoint
1007 fprintf(output, "char %c\n", atom->codepoint);
1050 fprintf(output, "char %c ", trans->atom->codepoint);
1942 int codepoint; local
1955 for (codepoint = range1->start;codepoint <
2592 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, int start, int end, const xmlChar *blockName) argument
2762 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) argument
2986 int ret, codepoint = 0, len, deter; local
5070 int codepoint, len; local
[all...]
H A Dparser.c9530 int codepoint; local
9548 codepoint = (utf[ix] & 0x1f) << 6;
9549 codepoint |= utf[ix+1] & 0x3f;
9550 if (!xmlIsCharQ(codepoint))
9558 codepoint = (utf[ix] & 0xf) << 12;
9559 codepoint |= (utf[ix+1] & 0x3f) << 6;
9560 codepoint |= utf[ix+2] & 0x3f;
9561 if (!xmlIsCharQ(codepoint))
9570 codepoint = (utf[ix] & 0x7) << 18;
9571 codepoint |
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c190 int codepoint; member in struct:_xmlRegAtom
352 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
353 static int xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint,
696 * @start: the start codepoint
697 * @end: the end codepoint
1090 fprintf(output, "char %c\n", atom->codepoint);
1133 fprintf(output, "char %c ", trans->atom->codepoint);
2093 int codepoint; local
2106 for (codepoint = range1->start;codepoint <
2743 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, int start, int end, const xmlChar *blockName) argument
2913 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) argument
3138 int ret, codepoint = 0, len, deter; local
5184 int codepoint, len; local
[all...]
H A Dparser.c10393 int codepoint; local
10411 codepoint = (utf[ix] & 0x1f) << 6;
10412 codepoint |= utf[ix+1] & 0x3f;
10413 if (!xmlIsCharQ(codepoint))
10421 codepoint = (utf[ix] & 0xf) << 12;
10422 codepoint |= (utf[ix+1] & 0x3f) << 6;
10423 codepoint |= utf[ix+2] & 0x3f;
10424 if (!xmlIsCharQ(codepoint))
10433 codepoint = (utf[ix] & 0x7) << 18;
10434 codepoint |
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c184 int codepoint; member in struct:_xmlRegAtom
345 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
346 static int xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint,
689 * @start: the start codepoint
690 * @end: the end codepoint
1007 fprintf(output, "char %c\n", atom->codepoint);
1050 fprintf(output, "char %c ", trans->atom->codepoint);
1942 int codepoint; local
1955 for (codepoint = range1->start;codepoint <
2592 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, int start, int end, const xmlChar *blockName) argument
2762 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) argument
2986 int ret, codepoint = 0, len, deter; local
5070 int codepoint, len; local
[all...]
H A Dparser.c9530 int codepoint; local
9548 codepoint = (utf[ix] & 0x1f) << 6;
9549 codepoint |= utf[ix+1] & 0x3f;
9550 if (!xmlIsCharQ(codepoint))
9558 codepoint = (utf[ix] & 0xf) << 12;
9559 codepoint |= (utf[ix+1] & 0x3f) << 6;
9560 codepoint |= utf[ix+2] & 0x3f;
9561 if (!xmlIsCharQ(codepoint))
9570 codepoint = (utf[ix] & 0x7) << 18;
9571 codepoint |
[all...]

Completed in 392 milliseconds