Lines Matching defs:const

115 inline int mmin( const int t1, const int t2 ) {
222 char myIsTextWideChar(const void *b, int len) {
228 char myIsTextWideChar(const void *b, int len) {
233 const wchar_t *s = (const wchar_t*)b;
259 char myIsTextWideChar(const void *b, int l) {
268 wchar_t *myMultiByteToWideChar(const char *s, XMLNode::XMLCharEncoding ce) {
309 char *myWideCharToMultiByte(const wchar_t *s) {
369 char *myWideCharToMultiByte(const wchar_t *s) {
373 char *myWideCharToMultiByte(const wchar_t *s) {
374 const wchar_t *ss = s;
384 wchar_t *myMultiByteToWideChar(const char *s, XMLNode::XMLCharEncoding ce) {
385 const char *ss = s;
457 static inline int _strnicmp(const char *c1, const char *c2, int l) {
617 static const char XML_utf8ByteTable[256] = {
636 static const char XML_legacyByteTable[256] = {
644 static const char XML_sjisByteTable[256] = {
663 static const char XML_gb2312ByteTable[256] = {
682 static const char XML_gbk_big5_ByteTable[256] = {
702 static const char *XML_ByteTable = (const char *)XML_utf8ByteTable;
756 XMLError XMLNode::writeToFile(XMLCSTR filename, const char *encoding, char nFormat) const {
1048 const XMLCHAR c = copen[l];
2056 XMLSTR b2 = myMultiByteToWideChar((const char*)(buf + headerSz), ce);
2070 char *b2 = myWideCharToMultiByte((const wchar_t*)(buf + headerSz));
2337 XMLSTR XMLNode::createXMLString(int nFormat, int *pnSize) const {
2431 XMLNode& XMLNode::operator=( const XMLNode & A ) {
2444 XMLNode::XMLNode(const XMLNode &A) {
2450 XMLNode XMLNode::deepCopy() const {
2595 int XMLNode::indexText(XMLCSTR lpszValue) const {
2661 int XMLNode::indexClear(XMLCSTR lpszValue) const {
2713 int XMLNode::nChildNode(XMLCSTR name) const {
2724 XMLNode XMLNode::getChildNode(XMLCSTR name, int *j) const {
2739 XMLNode XMLNode::getChildNode(XMLCSTR name, int j) const {
2752 XMLNode* XMLNode::getChildNodePtr(XMLCSTR name, int *j) const {
2803 XMLElementPosition XMLNode::positionOfText (int i) const {
2807 XMLElementPosition XMLNode::positionOfClear (int i) const {
2811 XMLElementPosition XMLNode::positionOfChildNode(int i) const {
2815 XMLElementPosition XMLNode::positionOfText (XMLCSTR lpszValue) const {
2818 XMLElementPosition XMLNode::positionOfClear(XMLCSTR lpszValue) const {
2821 XMLElementPosition XMLNode::positionOfClear(XMLClear *a) const {
2825 XMLElementPosition XMLNode::positionOfChildNode(XMLNode x) const {
2833 XMLElementPosition XMLNode::positionOfChildNode(XMLCSTR name, int count) const {
2845 int *k) const {
2874 XMLCSTR XMLNode::getAttribute(XMLCSTR lpszAttrib, int *j) const {
2889 char XMLNode::isAttributeSet(XMLCSTR lpszAttrib) const {
2902 XMLCSTR XMLNode::getAttribute(XMLCSTR name, int j) const {
2909 XMLNodeContents XMLNode::enumContents(int i) const {
2939 XMLCSTR XMLNode::getName() const {
2943 int XMLNode::nText() const {
2947 int XMLNode::nChildNode() const {
2951 int XMLNode::nAttribute() const {
2955 int XMLNode::nClear() const {
2959 int XMLNode::nElement() const {
2963 XMLClear XMLNode::getClear (int i) const {
2967 XMLAttribute XMLNode::getAttribute (int i) const {
2971 XMLCSTR XMLNode::getAttributeName (int i) const {
2975 XMLCSTR XMLNode::getAttributeValue(int i) const {
2979 XMLCSTR XMLNode::getText (int i) const {
2983 XMLNode XMLNode::getChildNode (int i) const {
2987 XMLNode XMLNode::getParentNode ( ) const {
2991 char XMLNode::isDeclaration ( ) const {
2995 char XMLNode::isEmpty ( ) const {
3190 static const char base64Fillchar = _CXML('=');
3197 const unsigned char base64DecodeTable[] = {