equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 /***************************************************************** |
18 /***************************************************************** |
20 ** File: dictionary.c |
19 ** File: dictionary.c |
21 ** Description: |
20 ** Description: |
22 *****************************************************************/ |
21 *****************************************************************/ |
23 #include "cxml_internal.h" |
22 #include "cxml_internal.h" |
24 #include "nw_wbxml_parsei.h" |
23 #include "nw_wbxml_parsei.h" |
25 #include "nw_string_char.h" |
24 #include <nw_string_char.h> |
26 #include "nw_wbxml_dictionary.h" |
25 #include <nw_wbxml_dictionary.h> |
27 #include "DictionaryContext.h" |
26 #include "DictionaryContext.h" |
28 |
27 |
29 /* HTTP_iso_8859_1 IANA MIBenum 4 */ |
28 /* HTTP_iso_8859_1 IANA MIBenum 4 */ |
30 #define NW_WBXML_DICTIONARY_CHARSET 4 |
29 #define NW_WBXML_DICTIONARY_CHARSET 4 |
31 |
30 |
32 /* |
31 /* |
33 * The dictionaries ... |
32 * The dictionaries ... |
34 */ |
33 */ |
35 |
|
36 |
34 |
37 static |
35 static |
38 NW_Bool |
36 NW_Bool |
39 NW_WBXML_Dictionary_CmpDictDocType(NW_WBXML_Dictionary_t* dictionary, |
37 NW_WBXML_Dictionary_CmpDictDocType(NW_WBXML_Dictionary_t* dictionary, |
40 NW_String_t* string, |
38 NW_String_t* string, |