Lines Matching refs:NULL

41 static const char *ucs2_aliases[] = {"ISO-10646-UCS-2", "UCS2" , "UNICODE", NULL};
43 NULL,
44 NULL,
51 NULL,
52 NULL,
54 NULL,
59 NULL,
60 NULL,
62 NULL,
66 static const char *ucs4_aliases[] = {"ISO-10646-UCS-4", "UCS4", NULL};
68 NULL,
69 NULL,
76 NULL,
77 NULL,
79 NULL,
84 NULL,
85 NULL,
87 NULL,
91 static const char *utf32_aliases[] = {"utf32", NULL};
93 NULL,
94 NULL,
101 NULL,
102 NULL,
104 NULL,
109 NULL,
110 NULL,
112 NULL,
116 static const char *utf16_aliases[] = {"utf16", NULL};
118 NULL,
119 NULL,
126 NULL,
127 NULL,
129 NULL,
134 NULL,
135 NULL,
137 NULL,
141 static const char *utf8_aliases[] = {"utf8", NULL};
143 NULL,
144 NULL,
150 …X3.4-1986", "ISO_646.irv:1991", "US-ASCII", "ISO646-US", "us", "IBM367", "cp367", "csASCII", NULL};
152 NULL,
153 NULL,
159 static const char *euc_jp_aliases[] = {"EUC", "EUC_JP", "eucJP", "x-euc-jp", NULL};
161 NULL,
162 NULL,
168 static const char *sjis_aliases[] = {"x-sjis", "SJIS", "SHIFT-JIS", NULL};
177 static const char *eucjp_win_aliases[] = {"eucJP-open", NULL};
179 NULL,
180 NULL,
186 static const char *sjis_win_aliases[] = {"SJIS-open", "MS_Kanji", "Windows-31J", "CP932", NULL};
196 static const char *jis_aliases[] = {"ISO-2022-JP", NULL};
198 NULL,
199 NULL,
205 static const char *euc_cn_aliases[] = {"CN-GB", "EUC_CN", "eucCN", "x-euc-cn", "gb2312", NULL};
207 NULL,
208 NULL,
214 static const char *cp936_aliases[] = {"CP-936", NULL};
216 NULL,
217 NULL,
223 static const char *hz_aliases[] = {"HZ-GB-2312", NULL};
225 NULL,
226 NULL,
232 static const char *euc_tw_aliases[] = {"EUC_TW", "eucTW", "x-euc-tw", NULL};
234 NULL,
235 NULL,
241 static const char *big5_aliases[] = {"BIG5", "CN-BIG5", "BIG-FIVE", "BIGFIVE", "CP950", NULL};
243 NULL,
244 NULL,
250 static const char *euc_kr_aliases[] = {"EUC_KR", "eucKR", "x-euc-kr", NULL};
252 NULL,
253 NULL,
259 static const char *uhc_aliases[] = {"CP949", NULL};
261 NULL,
262 NULL,
269 NULL,
270 NULL,
272 NULL,
276 static const char *cp1252_aliases[] = {"cp1252", NULL};
278 NULL,
279 NULL,
285 static const char *iso_8859_1_aliases[] = {"ISO_8859-1", "latin1", NULL};
287 NULL,
288 NULL,
294 static const char *iso_8859_2_aliases[] = {"ISO_8859-2", "latin2", NULL};
296 NULL,
297 NULL,
303 static const char *iso_8859_3_aliases[] = {"ISO_8859-3", "latin3", NULL};
305 NULL,
306 NULL,
312 static const char *iso_8859_4_aliases[] = {"ISO_8859-4", "latin4", NULL};
314 NULL,
315 NULL,
321 static const char *iso_8859_5_aliases[] = {"ISO_8859-5", "cyrillic", NULL};
323 NULL,
324 NULL,
330 static const char *iso_8859_6_aliases[] = {"ISO_8859-6", "arabic", NULL};
332 NULL,
333 NULL,
339 static const char *iso_8859_7_aliases[] = {"ISO_8859-7", "greek", NULL};
341 NULL,
342 NULL,
348 static const char *iso_8859_8_aliases[] = {"ISO_8859-8", "hebrew", NULL};
350 NULL,
351 NULL,
357 static const char *iso_8859_9_aliases[] = {"ISO_8859-9", "latin5", NULL};
359 NULL,
360 NULL,
366 static const char *iso_8859_10_aliases[] = {"ISO_8859-10", "latin6", NULL};
368 NULL,
369 NULL,
375 static const char *iso_8859_13_aliases[] = {"ISO_8859-13", NULL};
377 NULL,
378 NULL,
384 static const char *iso_8859_14_aliases[] = {"ISO_8859-14", "latin8", NULL};
386 NULL,
387 NULL,
393 static const char *iso_8859_15_aliases[] = {"ISO_8859-15", NULL};
395 NULL,
396 NULL,
402 static const char *cp1251_aliases[] = {"CP1251", "CP-1251", "WINDOWS-1251", NULL};
404 NULL,
405 NULL,
411 static const char *cp866_aliases[] = {"CP866", "CP-866", "IBM-866", NULL};
413 NULL,
414 NULL,
420 static const char *koi8r_aliases[] = {"KOI8-R", "KOI8R", NULL};
422 NULL,
423 NULL,
429 static const char *koi8u_aliases[] = {"KOI8-U", "KOI8U", NULL};
431 NULL,
432 NULL,
438 static const char *cp1254_aliases[] = {"cp1254", NULL};
440 NULL,
441 NULL,
447 static const char *armscii8_aliases[] = { "ArmSCII8", "ARMSCII-8", "ARMSCII8", NULL};
449 NULL,
450 NULL,
456 static const char *cp850_aliases[] = {"IBM850", NULL};
458 NULL,
459 NULL,
514 NULL
524 CG(script_encoding_list) = NULL; in zend_multibyte_set_script_encoding()
559 LANG_SCNG(input_filter) = NULL; in zend_multibyte_set_filter()
560 LANG_SCNG(output_filter) = NULL; in zend_multibyte_set_filter()
609 return NULL; in zend_multibyte_fetch_encoding()
612 for (i = 0; (encoding = zend_encoding_table[i]) != NULL; i++) { in zend_multibyte_fetch_encoding()
618 for (i = 0; (encoding = zend_encoding_table[i]) != NULL; i++) { in zend_multibyte_fetch_encoding()
619 if (encoding->aliases != NULL) { in zend_multibyte_fetch_encoding()
620 for (j = 0; (*encoding->aliases)[j] != NULL; j++) { in zend_multibyte_fetch_encoding()
628 return NULL; in zend_multibyte_fetch_encoding()
637 if (LANG_SCNG(internal_encoding) == NULL || LANG_SCNG(internal_encoding)->compatible == 0) { in zend_multibyte_script_encoding_filter()
933 char *list = NULL; in zend_multibyte_assemble_encoding_list()
936 return NULL; in zend_multibyte_assemble_encoding_list()
946 return NULL; in zend_multibyte_assemble_encoding_list()
952 return NULL; in zend_multibyte_assemble_encoding_list()
970 list = NULL; in zend_multibyte_parse_encoding_list()
971 if (encoding_list == NULL || encoding_list_size <= 0) { in zend_multibyte_parse_encoding_list()
976 if (tmpstr == NULL) { in zend_multibyte_parse_encoding_list()
983 while ((p2 = zend_memnstr(p1, ",", 1, endp)) != NULL) { in zend_multibyte_parse_encoding_list()
990 if (list != NULL) { in zend_multibyte_parse_encoding_list()
996 if (p == NULL) { in zend_multibyte_parse_encoding_list()
1017 } while (n < size && p2 != NULL); in zend_multibyte_parse_encoding_list()
1024 if (list == NULL) { in zend_multibyte_parse_encoding_list()
1038 if (onetime_encoding != NULL) { in zend_multibyte_find_script_encoding()
1045 if (script_encoding != NULL) { in zend_multibyte_find_script_encoding()
1053 return NULL; in zend_multibyte_find_script_encoding()
1069 script_encoding = NULL; in zend_multibyte_find_script_encoding()
1080 zend_encoding *script_encoding = NULL; in zend_multibyte_detect_unicode()
1085 return NULL; in zend_multibyte_detect_unicode()
1123 return NULL; in zend_multibyte_detect_unicode()
1169 return NULL; in zend_multibyte_detect_utf_encoding()