Home | History | Annotate | Download | only in intl

Lines Matching defs:NULL

29 /* On some strange systems still no definition of NULL is found.  Sigh!  */
30 #ifndef NULL
32 # define NULL ((void *) 0)
34 # define NULL 0
64 *modifier = NULL;
65 *territory = NULL;
66 *codeset = NULL;
67 *normalized_codeset = NULL;
126 if (*territory != NULL && (*territory)[0] == '\0')
129 if (*codeset != NULL && (*codeset)[0] == '\0')