browserutilities/cxmllibrary/src/wbxmlp/src/dictionary.c
changeset 26 cb62a4f66ebe
parent 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
25:0ed94ceaa377 26:cb62a4f66ebe
    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,