| /xsrc/external/mit/libX11/dist/modules/lc/Utf8/ |
| H A D | lcUTF8Load.c | 29 * Supports: all locales with codeset UTF-8. 52 if (!XLC_PUBLIC_PART(lcd)->codeset) { 56 else if (!_XlcCompareISOLatin1(XLC_PUBLIC_PART(lcd)->codeset, "UTF-8")) { 59 else if (!_XlcCompareISOLatin1(XLC_PUBLIC_PART(lcd)->codeset, "GB18030")) {
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcGeneric.c | 154 CodeSet codeset, 160 if ((num = codeset->num_charsets)) 161 new_list = Xreallocarray(codeset->charset_list, 170 codeset->charset_list = new_list; 171 codeset->num_charsets = num + 1; 213 CodeSet codeset) 255 new->codeset = codeset; 257 if (codeset->parse_info == NULL) 258 codeset 153 add_charset(CodeSet codeset,XlcCharSet charset) argument 209 add_parse_list(XLCdGenericPart * gen,EncodingType type,const char * encoding,CodeSet codeset) argument 738 CodeSetRec *codeset = NULL; local in function:load_generic 952 CodeSetRec *codeset; local in function:load_generic 961 CodeSetRec *codeset; local in function:load_generic 970 CodeSetRec *codeset = gen->codeset_list[i]; local in function:load_generic 1028 freeByteM(CodeSet codeset) argument 1046 freeConversion(CodeSet codeset) argument 1071 freeExtdSegment(CodeSet codeset) argument 1090 freeParseInfo(CodeSet codeset) argument 1110 CodeSet *codeset = gen->codeset_list; local in function:destroy_CodeSetList [all...] |
| H A D | XlcGeneric.h | 110 CodeSet codeset; member in struct:_ParseInfoRec
|
| H A D | XlcPubI.h | 90 char *codeset; /* codeset part of locale name */ member in struct:_XLCdPublicPart
|
| H A D | lcFile.c | 511 pub->territory = pub->codeset = NULL; 516 * pub->siname is in the format <lang>_<terr>.<codeset>, typical would 539 /* codeset */ 543 pub->codeset = ++dst;
|
| H A D | lcPublic.c | 285 XOffsetOf(XLCdPublicRec, pub.codeset), XlcGetMask },
|
| H A D | lcUTF8.c | 39 * Supports: all locales with codeset UTF-8. 951 if (XLC_PUBLIC_PART(lcd)->codeset 952 && _XlcCompareISOLatin1(XLC_PUBLIC_PART(lcd)->codeset, "UTF-8") == 0) {
|
| /xsrc/external/mit/libX11/dist/modules/lc/def/ |
| H A D | lcDefConv.c | 71 CodeSet codeset = (*ch & GR) ? state->GR_codeset : state->GL_codeset; local in function:MBtoWCdef 72 if (!codeset) 74 wc_encoding = codeset->wc_encoding; 97 CodeSet codeset; local in function:WCtoMBdef 99 codeset = state->GL_codeset; 100 if (codeset && (wc_encoding == codeset->wc_encoding)) { 104 codeset = state->GR_codeset; 105 if (codeset && (wc_encoding == codeset 128 CodeSet codeset = side ? state->GR_codeset : state->GL_codeset; local in function:get_charset 223 CodeSet codeset; local in function:mbstostr 262 CodeSet codeset; local in function:wcstostr 414 CodeSet codeset; local in function:cstombs 485 CodeSet codeset; local in function:cstowcs [all...] |
| /xsrc/external/mit/libX11/dist/modules/lc/gen/ |
| H A D | lcGenConv.c | 191 CodeSet codeset) 196 if (codeset->mbconv) { 197 mb_tmp = conv_to_dest(codeset->mbconv, mb); 202 if (codeset->side == XlcC0 || codeset->side == XlcGL || 203 codeset->side == XlcC1 || codeset->side == XlcGR) { 205 for (i = 0; i < codeset->length; i++) 216 CodeSet codeset) 221 if (codeset 189 mb_to_gi(unsigned long mb,CodeSet codeset) argument 214 gi_to_mb(unsigned long glyph_index,CodeSet codeset) argument 234 gi_to_wc(XLCd lcd,unsigned long glyph_index,CodeSet codeset,wchar_t * wc) argument 256 wc_to_gi(XLCd lcd,wchar_t wc,unsigned long * glyph_index,CodeSet * codeset) argument 302 CodeSet codeset; local in function:mb_parse_codeset 327 CodeSet codeset; local in function:byteM_parse_codeset 373 gi_parse_charset(unsigned long glyph_index,CodeSet codeset) argument 503 CodeSet codeset; local in function:ct_parse_charset 592 CodeSet codeset; local in function:_XlcGetCodeSetFromName 617 _XlcGetCodeSetFromCharSet(XLCd lcd,XlcCharSet charset,CodeSet * codeset,unsigned long * glyph_index) argument 754 CodeSet codeset = NULL; local in function:mbstowcs_org 913 CodeSet codeset; local in function:wcstombs_org 1070 CodeSet codeset; local in function:wcstocts 1253 CodeSet codeset = NULL; local in function:ctstowcs 1439 CodeSet codeset = NULL; local in function:cstowcs 1645 CodeSet codeset = NULL; local in function:mbstostr 1761 CodeSet codeset = NULL; local in function:mbtocs 1940 CodeSet codeset; local in function:wcstostr 2095 CodeSet codeset; local in function:wctocs 2404 CodeSet codeset; local in function:strtombs 2511 CodeSet codeset; local in function:strtowcs [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imInsClbk.c | 62 char *language, *territory, *codeset; local in function:MakeLocale 65 XlcNCodeset, &codeset, NULL ); 72 if( codeset && *codeset ) { 74 strcat( locale, codeset );
|
| H A D | imDefIm.c | 286 char *codeset; local in function:_XimPreConnectionIM 315 XlcNCodeset, &codeset, NULL); 318 clen = codeset ? strlen( codeset ): 0; 322 sprintf( locale_name[0], "%s_%s.%s", language, territory, codeset ); 326 sprintf( locale_name[1], "%s.%s", language, codeset );
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | aclocal.m4 | 43 dnl codeset.m4
|