| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| lcCharSet.c | 37 XlcCharSet charset; member in struct:_XlcCharSetListRec 43 /* Returns the charset with the given name (including side suffix). 55 if (xrm_name == list->charset->xrm_name) 56 return (XlcCharSet) list->charset; 62 /* Returns the charset with the given encoding (no side suffix) and 76 if (list->charset->xrm_encoding_name == xrm_encoding_name 77 && (list->charset->side == XlcGLGR || list->charset->side == side)) 78 return (XlcCharSet) list->charset; 88 XlcCharSet charset) 174 XlcCharSet charset; local [all...] |
| lcCT.c | 136 /* We represent UTF-8 as an XlcGLGR charset, not in extended segments. */ 171 * Parses the header of a Compound Text segment, i.e. the charset designator. 174 * 0 (no valid charset designator), 179 * to point past the charset designator. If the return value is one of 182 * *final_byte is set to the "final byte" of the charset designator. 309 * Returns True if the charset can be used with Compound Text. 315 XlcCharSet charset) 319 const char *ptr = charset->ct_sequence; 354 charset->char_size = char_size; 360 charset->side = XlcGL 391 XlcCharSet charset; member in struct:_CTInfoRec 461 XlcCharSet charset; local 573 XlcCharSet charset; \/* The charset of the current segment *\/ member in struct:_StateRec 595 XlcCharSet charset; local 708 XlcCharSet charset = NULL; local 879 XlcCharSet charset; local 1270 XlcCharSet charset; local [all...] |
| lcGeneric.c | 155 XlcCharSet charset) 169 new_list[num] = charset; 408 XlcCharSet charset; local 411 charset = _XlcGetCharSet(name); 412 if (charset == NULL && 413 (charset = _XlcCreateDefaultCharSet(name, ""))) { 414 _XlcAddCharSet(charset); 416 charset->source = CSsrcXLC; 418 return charset; 690 ret->charset = srch_charset_define(cset_name,&new) 707 XlcCharSet charset; local [all...] |
| XlcPublic.h | 96 /* Range for which the charset is responsible: XlcGL, XlcGR or XlcGLGR */ 117 /* Returns the charset with the given name (including side suffix). 123 /* Returns the charset with the given encoding (no side suffix) and 134 XlcCharSet charset 141 XlcCharSet charset, 208 #define XlcNCharSet "charSet"
|
| lcConv.c | 154 XlcCharSet charset; local 172 tmp_args[0] = (XPointer) &charset; 186 tmp_args[0] = (XPointer) charset; 191 unconv_num += length / (charset->char_size > 0 ? charset->char_size : 1);
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| print-vt-chars.pl | 34 # Print GL and GR, with the same charset (if possible) for testing. 84 my %charset = %{ $_[0] }; 85 printf "\033(%s", $charset{TAG} if ( $charset{HOW} == 0 ); 89 my %charset = %{ $_[0] }; 90 printf "\033)%s", $charset{TAG} if ( $charset{HOW} == 0 ); 91 printf "\033-%s", $charset{TAG} if ( $charset{HOW} == 1 ); 95 my %charset = %{ $_[0] } [all...] |
| /xsrc/external/mit/luit/dist/ |
| iso2022.c | 230 initIso2022(const char *locale, const char *charset, Iso2022Ptr i) 240 rc = getLocaleState(locale, charset, &gl, &gr, &g0, &g1, &g2, &g3, &other); 242 if (charset) 243 ErrorF("Warning: couldn't find charset %s; " 244 "using ISO 8859-1.\n", charset); 246 ErrorF("Warning: couldn't find charset data for locale %s; " 707 const CharsetRec *charset; local 712 charset = GL(is); 715 charset = G2(is); 718 charset = G3(is) 772 const CharsetRec *charset; local 979 const CharsetRec *charset; local [all...] |
| charset.h | 71 int getLocaleState(const char *locale, const char *charset,
|
| charset.c | 34 #include "charset.h" 492 const char *charset, 504 if (!charset) { 508 charset = strrchr(resolved, '.'); 509 if (charset) 510 charset++; 512 charset = resolved; 516 if (compare(p->name, charset) == 0)
|
| /xsrc/external/mit/libX11/dist/modules/lc/def/ |
| lcDefConv.c | 131 XlcCharSet charset; local 133 charset = codeset->charset_list[i]; 134 if (*charset->ct_sequence != '\0') 135 return charset; 323 XlcCharSet charset = get_charset(state, cur_side); local 324 if (charset) { 325 *((XlcCharSet *) args[0]) = charset; 390 XlcCharSet charset = get_charset(state, cur_side); local 391 if (charset) { 392 *((XlcCharSet *) args[0]) = charset; 415 XlcCharSet charset; local 486 XlcCharSet charset; local [all...] |
| /xsrc/external/mit/libX11/dist/modules/lc/gen/ |
| lcGenConv.c | 75 XlcCharSet charset; /* charset of current state */ member in struct:_StateRec 76 XlcCharSet GL_charset; /* charset of initial state in GL */ 77 XlcCharSet GR_charset; /* charset of initial state in GR */ 381 XlcCharSet charset = NULL; local 387 charset = charset_list[i]; 388 if (*charset->ct_sequence != '\0') 394 if (charset->source != CSsrcStd) 395 return (charset); 398 return(charset); 589 XlcCharSet charset; local 1071 XlcCharSet charset, old_charset = NULL; local 1440 XlcCharSet charset, charset_tmp; local 1762 XlcCharSet charset = NULL; local 1883 XlcCharSet charset_old, charset = NULL; local 2096 XlcCharSet charset = NULL; local 2225 XlcCharSet charset_old, charset = NULL; local 2275 XlcCharSet charset_old, charset = NULL; local [all...] |
| /xsrc/external/mit/freetype/dist/src/cff/ |
| cffcmap.c | 137 CFF_Charset charset = &cff->charset; local 138 FT_UInt sid = charset->sids[idx]; 152 CFF_Charset charset = &cff->charset; local 160 if ( !charset->sids )
|
| cffload.c | 833 cff_charset_compute_cids( CFF_Charset charset, 843 if ( charset->max_cid > 0 ) 848 if ( charset->sids[i] > max_cid ) 849 max_cid = charset->sids[i]; 852 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) ) 859 charset->cids[charset->sids[j]] = (FT_UShort)j; 861 charset->max_cid = max_cid; 862 charset->num_glyphs = num_glyphs; 870 cff_charset_cid_to_gindex( CFF_Charset charset, [all...] |
| cffload.h | 59 cff_charset_cid_to_gindex( CFF_Charset charset,
|
| /xsrc/external/mit/libX11/dist/specs/i18n/compose/ |
| compose-chart.pl | 41 my $charset; 48 GetOptions ('charset:s' => \$charset, 58 if (!defined($charset) || ($charset eq "")) { 63 $charset = $1; 65 $charset = "iso-8859-$1"; 67 $charset = "windows-$1"; 70 if (!defined($charset) || ($charset eq "")) [all...] |
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| XKBCvt.c | 233 char *country, *charset; local 254 charset = strchr(country, '.'); 255 if (charset) 256 *charset++ = '\0'; 257 if (charset) { 258 strncpy(buf, charset, 99); 264 charset = NULL;
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| fc-lang.py | 40 class CharSet: 107 # Build a single charset from a source file 112 charset = CharSet() 133 charset.del_char(ucs4) 135 charset.add_char(ucs4) 137 assert charset.equals(charset) # sanity check for the equals function 139 return charset 179 charset = parse_orth_file(fn, lines variable [all...] |
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| omXChar.c | 247 XlcCharSet charset) 258 if (*charset_list == charset) 317 XlcCharSet charset; local 323 lc_args[0] = (XPointer) &charset; 329 font_set = _XomGetFontSetFromCharSet(oc, charset); 338 if (font_set->side != charset->side) {
|
| /xsrc/external/mit/libX11/dist/src/ |
| imConv.c | 79 * Given the name of a charset, returns the pointer to convertors 80 * from UCS char to specified charset char. 197 XlcCharSet charset; local 198 args[0] = (XPointer) &charset; 212 args[0] = (XPointer) charset; 266 XlcCharSet charset; local 267 args[0] = (XPointer) &charset; 281 args[0] = (XPointer) charset;
|
| Font.c | 660 const char *charset, *p; local 670 charset = NULL; 674 charset = XLC_PUBLIC(lcd, encoding_name); 675 if (!charset || (p = strrchr(charset, '-')) == 0 || p == charset || p[1] == 0 || (p[1] == '*' && p[2] == 0)) { 677 charset = "ISO8859-1"; 678 p = charset + 7; 680 if (l - 2 < p - charset) 682 if (_XlcNCompareISOLatin1(name + l - 2 - (p - charset), charset, p - charset) [all...] |
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fccharset.fncs | 47 @PURPOSE@ Add a character to a charset 58 @PURPOSE@ Delete a character from a charset 69 @PURPOSE@ Copy a charset 132 @PURPOSE@ Check a charset for a char 140 @PURPOSE@ Count entries in a charset 167 @PURPOSE@ Test for charset inclusion 177 @PURPOSE@ Start enumerating charset contents 207 @PURPOSE@ Continue enumerating charset contents 231 <function>FcCharSetCoverage</function> returns the next page in the charset which has any
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| ftwinfnt.h | 58 * A list of valid values for the `charset` byte in @FT_WinFNT_HeaderRec. 82 * used for the charset of vector fonts, like `modern.fon`, 199 FT_Byte charset; member in struct:FT_WinFNT_HeaderRec_
|
| /xsrc/external/mit/xterm/dist/ |
| charsets.c | 62 #define HandleUPSS(charset) \ 63 if (charset == nrc_DEC_UPSS) { \ 64 charset = screen->gsets_upss; \ 68 if (charset != nrc_DEC_Supp) \ 69 charset = nrc_ISO_Latin_1_Supp; \ 71 charset = nrc_ASCII; \ 143 xtermCharSetIn(XtermWidget xw, unsigned code, DECNRCM_codes charset) 156 TRACE(("CHARSET-IN GL=%s(G%d) GR=%s(G%d) SS%d\n\t%s\n", 162 HandleUPSS(charset); 164 switch (charset) { [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| fclang.c | 32 const FcCharSet charset; member in struct:__anon5401 94 FcFreeTypeLangSet (const FcCharSet *charset, 109 printf ("font charset"); 110 FcCharSetPrint (charset); 117 printf ("%s charset", fcLangCharSets[i].lang); 118 FcCharSetPrint (&fcLangCharSets[i].charset); 130 if (fcLangCharSets[i].charset.num != exclusiveCharset->num) 133 for (j = 0; j < fcLangCharSets[i].charset.num; j++) 134 if (FcCharSetLeaf(&fcLangCharSets[i].charset, j) != 138 missing = FcCharSetSubtractCount (&fcLangCharSets[i].charset, charset) [all...] |
| /xsrc/external/mit/fontconfig/include/ |
| fcobjshash.h | 101 char FcObjectTypeNamePool_str11[sizeof("charset")]; 159 "charset",
|