Home | History | Annotate | Download | only in source

Lines Matching defs:label

2897 	char label [8];
2899 stream.Get (label, 8);
2911 if (label [j] >= 'a' && label [j] <= 'z')
2914 label [j] = 'A' + (label [j] - 'a');
2930 "%s %s text encoding label not all uppercase",
2942 if (memcmp (label, "UNICODE\000", 8) == 0)
3026 if (memcmp (label, "ASCII\000\000\000", 8) == 0)
3033 else if (memcmp (label, "JIS\000\000\000\000\000\000", 8) == 0)
3049 if (memcmp (label, "\000\000\000\000\000\000\000\000\000", 8) == 0)