browserutilities/cxmllibrary/src/wbxmlp/src/dictionary.c
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 /*****************************************************************
    19 /*****************************************************************
    19 **  File: dictionary.c
    20 **  File: dictionary.c
    20 **  Description:
    21 **  Description:
    21 *****************************************************************/
    22 *****************************************************************/
    22 #include "cxml_internal.h"
    23 #include "cxml_internal.h"
    23 #include "nw_wbxml_parsei.h"
    24 #include "nw_wbxml_parsei.h"
    24 #include <nw_string_char.h>
    25 #include "nw_string_char.h"
    25 #include <nw_wbxml_dictionary.h>
    26 #include "nw_wbxml_dictionary.h"
    26 #include "DictionaryContext.h"
    27 #include "DictionaryContext.h"
    27 
    28 
    28 /* HTTP_iso_8859_1 IANA MIBenum 4 */
    29 /* HTTP_iso_8859_1 IANA MIBenum 4 */
    29 #define NW_WBXML_DICTIONARY_CHARSET 4
    30 #define NW_WBXML_DICTIONARY_CHARSET 4
    30 
    31 
    31 /*
    32 /*
    32  * The dictionaries ...
    33  * The dictionaries ...
    33  */
    34  */
       
    35 
    34 
    36 
    35 static
    37 static
    36 NW_Bool
    38 NW_Bool
    37 NW_WBXML_Dictionary_CmpDictDocType(NW_WBXML_Dictionary_t* dictionary,
    39 NW_WBXML_Dictionary_CmpDictDocType(NW_WBXML_Dictionary_t* dictionary,
    38                                    NW_String_t* string,
    40                                    NW_String_t* string,