• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching +defs:code +defs:string

18 #include <string.h>
230 if (no == 0) return((const void *) "immutable string");
641 if (no == 0) return(xmlXPathNewString(BAD_CAST "string object"));
996 * WARNING: end of the manually maintained part of the test code *
1592 xmlChar * cur; /* a pointer to a zero terminated string */
2318 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2466 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2496 xmlChar * cur; /* a pointer to a zero terminated string */
2663 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2718 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2827 char * encoding; /* the encoding string */
2880 char * encoding; /* the encoding string */
3381 char * encoding; /* the encoding string */
3441 char * encoding; /* the encoding string */
3635 xmlChar * encoding; /* the encoding string */
3902 xmlChar * ch; /* a xmlChar string */
4542 xmlChar * ch; /* a xmlChar string */
5729 xmlChar * pubID; /* the public ID string */
5731 xmlChar * sysID; /* the system ID string */
5777 xmlChar * pubID; /* the public ID string */
5818 xmlChar * sysID; /* the system ID string */
6077 xmlChar * pubID; /* the public ID string */
6079 xmlChar * sysID; /* the system ID string */
6188 xmlChar * pubID; /* the public ID string */
6190 xmlChar * sysID; /* the system ID string */
6220 xmlChar * pubID; /* the public ID string */
6254 xmlChar * sysID; /* the system ID string */
7382 xmlChar * str; /* the string */
8301 xmlChar * str; /* the string */
9373 xmlDocPtr doc; /* the document containing the string */
9375 xmlChar * input; /* A string to convert to XML. */
9412 xmlDocPtr doc; /* the document containing the string */
9414 xmlChar * input; /* A string to convert to XML. */
12768 xmlChar * cur; /* a pointer to a zero terminated string */
13146 char ** result; /* an array of string to be filled with the features name. */
13541 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */
13557 string = gen_const_xmlChar_ptr(n_string, 4);
13565 ret_val = xmlParseBalancedChunkMemory(doc, sax, user_data, depth, (const xmlChar *)string, lst);
13572 des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 4);
13617 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */
13636 string = gen_const_xmlChar_ptr(n_string, 4);
13645 ret_val = xmlParseBalancedChunkMemoryRecover(doc, sax, user_data, depth, (const xmlChar *)string, lst, recover);
13652 des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 4);
14096 char * data; /* the input string */
14098 int datalen; /* the input string length in bytes */
14457 xmlChar * cur; /* a pointer to a zero terminated string */
15467 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
15743 xmlChar * lang; /* pointer to the string value */
16508 xmlChar * str; /* the input string */
16575 xmlChar * str; /* the input string */
16577 int len; /* the string length */
18378 xmlChar * string; /* the text content */
18389 string = gen_const_xmlChar_ptr(n_string, 3);
18391 xmlAttrSerializeTxtContent(buf, doc, attr, (const xmlChar *)string);
18396 des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 3);
18428 xmlChar * str; /* the #xmlChar string */
18474 xmlChar * str; /* the #xmlChar string */
18520 char * str; /* the C char string */
18559 xmlChar * str; /* the #xmlChar string */
18898 xmlChar * string; /* the string to add */
18905 string = gen_const_xmlChar_ptr(n_string, 1);
18907 xmlBufferWriteCHAR(buf, (const xmlChar *)string);
18910 des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 1);
18935 char * string; /* the string to add */
18942 string = gen_const_char_ptr(n_string, 1);
18944 xmlBufferWriteChar(buf, (const char *)string);
18947 des_const_char_ptr(n_string, (const char *)string, 1);
18972 xmlChar * string; /* the string to add */
18979 string = gen_const_xmlChar_ptr(n_string, 1);
18981 xmlBufferWriteQuotedString(buf, (const xmlChar *)string);
18984 des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 1);
20729 xmlChar * name; /* the char ref string, starting with # or "&# ... ;" */
20855 xmlChar * version; /* xmlChar string giving the version of XML "1.0" */
21675 xmlChar * name; /* the reference name, or the reference string with & and ; */
22032 char * encoding; /* an optional encoding string */
23460 int len; /* the length of the string value */
23683 int space; /* allow spaces in front and end of the string */
23726 int space; /* allow spaces in front and end of the string */
23769 int space; /* allow spaces in front and end of the string */
23812 int space; /* allow spaces in front and end of the string */
24118 char * path; /* pointer to the path string */
24179 char * str; /* the string to analyze */
24317 xmlChar * str; /* the string of the URI to escape */
24349 xmlChar * str; /* string to escape */
24351 xmlChar * list; /* exception list string of chars not to escape */
28107 const char * URI; /* a C string containing the URI or filename */
28249 char * str; /* a zero terminated C string */
28376 const char * URI; /* a C string containing the URI or filename */
29615 xmlChar * cur; /* a pointer to a zero terminated string */
29782 xmlChar * cur; /* a pointer to a zero terminated string */
30383 xmlChar * str; /* the string to intern. */
33013 xmlChar ** string; /* return value for the error string */
33032 string = gen_const_xmlChar_ptr_ptr(n_string, 1);
33038 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
33042 des_const_xmlChar_ptr_ptr(n_string, (const xmlChar **)string, 1);
33144 xmlChar * value; /* a string token input */
33192 xmlChar * value; /* the first string token input */
33194 xmlChar * value2; /* the second string token input */
35773 unsigned char * utf; /* Pointer to putative UTF-8 encoded string. */
36215 xmlChar * str1; /* first xmlChar string */
36217 xmlChar * str2; /* second xmlChar string */
36775 int code; /* UCS code point */
36780 code = gen_int(n_code, 0);
36782 ret_val = xmlUCSIsAegeanNumbers(code);
36785 des_int(n_code, code, 0);
36809 int code; /* UCS code point */
36814 code = gen_int(n_code, 0);
36816 ret_val = xmlUCSIsAlphabeticPresentationForms(code);
36819 des_int(n_code, code, 0);
36843 int code; /* UCS code point */
36848 code = gen_int(n_code, 0);
36850 ret_val = xmlUCSIsArabic(code);
36853 des_int(n_code, code, 0);
36877 int code; /* UCS code point */
36882 code = gen_int(n_code, 0);
36884 ret_val = xmlUCSIsArabicPresentationFormsA(code);
36887 des_int(n_code, code, 0);
36911 int code; /* UCS code point */
36916 code = gen_int(n_code, 0);
36918 ret_val = xmlUCSIsArabicPresentationFormsB(code);
36921 des_int(n_code, code, 0);
36945 int code; /* UCS code point */
36950 code = gen_int(n_code, 0);
36952 ret_val = xmlUCSIsArmenian(code);
36955 des_int(n_code, code, 0);
36979 int code; /* UCS code point */
36984 code = gen_int(n_code, 0);
36986 ret_val = xmlUCSIsArrows(code);
36989 des_int(n_code, code, 0);
37013 int code; /* UCS code point */
37018 code = gen_int(n_code, 0);
37020 ret_val = xmlUCSIsBasicLatin(code);
37023 des_int(n_code, code, 0);
37047 int code; /* UCS code point */
37052 code = gen_int(n_code, 0);
37054 ret_val = xmlUCSIsBengali(code);
37057 des_int(n_code, code, 0);
37081 int code; /* UCS code point */
37089 code = gen_int(n_code, 0);
37092 ret_val = xmlUCSIsBlock(code, (const char *)block);
37095 des_int(n_code, code, 0);
37122 int code; /* UCS code point */
37127 code = gen_int(n_code, 0);
37129 ret_val = xmlUCSIsBlockElements(code);
37132 des_int(n_code, code, 0);
37156 int code; /* UCS code point */
37161 code = gen_int(n_code, 0);
37163 ret_val = xmlUCSIsBopomofo(code);
37166 des_int(n_code, code, 0);
37190 int code; /* UCS code point */
37195 code = gen_int(n_code, 0);
37197 ret_val = xmlUCSIsBopomofoExtended(code);
37200 des_int(n_code, code, 0);
37224 int code; /* UCS code point */
37229 code = gen_int(n_code, 0);
37231 ret_val = xmlUCSIsBoxDrawing(code);
37234 des_int(n_code, code, 0);
37258 int code; /* UCS code point */
37263 code = gen_int(n_code, 0);
37265 ret_val = xmlUCSIsBraillePatterns(code);
37268 des_int(n_code, code, 0);
37292 int code; /* UCS code point */
37297 code = gen_int(n_code, 0);
37299 ret_val = xmlUCSIsBuhid(code);
37302 des_int(n_code, code, 0);
37326 int code; /* UCS code point */
37331 code = gen_int(n_code, 0);
37333 ret_val = xmlUCSIsByzantineMusicalSymbols(code);
37336 des_int(n_code, code, 0);
37360 int code; /* UCS code point */
37365 code = gen_int(n_code, 0);
37367 ret_val = xmlUCSIsCJKCompatibility(code);
37370 des_int(n_code, code, 0);
37394 int code; /* UCS code point */
37399 code = gen_int(n_code, 0);
37401 ret_val = xmlUCSIsCJKCompatibilityForms(code);
37404 des_int(n_code, code, 0);
37428 int code; /* UCS code point */
37433 code = gen_int(n_code, 0);
37435 ret_val = xmlUCSIsCJKCompatibilityIdeographs(code);
37438 des_int(n_code, code, 0);
37462 int code; /* UCS code point */
37467 code = gen_int(n_code, 0);
37469 ret_val = xmlUCSIsCJKCompatibilityIdeographsSupplement(code);
37472 des_int(n_code, code, 0);
37496 int code; /* UCS code point */
37501 code = gen_int(n_code, 0);
37503 ret_val = xmlUCSIsCJKRadicalsSupplement(code);
37506 des_int(n_code, code, 0);
37530 int code; /* UCS code point */
37535 code = gen_int(n_code, 0);
37537 ret_val = xmlUCSIsCJKSymbolsandPunctuation(code);
37540 des_int(n_code, code, 0);
37564 int code; /* UCS code point */
37569 code = gen_int(n_code, 0);
37571 ret_val = xmlUCSIsCJKUnifiedIdeographs(code);
37574 des_int(n_code, code, 0);
37598 int code; /* UCS code point */
37603 code = gen_int(n_code, 0);
37605 ret_val = xmlUCSIsCJKUnifiedIdeographsExtensionA(code);
37608 des_int(n_code, code, 0);
37632 int code; /* UCS code point */
37637 code = gen_int(n_code, 0);
37639 ret_val = xmlUCSIsCJKUnifiedIdeographsExtensionB(code);
37642 des_int(n_code, code, 0);
37666 int code; /* UCS code point */
37674 code = gen_int(n_code, 0);
37677 ret_val = xmlUCSIsCat(code, (const char *)cat);
37680 des_int(n_code, code, 0);
37707 int code; /* UCS code point */
37712 code = gen_int(n_code, 0);
37714 ret_val = xmlUCSIsCatC(code);
37717 des_int(n_code, code, 0);
37741 int code; /* UCS code point */
37746 code = gen_int(n_code, 0);
37748 ret_val = xmlUCSIsCatCc(code);
37751 des_int(n_code, code, 0);
37775 int code; /* UCS code point */
37780 code = gen_int(n_code, 0);
37782 ret_val = xmlUCSIsCatCf(code);
37785 des_int(n_code, code, 0);
37809 int code; /* UCS code point */
37814 code = gen_int(n_code, 0);
37816 ret_val = xmlUCSIsCatCo(code);
37819 des_int(n_code, code, 0);
37843 int code; /* UCS code point */
37848 code = gen_int(n_code, 0);
37850 ret_val = xmlUCSIsCatCs(code);
37853 des_int(n_code, code, 0);
37877 int code; /* UCS code point */
37882 code = gen_int(n_code, 0);
37884 ret_val = xmlUCSIsCatL(code);
37887 des_int(n_code, code, 0);
37911 int code; /* UCS code point */
37916 code = gen_int(n_code, 0);
37918 ret_val = xmlUCSIsCatLl(code);
37921 des_int(n_code, code, 0);
37945 int code; /* UCS code point */
37950 code = gen_int(n_code, 0);
37952 ret_val = xmlUCSIsCatLm(code);
37955 des_int(n_code, code, 0);
37979 int code; /* UCS code point */
37984 code = gen_int(n_code, 0);
37986 ret_val = xmlUCSIsCatLo(code);
37989 des_int(n_code, code, 0);
38013 int code; /* UCS code point */
38018 code = gen_int(n_code, 0);
38020 ret_val = xmlUCSIsCatLt(code);
38023 des_int(n_code, code, 0);
38047 int code; /* UCS code point */
38052 code = gen_int(n_code, 0);
38054 ret_val = xmlUCSIsCatLu(code);
38057 des_int(n_code, code, 0);
38081 int code; /* UCS code point */
38086 code = gen_int(n_code, 0);
38088 ret_val = xmlUCSIsCatM(code);
38091 des_int(n_code, code, 0);
38115 int code; /* UCS code point */
38120 code = gen_int(n_code, 0);
38122 ret_val = xmlUCSIsCatMc(code);
38125 des_int(n_code, code, 0);
38149 int code; /* UCS code point */
38154 code = gen_int(n_code, 0);
38156 ret_val = xmlUCSIsCatMe(code);
38159 des_int(n_code, code, 0);
38183 int code; /* UCS code point */
38188 code = gen_int(n_code, 0);
38190 ret_val = xmlUCSIsCatMn(code);
38193 des_int(n_code, code, 0);
38217 int code; /* UCS code point */
38222 code = gen_int(n_code, 0);
38224 ret_val = xmlUCSIsCatN(code);
38227 des_int(n_code, code, 0);
38251 int code; /* UCS code point */
38256 code = gen_int(n_code, 0);
38258 ret_val = xmlUCSIsCatNd(code);
38261 des_int(n_code, code, 0);
38285 int code; /* UCS code point */
38290 code = gen_int(n_code, 0);
38292 ret_val = xmlUCSIsCatNl(code);
38295 des_int(n_code, code, 0);
38319 int code; /* UCS code point */
38324 code = gen_int(n_code, 0);
38326 ret_val = xmlUCSIsCatNo(code);
38329 des_int(n_code, code, 0);
38353 int code; /* UCS code point */
38358 code = gen_int(n_code, 0);
38360 ret_val = xmlUCSIsCatP(code);
38363 des_int(n_code, code, 0);
38387 int code; /* UCS code point */
38392 code = gen_int(n_code, 0);
38394 ret_val = xmlUCSIsCatPc(code);
38397 des_int(n_code, code, 0);
38421 int code; /* UCS code point */
38426 code = gen_int(n_code, 0);
38428 ret_val = xmlUCSIsCatPd(code);
38431 des_int(n_code, code, 0);
38455 int code; /* UCS code point */
38460 code = gen_int(n_code, 0);
38462 ret_val = xmlUCSIsCatPe(code);
38465 des_int(n_code, code, 0);
38489 int code; /* UCS code point */
38494 code = gen_int(n_code, 0);
38496 ret_val = xmlUCSIsCatPf(code);
38499 des_int(n_code, code, 0);
38523 int code; /* UCS code point */
38528 code = gen_int(n_code, 0);
38530 ret_val = xmlUCSIsCatPi(code);
38533 des_int(n_code, code, 0);
38557 int code; /* UCS code point */
38562 code = gen_int(n_code, 0);
38564 ret_val = xmlUCSIsCatPo(code);
38567 des_int(n_code, code, 0);
38591 int code; /* UCS code point */
38596 code = gen_int(n_code, 0);
38598 ret_val = xmlUCSIsCatPs(code);
38601 des_int(n_code, code, 0);
38625 int code; /* UCS code point */
38630 code = gen_int(n_code, 0);
38632 ret_val = xmlUCSIsCatS(code);
38635 des_int(n_code, code, 0);
38659 int code; /* UCS code point */
38664 code = gen_int(n_code, 0);
38666 ret_val = xmlUCSIsCatSc(code);
38669 des_int(n_code, code, 0);
38693 int code; /* UCS code point */
38698 code = gen_int(n_code, 0);
38700 ret_val = xmlUCSIsCatSk(code);
38703 des_int(n_code, code, 0);
38727 int code; /* UCS code point */
38732 code = gen_int(n_code, 0);
38734 ret_val = xmlUCSIsCatSm(code);
38737 des_int(n_code, code, 0);
38761 int code; /* UCS code point */
38766 code = gen_int(n_code, 0);
38768 ret_val = xmlUCSIsCatSo(code);
38771 des_int(n_code, code, 0);
38795 int code; /* UCS code point */
38800 code = gen_int(n_code, 0);
38802 ret_val = xmlUCSIsCatZ(code);
38805 des_int(n_code, code, 0);
38829 int code; /* UCS code point */
38834 code = gen_int(n_code, 0);
38836 ret_val = xmlUCSIsCatZl(code);
38839 des_int(n_code, code, 0);
38863 int code; /* UCS code point */
38868 code = gen_int(n_code, 0);
38870 ret_val = xmlUCSIsCatZp(code);
38873 des_int(n_code, code, 0);
38897 int code; /* UCS code point */
38902 code = gen_int(n_code, 0);
38904 ret_val = xmlUCSIsCatZs(code);
38907 des_int(n_code, code, 0);
38931 int code; /* UCS code point */
38936 code = gen_int(n_code, 0);
38938 ret_val = xmlUCSIsCherokee(code);
38941 des_int(n_code, code, 0);
38965 int code; /* UCS code point */
38970 code = gen_int(n_code, 0);
38972 ret_val = xmlUCSIsCombiningDiacriticalMarks(code);
38975 des_int(n_code, code, 0);
38999 int code; /* UCS code point */
39004 code = gen_int(n_code, 0);
39006 ret_val = xmlUCSIsCombiningDiacriticalMarksforSymbols(code);
39009 des_int(n_code, code, 0);
39033 int code; /* UCS code point */
39038 code = gen_int(n_code, 0);
39040 ret_val = xmlUCSIsCombiningHalfMarks(code);
39043 des_int(n_code, code, 0);
39067 int code; /* UCS code point */
39072 code = gen_int(n_code, 0);
39074 ret_val = xmlUCSIsCombiningMarksforSymbols(code);
39077 des_int(n_code, code, 0);
39101 int code; /* UCS code point */
39106 code = gen_int(n_code, 0);
39108 ret_val = xmlUCSIsControlPictures(code);
39111 des_int(n_code, code, 0);
39135 int code; /* UCS code point */
39140 code = gen_int(n_code, 0);
39142 ret_val = xmlUCSIsCurrencySymbols(code);
39145 des_int(n_code, code, 0);
39169 int code; /* UCS code point */
39174 code = gen_int(n_code, 0);
39176 ret_val = xmlUCSIsCypriotSyllabary(code);
39179 des_int(n_code, code, 0);
39203 int code; /* UCS code point */
39208 code = gen_int(n_code, 0);
39210 ret_val = xmlUCSIsCyrillic(code);
39213 des_int(n_code, code, 0);
39237 int code; /* UCS code point */
39242 code = gen_int(n_code, 0);
39244 ret_val = xmlUCSIsCyrillicSupplement(code);
39247 des_int(n_code, code, 0);
39271 int code; /* UCS code point */
39276 code = gen_int(n_code, 0);
39278 ret_val = xmlUCSIsDeseret(code);
39281 des_int(n_code, code, 0);
39305 int code; /* UCS code point */
39310 code = gen_int(n_code, 0);
39312 ret_val = xmlUCSIsDevanagari(code);
39315 des_int(n_code, code, 0);
39339 int code; /* UCS code point */
39344 code = gen_int(n_code, 0);
39346 ret_val = xmlUCSIsDingbats(code);
39349 des_int(n_code, code, 0);
39373 int code; /* UCS code point */
39378 code = gen_int(n_code, 0);
39380 ret_val = xmlUCSIsEnclosedAlphanumerics(code);
39383 des_int(n_code, code, 0);
39407 int code; /* UCS code point */
39412 code = gen_int(n_code, 0);
39414 ret_val = xmlUCSIsEnclosedCJKLettersandMonths(code);
39417 des_int(n_code, code, 0);
39441 int code; /* UCS code point */
39446 code = gen_int(n_code, 0);
39448 ret_val = xmlUCSIsEthiopic(code);
39451 des_int(n_code, code, 0);
39475 int code; /* UCS code point */
39480 code = gen_int(n_code, 0);
39482 ret_val = xmlUCSIsGeneralPunctuation(code);
39485 des_int(n_code, code, 0);
39509 int code; /* UCS code point */
39514 code = gen_int(n_code, 0);
39516 ret_val = xmlUCSIsGeometricShapes(code);
39519 des_int(n_code, code, 0);
39543 int code; /* UCS code point */
39548 code = gen_int(n_code, 0);
39550 ret_val = xmlUCSIsGeorgian(code);
39553 des_int(n_code, code, 0);
39577 int code; /* UCS code point */
39582 code = gen_int(n_code, 0);
39584 ret_val = xmlUCSIsGothic(code);
39587 des_int(n_code, code, 0);
39611 int code; /* UCS code point */
39616 code = gen_int(n_code, 0);
39618 ret_val = xmlUCSIsGreek(code);
39621 des_int(n_code, code, 0);
39645 int code; /* UCS code point */
39650 code = gen_int(n_code, 0);
39652 ret_val = xmlUCSIsGreekExtended(code);
39655 des_int(n_code, code, 0);
39679 int code; /* UCS code point */
39684 code = gen_int(n_code, 0);
39686 ret_val = xmlUCSIsGreekandCoptic(code);
39689 des_int(n_code, code, 0);
39713 int code; /* UCS code point */
39718 code = gen_int(n_code, 0);
39720 ret_val = xmlUCSIsGujarati(code);
39723 des_int(n_code, code, 0);
39747 int code; /* UCS code point */
39752 code = gen_int(n_code, 0);
39754 ret_val = xmlUCSIsGurmukhi(code);
39757 des_int(n_code, code, 0);
39781 int code; /* UCS code point */
39786 code = gen_int(n_code, 0);
39788 ret_val = xmlUCSIsHalfwidthandFullwidthForms(code);
39791 des_int(n_code, code, 0);
39815 int code; /* UCS code point */
39820 code = gen_int(n_code, 0);
39822 ret_val = xmlUCSIsHangulCompatibilityJamo(code);
39825 des_int(n_code, code, 0);
39849 int code; /* UCS code point */
39854 code = gen_int(n_code, 0);
39856 ret_val = xmlUCSIsHangulJamo(code);
39859 des_int(n_code, code, 0);
39883 int code; /* UCS code point */
39888 code = gen_int(n_code, 0);
39890 ret_val = xmlUCSIsHangulSyllables(code);
39893 des_int(n_code, code, 0);
39917 int code; /* UCS code point */
39922 code = gen_int(n_code, 0);
39924 ret_val = xmlUCSIsHanunoo(code);
39927 des_int(n_code, code, 0);
39951 int code; /* UCS code point */
39956 code = gen_int(n_code, 0);
39958 ret_val = xmlUCSIsHebrew(code);
39961 des_int(n_code, code, 0);
39985 int code; /* UCS code point */
39990 code = gen_int(n_code, 0);
39992 ret_val = xmlUCSIsHighPrivateUseSurrogates(code);
39995 des_int(n_code, code, 0);
40019 int code; /* UCS code point */
40024 code = gen_int(n_code, 0);
40026 ret_val = xmlUCSIsHighSurrogates(code);
40029 des_int(n_code, code, 0);
40053 int code; /* UCS code point */
40058 code = gen_int(n_code, 0);
40060 ret_val = xmlUCSIsHiragana(code);
40063 des_int(n_code, code, 0);
40087 int code; /* UCS code point */
40092 code = gen_int(n_code, 0);
40094 ret_val = xmlUCSIsIPAExtensions(code);
40097 des_int(n_code, code, 0);
40121 int code; /* UCS code point */
40126 code = gen_int(n_code, 0);
40128 ret_val = xmlUCSIsIdeographicDescriptionCharacters(code);
40131 des_int(n_code, code, 0);
40155 int code; /* UCS code point */
40160 code = gen_int(n_code, 0);
40162 ret_val = xmlUCSIsKanbun(code);
40165 des_int(n_code, code, 0);
40189 int code; /* UCS code point */
40194 code = gen_int(n_code, 0);
40196 ret_val = xmlUCSIsKangxiRadicals(code);
40199 des_int(n_code, code, 0);
40223 int code; /* UCS code point */
40228 code = gen_int(n_code, 0);
40230 ret_val = xmlUCSIsKannada(code);
40233 des_int(n_code, code, 0);
40257 int code; /* UCS code point */
40262 code = gen_int(n_code, 0);
40264 ret_val = xmlUCSIsKatakana(code);
40267 des_int(n_code, code, 0);
40291 int code; /* UCS code point */
40296 code = gen_int(n_code, 0);
40298 ret_val = xmlUCSIsKatakanaPhoneticExtensions(code);
40301 des_int(n_code, code, 0);
40325 int code; /* UCS code point */
40330 code = gen_int(n_code, 0);
40332 ret_val = xmlUCSIsKhmer(code);
40335 des_int(n_code, code, 0);
40359 int code; /* UCS code point */
40364 code = gen_int(n_code, 0);
40366 ret_val = xmlUCSIsKhmerSymbols(code);
40369 des_int(n_code, code, 0);
40393 int code; /* UCS code point */
40398 code = gen_int(n_code, 0);
40400 ret_val = xmlUCSIsLao(code);
40403 des_int(n_code, code, 0);
40427 int code; /* UCS code point */
40432 code = gen_int(n_code, 0);
40434 ret_val = xmlUCSIsLatin1Supplement(code);
40437 des_int(n_code, code, 0);
40461 int code; /* UCS code point */
40466 code = gen_int(n_code, 0);
40468 ret_val = xmlUCSIsLatinExtendedA(code);
40471 des_int(n_code, code, 0);
40495 int code; /* UCS code point */
40500 code = gen_int(n_code, 0);
40502 ret_val = xmlUCSIsLatinExtendedAdditional(code);
40505 des_int(n_code, code, 0);
40529 int code; /* UCS code point */
40534 code = gen_int(n_code, 0);
40536 ret_val = xmlUCSIsLatinExtendedB(code);
40539 des_int(n_code, code, 0);
40563 int code; /* UCS code point */
40568 code = gen_int(n_code, 0);
40570 ret_val = xmlUCSIsLetterlikeSymbols(code);
40573 des_int(n_code, code, 0);
40597 int code; /* UCS code point */
40602 code = gen_int(n_code, 0);
40604 ret_val = xmlUCSIsLimbu(code);
40607 des_int(n_code, code, 0);
40631 int code; /* UCS code point */
40636 code = gen_int(n_code, 0);
40638 ret_val = xmlUCSIsLinearBIdeograms(code);
40641 des_int(n_code, code, 0);
40665 int code; /* UCS code point */
40670 code = gen_int(n_code, 0);
40672 ret_val = xmlUCSIsLinearBSyllabary(code);
40675 des_int(n_code, code, 0);
40699 int code; /* UCS code point */
40704 code = gen_int(n_code, 0);
40706 ret_val = xmlUCSIsLowSurrogates(code);
40709 des_int(n_code, code, 0);
40733 int code; /* UCS code point */
40738 code = gen_int(n_code, 0);
40740 ret_val = xmlUCSIsMalayalam(code);
40743 des_int(n_code, code, 0);
40767 int code; /* UCS code point */
40772 code = gen_int(n_code, 0);
40774 ret_val = xmlUCSIsMathematicalAlphanumericSymbols(code);
40777 des_int(n_code, code, 0);
40801 int code; /* UCS code point */
40806 code = gen_int(n_code, 0);
40808 ret_val = xmlUCSIsMathematicalOperators(code);
40811 des_int(n_code, code, 0);
40835 int code; /* UCS code point */
40840 code = gen_int(n_code, 0);
40842 ret_val = xmlUCSIsMiscellaneousMathematicalSymbolsA(code);
40845 des_int(n_code, code, 0);
40869 int code; /* UCS code point */
40874 code = gen_int(n_code, 0);
40876 ret_val = xmlUCSIsMiscellaneousMathematicalSymbolsB(code);
40879 des_int(n_code, code, 0);
40903 int code; /* UCS code point */
40908 code = gen_int(n_code, 0);
40910 ret_val = xmlUCSIsMiscellaneousSymbols(code);
40913 des_int(n_code, code, 0);
40937 int code; /* UCS code point */
40942 code = gen_int(n_code, 0);
40944 ret_val = xmlUCSIsMiscellaneousSymbolsandArrows(code);
40947 des_int(n_code, code, 0);
40971 int code; /* UCS code point */
40976 code = gen_int(n_code, 0);
40978 ret_val = xmlUCSIsMiscellaneousTechnical(code);
40981 des_int(n_code, code, 0);
41005 int code; /* UCS code point */
41010 code = gen_int(n_code, 0);
41012 ret_val = xmlUCSIsMongolian(code);
41015 des_int(n_code, code, 0);
41039 int code; /* UCS code point */
41044 code = gen_int(n_code, 0);
41046 ret_val = xmlUCSIsMusicalSymbols(code);
41049 des_int(n_code, code, 0);
41073 int code; /* UCS code point */
41078 code = gen_int(n_code, 0);
41080 ret_val = xmlUCSIsMyanmar(code);
41083 des_int(n_code, code, 0);
41107 int code; /* UCS code point */
41112 code = gen_int(n_code, 0);
41114 ret_val = xmlUCSIsNumberForms(code);
41117 des_int(n_code, code, 0);
41141 int code; /* UCS code point */
41146 code = gen_int(n_code, 0);
41148 ret_val = xmlUCSIsOgham(code);
41151 des_int(n_code, code, 0);
41175 int code; /* UCS code point */
41180 code = gen_int(n_code, 0);
41182 ret_val = xmlUCSIsOldItalic(code);
41185 des_int(n_code, code, 0);
41209 int code; /* UCS code point */
41214 code = gen_int(n_code, 0);
41216 ret_val = xmlUCSIsOpticalCharacterRecognition(code);
41219 des_int(n_code, code, 0);
41243 int code; /* UCS code point */
41248 code = gen_int(n_code, 0);
41250 ret_val = xmlUCSIsOriya(code);
41253 des_int(n_code, code, 0);
41277 int code; /* UCS code point */
41282 code = gen_int(n_code, 0);
41284 ret_val = xmlUCSIsOsmanya(code);
41287 des_int(n_code, code, 0);
41311 int code; /* UCS code point */
41316 code = gen_int(n_code, 0);
41318 ret_val = xmlUCSIsPhoneticExtensions(code);
41321 des_int(n_code, code, 0);
41345 int code; /* UCS code point */
41350 code = gen_int(n_code, 0);
41352 ret_val = xmlUCSIsPrivateUse(code);
41355 des_int(n_code, code, 0);
41379 int code; /* UCS code point */
41384 code = gen_int(n_code, 0);
41386 ret_val = xmlUCSIsPrivateUseArea(code);
41389 des_int(n_code, code, 0);
41413 int code; /* UCS code point */
41418 code = gen_int(n_code, 0);
41420 ret_val = xmlUCSIsRunic(code);
41423 des_int(n_code, code, 0);
41447 int code; /* UCS code point */
41452 code = gen_int(n_code, 0);
41454 ret_val = xmlUCSIsShavian(code);
41457 des_int(n_code, code, 0);
41481 int code; /* UCS code point */
41486 code = gen_int(n_code, 0);
41488 ret_val = xmlUCSIsSinhala(code);
41491 des_int(n_code, code, 0);
41515 int code; /* UCS code point */
41520 code = gen_int(n_code, 0);
41522 ret_val = xmlUCSIsSmallFormVariants(code);
41525 des_int(n_code, code, 0);
41549 int code; /* UCS code point */
41554 code = gen_int(n_code, 0);
41556 ret_val = xmlUCSIsSpacingModifierLetters(code);
41559 des_int(n_code, code, 0);
41583 int code; /* UCS code point */
41588 code = gen_int(n_code, 0);
41590 ret_val = xmlUCSIsSpecials(code);
41593 des_int(n_code, code, 0);
41617 int code; /* UCS code point */
41622 code = gen_int(n_code, 0);
41624 ret_val = xmlUCSIsSuperscriptsandSubscripts(code);
41627 des_int(n_code, code, 0);
41651 int code; /* UCS code point */
41656 code = gen_int(n_code, 0);
41658 ret_val = xmlUCSIsSupplementalArrowsA(code);
41661 des_int(n_code, code, 0);
41685 int code; /* UCS code point */
41690 code = gen_int(n_code, 0);
41692 ret_val = xmlUCSIsSupplementalArrowsB(code);
41695 des_int(n_code, code, 0);
41719 int code; /* UCS code point */
41724 code = gen_int(n_code, 0);
41726 ret_val = xmlUCSIsSupplementalMathematicalOperators(code);
41729 des_int(n_code, code, 0);
41753 int code; /* UCS code point */
41758 code = gen_int(n_code, 0);
41760 ret_val = xmlUCSIsSupplementaryPrivateUseAreaA(code);
41763 des_int(n_code, code, 0);
41787 int code; /* UCS code point */
41792 code = gen_int(n_code, 0);
41794 ret_val = xmlUCSIsSupplementaryPrivateUseAreaB(code);
41797 des_int(n_code, code, 0);
41821 int code; /* UCS code point */
41826 code = gen_int(n_code, 0);
41828 ret_val = xmlUCSIsSyriac(code);
41831 des_int(n_code, code, 0);
41855 int code; /* UCS code point */
41860 code = gen_int(n_code, 0);
41862 ret_val = xmlUCSIsTagalog(code);
41865 des_int(n_code, code, 0);
41889 int code; /* UCS code point */
41894 code = gen_int(n_code, 0);
41896 ret_val = xmlUCSIsTagbanwa(code);
41899 des_int(n_code, code, 0);
41923 int code; /* UCS code point */
41928 code = gen_int(n_code, 0);
41930 ret_val = xmlUCSIsTags(code);
41933 des_int(n_code, code, 0);
41957 int code; /* UCS code point */
41962 code = gen_int(n_code, 0);
41964 ret_val = xmlUCSIsTaiLe(code);
41967 des_int(n_code, code, 0);
41991 int code; /* UCS code point */
41996 code = gen_int(n_code, 0);
41998 ret_val = xmlUCSIsTaiXuanJingSymbols(code);
42001 des_int(n_code, code, 0);
42025 int code; /* UCS code point */
42030 code = gen_int(n_code, 0);
42032 ret_val = xmlUCSIsTamil(code);
42035 des_int(n_code, code, 0);
42059 int code; /* UCS code point */
42064 code = gen_int(n_code, 0);
42066 ret_val = xmlUCSIsTelugu(code);
42069 des_int(n_code, code, 0);
42093 int code; /* UCS code point */
42098 code = gen_int(n_code, 0);
42100 ret_val = xmlUCSIsThaana(code);
42103 des_int(n_code, code, 0);
42127 int code; /* UCS code point */
42132 code = gen_int(n_code, 0);
42134 ret_val = xmlUCSIsThai(code);
42137 des_int(n_code, code, 0);
42161 int code; /* UCS code point */
42166 code = gen_int(n_code, 0);
42168 ret_val = xmlUCSIsTibetan(code);
42171 des_int(n_code, code, 0);
42195 int code; /* UCS code point */
42200 code = gen_int(n_code, 0);
42202 ret_val = xmlUCSIsUgaritic(code);
42205 des_int(n_code, code, 0);
42229 int code; /* UCS code point */
42234 code = gen_int(n_code, 0);
42236 ret_val = xmlUCSIsUnifiedCanadianAboriginalSyllabics(code);
42239 des_int(n_code, code, 0);
42263 int code; /* UCS code point */
42268 code = gen_int(n_code, 0);
42270 ret_val = xmlUCSIsVariationSelectors(code);
42273 des_int(n_code, code, 0);
42297 int code; /* UCS code point */
42302 code = gen_int(n_code, 0);
42304 ret_val = xmlUCSIsVariationSelectorsSupplement(code);
42307 des_int(n_code, code, 0);
42331 int code; /* UCS code point */
42336 code = gen_int(n_code, 0);
42338 ret_val = xmlUCSIsYiRadicals(code);
42341 des_int(n_code, code, 0);
42365 int code; /* UCS code point */
42370 code = gen_int(n_code, 0);
42372 ret_val = xmlUCSIsYiSyllables(code);
42375 des_int(n_code, code, 0);
42399 int code; /* UCS code point */
42404 code = gen_int(n_code, 0);
42406 ret_val = xmlUCSIsYijingHexagramSymbols(code);
42409 des_int(n_code, code, 0);
43267 xmlChar * str; /* the xmlChar string */
44110 xmlChar * content; /* comment string */
44157 xmlChar * subset; /* string content of the DTD */
44907 xmlChar * content; /* text string */
44948 xmlChar * content; /* text string */
44950 int len; /* length of the text string */
44996 xmlChar * content; /* text string */
45558 xmlChar * val; /* a string */
45592 xmlChar * val; /* a string */
47050 int error; /* the error code */
47380 xmlChar * name; /* a name string */
49841 xmlChar * str; /* A string to scan */