Home
last modified time | relevance | path

Searched refs:char_encoding_GBK (Results 1 – 8 of 8) sorted by relevance

/dports/net/libzmq2/zeromq-2.2.0/foreign/xmlParser/
H A DxmlParser.hpp517 char_encoding_GBK=6 // this is actually the same as Big5 enumerator
H A DxmlParser.cpp2690 …case char_encoding_GBK: characterEncoding=_characterEncoding; XML_ByteTable=XML_gbk_big5_Byte… in setGlobalOptions()
2745 if (xstrnicmp((char*)b,"GBK",3)==0) return char_encoding_GBK; in guessCharEncoding()
/dports/audio/libcoverart/libcoverart-1.0.0/src/
H A DxmlParser.h488 char_encoding_GBK=6 // this is actually the same as Big5 enumerator
H A DxmlParser.cpp2707 …case char_encoding_GBK: characterEncoding=_characterEncoding; XML_ByteTable=XML_gbk_big5_Byte… in setGlobalOptions()
2762 if (xstrnicmp((char*)b,"GBK",3)==0) return char_encoding_GBK; in guessCharEncoding()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/XML/
H A DxmlParser.h518 char_encoding_GBK=6 // this is actually the same as Big5 enumerator
H A DxmlParser.cpp2708 …case char_encoding_GBK: characterEncoding=_characterEncoding; XML_ByteTable=XML_gbk_big5_Byte… in setGlobalOptions()
2763 if (xstrnicmp((char*)b,"GBK",3)==0) return char_encoding_GBK; in guessCharEncoding()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofxml.h539 char_encoding_GBK=6 // this is actually the same as Big5 enumerator
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/libsrc/
H A Dofxml.cc2850 …case char_encoding_GBK: characterEncoding=_characterEncoding; XML_ByteTable=XML_gbk_big5_Byte… in setGlobalOptions()
2905 if (xstrnicmp(OFreinterpret_cast(char*, b),"GBK",3)==0) return char_encoding_GBK; in guessCharEncoding()