Searched refs:unicode (Results 26 - 50 of 133) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/nbp/
H A Dnbpunrgstr.c42 #include <atalk/unicode.h>
H A Dnbprgstr.c23 #include <atalk/unicode.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.h15 #include <atalk/unicode.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dgeneric_mb.c36 #include <atalk/unicode.h>
H A Dmac_greek.c34 #include <atalk/unicode.h>
H A Dmac_roman.c33 #include <atalk/unicode.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/nbp/
H A Dnbpunrgstr.c42 #include <atalk/unicode.h>
H A Dnbprgstr.c23 #include <atalk/unicode.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.h15 #include <atalk/unicode.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dgeneric_mb.c36 #include <atalk/unicode.h>
H A Dmac_greek.c34 #include <atalk/unicode.h>
H A Dmac_roman.c33 #include <atalk/unicode.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dutf8.c34 #include <atalk/unicode.h>
36 #include <atalk/unicode.h>
44 /* Given a unicode scalar, get a trail UTF-8 byte for a particular bit shift amount */
192 * See www.unicode.org/faq/utf_bom.html for more info.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dutf8.c34 #include <atalk/unicode.h>
36 #include <atalk/unicode.h>
44 /* Given a unicode scalar, get a trail UTF-8 byte for a particular bit shift amount */
192 * See www.unicode.org/faq/utf_bom.html for more info.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dconmakehash.c25 typedef unsigned short unicode; typedef
48 unicode unitable[MAX_FONTLEN][255];
128 * <fontpos> <unicode> <unicode> ...
130 * <range> <unicode range>
133 * and <unicode> ::= U+<h><h><h><h>
227 /* no range; expect a list of unicode values for a single font position */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dntlmssp.h79 BOOL unicode; member in struct:ntlmssp_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/misc/
H A Dnetacnv.c11 #include <atalk/unicode.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dcnid.c56 #include <atalk/unicode.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/misc/
H A Dnetacnv.c11 #include <atalk/unicode.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dcnid.c56 #include <atalk/unicode.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dhfs.c91 uint8_t unicode[255 * 2]; member in struct:hfsplus_catalog_key
295 volume_id_set_label_raw(id, key->unicode, label_len);
296 volume_id_set_label_unicode16(id, key->unicode, BE, label_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-tknzr.c504 *Parses an 'unicode' escape sequence defined
506 *unicode ::= \\[0-9a-f]{1,6}[ \n\r\t\f]?
509 *of the unicode escape sequence. Must *NOT* be deleted by
512 *of the unicode escape sequence. Must *NOT* be deleted by the caller.
527 guint32 unicode = 0; local
550 for (occur = 0, unicode = 0; ((cur_char >= '0' && cur_char <= '9')
566 unicode = unicode * 10 + cur_char_val;
573 *the unicode escape is 6 digit length
578 *appear just after the unicode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-tknzr.c504 *Parses an 'unicode' escape sequence defined
506 *unicode ::= \\[0-9a-f]{1,6}[ \n\r\t\f]?
509 *of the unicode escape sequence. Must *NOT* be deleted by
512 *of the unicode escape sequence. Must *NOT* be deleted by the caller.
527 guint32 unicode = 0; local
550 for (occur = 0, unicode = 0; ((cur_char >= '0' && cur_char <= '9')
566 unicode = unicode * 10 + cur_char_val;
573 *the unicode escape is 6 digit length
578 *appear just after the unicode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dconsolemap.c413 con_insert_unipair(struct uni_pagedir *p, u_short unicode, u_short fontpos) argument
418 if (!(p1 = p->uni_pgdir[n = unicode >> 11])) {
425 if (!(p2 = p1[n = (unicode >> 6) & 0x1f])) {
431 p2[unicode & 0x3f] = fontpos;
433 p->sum += (fontpos << 20) + unicode;
501 unsigned short unicode, fontpos; local
502 __get_user(unicode, &list->unicode);
504 if ((err1 = con_insert_unipair(p, unicode,fontpos)) != 0)
600 &list->unicode);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/uniconv/
H A Diso8859_1_adapted.c28 #include <atalk/unicode.h>
31 #include "../../libatalk/unicode/byteorder.h"
49 * from unicode to iso8859_adapted code page

Completed in 113 milliseconds

123456