Lines Matching refs:code

976 xmlUCSIsAegeanNumbers(int code) {  in xmlUCSIsAegeanNumbers()  argument
977 return(((code >= 0x10100) && (code <= 0x1013F))); in xmlUCSIsAegeanNumbers()
989 xmlUCSIsAlphabeticPresentationForms(int code) { in xmlUCSIsAlphabeticPresentationForms() argument
990 return(((code >= 0xFB00) && (code <= 0xFB4F))); in xmlUCSIsAlphabeticPresentationForms()
1002 xmlUCSIsArabic(int code) { in xmlUCSIsArabic() argument
1003 return(((code >= 0x0600) && (code <= 0x06FF))); in xmlUCSIsArabic()
1015 xmlUCSIsArabicPresentationFormsA(int code) { in xmlUCSIsArabicPresentationFormsA() argument
1016 return(((code >= 0xFB50) && (code <= 0xFDFF))); in xmlUCSIsArabicPresentationFormsA()
1028 xmlUCSIsArabicPresentationFormsB(int code) { in xmlUCSIsArabicPresentationFormsB() argument
1029 return(((code >= 0xFE70) && (code <= 0xFEFF))); in xmlUCSIsArabicPresentationFormsB()
1041 xmlUCSIsArmenian(int code) { in xmlUCSIsArmenian() argument
1042 return(((code >= 0x0530) && (code <= 0x058F))); in xmlUCSIsArmenian()
1054 xmlUCSIsArrows(int code) { in xmlUCSIsArrows() argument
1055 return(((code >= 0x2190) && (code <= 0x21FF))); in xmlUCSIsArrows()
1067 xmlUCSIsBasicLatin(int code) { in xmlUCSIsBasicLatin() argument
1068 return(((code >= 0x0000) && (code <= 0x007F))); in xmlUCSIsBasicLatin()
1080 xmlUCSIsBengali(int code) { in xmlUCSIsBengali() argument
1081 return(((code >= 0x0980) && (code <= 0x09FF))); in xmlUCSIsBengali()
1093 xmlUCSIsBlockElements(int code) { in xmlUCSIsBlockElements() argument
1094 return(((code >= 0x2580) && (code <= 0x259F))); in xmlUCSIsBlockElements()
1106 xmlUCSIsBopomofo(int code) { in xmlUCSIsBopomofo() argument
1107 return(((code >= 0x3100) && (code <= 0x312F))); in xmlUCSIsBopomofo()
1119 xmlUCSIsBopomofoExtended(int code) { in xmlUCSIsBopomofoExtended() argument
1120 return(((code >= 0x31A0) && (code <= 0x31BF))); in xmlUCSIsBopomofoExtended()
1132 xmlUCSIsBoxDrawing(int code) { in xmlUCSIsBoxDrawing() argument
1133 return(((code >= 0x2500) && (code <= 0x257F))); in xmlUCSIsBoxDrawing()
1145 xmlUCSIsBraillePatterns(int code) { in xmlUCSIsBraillePatterns() argument
1146 return(((code >= 0x2800) && (code <= 0x28FF))); in xmlUCSIsBraillePatterns()
1158 xmlUCSIsBuhid(int code) { in xmlUCSIsBuhid() argument
1159 return(((code >= 0x1740) && (code <= 0x175F))); in xmlUCSIsBuhid()
1171 xmlUCSIsByzantineMusicalSymbols(int code) { in xmlUCSIsByzantineMusicalSymbols() argument
1172 return(((code >= 0x1D000) && (code <= 0x1D0FF))); in xmlUCSIsByzantineMusicalSymbols()
1184 xmlUCSIsCJKCompatibility(int code) { in xmlUCSIsCJKCompatibility() argument
1185 return(((code >= 0x3300) && (code <= 0x33FF))); in xmlUCSIsCJKCompatibility()
1197 xmlUCSIsCJKCompatibilityForms(int code) { in xmlUCSIsCJKCompatibilityForms() argument
1198 return(((code >= 0xFE30) && (code <= 0xFE4F))); in xmlUCSIsCJKCompatibilityForms()
1210 xmlUCSIsCJKCompatibilityIdeographs(int code) { in xmlUCSIsCJKCompatibilityIdeographs() argument
1211 return(((code >= 0xF900) && (code <= 0xFAFF))); in xmlUCSIsCJKCompatibilityIdeographs()
1223 xmlUCSIsCJKCompatibilityIdeographsSupplement(int code) { in xmlUCSIsCJKCompatibilityIdeographsSupplement() argument
1224 return(((code >= 0x2F800) && (code <= 0x2FA1F))); in xmlUCSIsCJKCompatibilityIdeographsSupplement()
1236 xmlUCSIsCJKRadicalsSupplement(int code) { in xmlUCSIsCJKRadicalsSupplement() argument
1237 return(((code >= 0x2E80) && (code <= 0x2EFF))); in xmlUCSIsCJKRadicalsSupplement()
1249 xmlUCSIsCJKSymbolsandPunctuation(int code) { in xmlUCSIsCJKSymbolsandPunctuation() argument
1250 return(((code >= 0x3000) && (code <= 0x303F))); in xmlUCSIsCJKSymbolsandPunctuation()
1262 xmlUCSIsCJKUnifiedIdeographs(int code) { in xmlUCSIsCJKUnifiedIdeographs() argument
1263 return(((code >= 0x4E00) && (code <= 0x9FFF))); in xmlUCSIsCJKUnifiedIdeographs()
1275 xmlUCSIsCJKUnifiedIdeographsExtensionA(int code) { in xmlUCSIsCJKUnifiedIdeographsExtensionA() argument
1276 return(((code >= 0x3400) && (code <= 0x4DBF))); in xmlUCSIsCJKUnifiedIdeographsExtensionA()
1288 xmlUCSIsCJKUnifiedIdeographsExtensionB(int code) { in xmlUCSIsCJKUnifiedIdeographsExtensionB() argument
1289 return(((code >= 0x20000) && (code <= 0x2A6DF))); in xmlUCSIsCJKUnifiedIdeographsExtensionB()
1301 xmlUCSIsCherokee(int code) { in xmlUCSIsCherokee() argument
1302 return(((code >= 0x13A0) && (code <= 0x13FF))); in xmlUCSIsCherokee()
1314 xmlUCSIsCombiningDiacriticalMarks(int code) { in xmlUCSIsCombiningDiacriticalMarks() argument
1315 return(((code >= 0x0300) && (code <= 0x036F))); in xmlUCSIsCombiningDiacriticalMarks()
1327 xmlUCSIsCombiningDiacriticalMarksforSymbols(int code) { in xmlUCSIsCombiningDiacriticalMarksforSymbols() argument
1328 return(((code >= 0x20D0) && (code <= 0x20FF))); in xmlUCSIsCombiningDiacriticalMarksforSymbols()
1340 xmlUCSIsCombiningHalfMarks(int code) { in xmlUCSIsCombiningHalfMarks() argument
1341 return(((code >= 0xFE20) && (code <= 0xFE2F))); in xmlUCSIsCombiningHalfMarks()
1353 xmlUCSIsCombiningMarksforSymbols(int code) { in xmlUCSIsCombiningMarksforSymbols() argument
1354 return(((code >= 0x20D0) && (code <= 0x20FF))); in xmlUCSIsCombiningMarksforSymbols()
1366 xmlUCSIsControlPictures(int code) { in xmlUCSIsControlPictures() argument
1367 return(((code >= 0x2400) && (code <= 0x243F))); in xmlUCSIsControlPictures()
1379 xmlUCSIsCurrencySymbols(int code) { in xmlUCSIsCurrencySymbols() argument
1380 return(((code >= 0x20A0) && (code <= 0x20CF))); in xmlUCSIsCurrencySymbols()
1392 xmlUCSIsCypriotSyllabary(int code) { in xmlUCSIsCypriotSyllabary() argument
1393 return(((code >= 0x10800) && (code <= 0x1083F))); in xmlUCSIsCypriotSyllabary()
1405 xmlUCSIsCyrillic(int code) { in xmlUCSIsCyrillic() argument
1406 return(((code >= 0x0400) && (code <= 0x04FF))); in xmlUCSIsCyrillic()
1418 xmlUCSIsCyrillicSupplement(int code) { in xmlUCSIsCyrillicSupplement() argument
1419 return(((code >= 0x0500) && (code <= 0x052F))); in xmlUCSIsCyrillicSupplement()
1431 xmlUCSIsDeseret(int code) { in xmlUCSIsDeseret() argument
1432 return(((code >= 0x10400) && (code <= 0x1044F))); in xmlUCSIsDeseret()
1444 xmlUCSIsDevanagari(int code) { in xmlUCSIsDevanagari() argument
1445 return(((code >= 0x0900) && (code <= 0x097F))); in xmlUCSIsDevanagari()
1457 xmlUCSIsDingbats(int code) { in xmlUCSIsDingbats() argument
1458 return(((code >= 0x2700) && (code <= 0x27BF))); in xmlUCSIsDingbats()
1470 xmlUCSIsEnclosedAlphanumerics(int code) { in xmlUCSIsEnclosedAlphanumerics() argument
1471 return(((code >= 0x2460) && (code <= 0x24FF))); in xmlUCSIsEnclosedAlphanumerics()
1483 xmlUCSIsEnclosedCJKLettersandMonths(int code) { in xmlUCSIsEnclosedCJKLettersandMonths() argument
1484 return(((code >= 0x3200) && (code <= 0x32FF))); in xmlUCSIsEnclosedCJKLettersandMonths()
1496 xmlUCSIsEthiopic(int code) { in xmlUCSIsEthiopic() argument
1497 return(((code >= 0x1200) && (code <= 0x137F))); in xmlUCSIsEthiopic()
1509 xmlUCSIsGeneralPunctuation(int code) { in xmlUCSIsGeneralPunctuation() argument
1510 return(((code >= 0x2000) && (code <= 0x206F))); in xmlUCSIsGeneralPunctuation()
1522 xmlUCSIsGeometricShapes(int code) { in xmlUCSIsGeometricShapes() argument
1523 return(((code >= 0x25A0) && (code <= 0x25FF))); in xmlUCSIsGeometricShapes()
1535 xmlUCSIsGeorgian(int code) { in xmlUCSIsGeorgian() argument
1536 return(((code >= 0x10A0) && (code <= 0x10FF))); in xmlUCSIsGeorgian()
1548 xmlUCSIsGothic(int code) { in xmlUCSIsGothic() argument
1549 return(((code >= 0x10330) && (code <= 0x1034F))); in xmlUCSIsGothic()
1561 xmlUCSIsGreek(int code) { in xmlUCSIsGreek() argument
1562 return(((code >= 0x0370) && (code <= 0x03FF))); in xmlUCSIsGreek()
1574 xmlUCSIsGreekExtended(int code) { in xmlUCSIsGreekExtended() argument
1575 return(((code >= 0x1F00) && (code <= 0x1FFF))); in xmlUCSIsGreekExtended()
1587 xmlUCSIsGreekandCoptic(int code) { in xmlUCSIsGreekandCoptic() argument
1588 return(((code >= 0x0370) && (code <= 0x03FF))); in xmlUCSIsGreekandCoptic()
1600 xmlUCSIsGujarati(int code) { in xmlUCSIsGujarati() argument
1601 return(((code >= 0x0A80) && (code <= 0x0AFF))); in xmlUCSIsGujarati()
1613 xmlUCSIsGurmukhi(int code) { in xmlUCSIsGurmukhi() argument
1614 return(((code >= 0x0A00) && (code <= 0x0A7F))); in xmlUCSIsGurmukhi()
1626 xmlUCSIsHalfwidthandFullwidthForms(int code) { in xmlUCSIsHalfwidthandFullwidthForms() argument
1627 return(((code >= 0xFF00) && (code <= 0xFFEF))); in xmlUCSIsHalfwidthandFullwidthForms()
1639 xmlUCSIsHangulCompatibilityJamo(int code) { in xmlUCSIsHangulCompatibilityJamo() argument
1640 return(((code >= 0x3130) && (code <= 0x318F))); in xmlUCSIsHangulCompatibilityJamo()
1652 xmlUCSIsHangulJamo(int code) { in xmlUCSIsHangulJamo() argument
1653 return(((code >= 0x1100) && (code <= 0x11FF))); in xmlUCSIsHangulJamo()
1665 xmlUCSIsHangulSyllables(int code) { in xmlUCSIsHangulSyllables() argument
1666 return(((code >= 0xAC00) && (code <= 0xD7AF))); in xmlUCSIsHangulSyllables()
1678 xmlUCSIsHanunoo(int code) { in xmlUCSIsHanunoo() argument
1679 return(((code >= 0x1720) && (code <= 0x173F))); in xmlUCSIsHanunoo()
1691 xmlUCSIsHebrew(int code) { in xmlUCSIsHebrew() argument
1692 return(((code >= 0x0590) && (code <= 0x05FF))); in xmlUCSIsHebrew()
1704 xmlUCSIsHighPrivateUseSurrogates(int code) { in xmlUCSIsHighPrivateUseSurrogates() argument
1705 return(((code >= 0xDB80) && (code <= 0xDBFF))); in xmlUCSIsHighPrivateUseSurrogates()
1717 xmlUCSIsHighSurrogates(int code) { in xmlUCSIsHighSurrogates() argument
1718 return(((code >= 0xD800) && (code <= 0xDB7F))); in xmlUCSIsHighSurrogates()
1730 xmlUCSIsHiragana(int code) { in xmlUCSIsHiragana() argument
1731 return(((code >= 0x3040) && (code <= 0x309F))); in xmlUCSIsHiragana()
1743 xmlUCSIsIPAExtensions(int code) { in xmlUCSIsIPAExtensions() argument
1744 return(((code >= 0x0250) && (code <= 0x02AF))); in xmlUCSIsIPAExtensions()
1756 xmlUCSIsIdeographicDescriptionCharacters(int code) { in xmlUCSIsIdeographicDescriptionCharacters() argument
1757 return(((code >= 0x2FF0) && (code <= 0x2FFF))); in xmlUCSIsIdeographicDescriptionCharacters()
1769 xmlUCSIsKanbun(int code) { in xmlUCSIsKanbun() argument
1770 return(((code >= 0x3190) && (code <= 0x319F))); in xmlUCSIsKanbun()
1782 xmlUCSIsKangxiRadicals(int code) { in xmlUCSIsKangxiRadicals() argument
1783 return(((code >= 0x2F00) && (code <= 0x2FDF))); in xmlUCSIsKangxiRadicals()
1795 xmlUCSIsKannada(int code) { in xmlUCSIsKannada() argument
1796 return(((code >= 0x0C80) && (code <= 0x0CFF))); in xmlUCSIsKannada()
1808 xmlUCSIsKatakana(int code) { in xmlUCSIsKatakana() argument
1809 return(((code >= 0x30A0) && (code <= 0x30FF))); in xmlUCSIsKatakana()
1821 xmlUCSIsKatakanaPhoneticExtensions(int code) { in xmlUCSIsKatakanaPhoneticExtensions() argument
1822 return(((code >= 0x31F0) && (code <= 0x31FF))); in xmlUCSIsKatakanaPhoneticExtensions()
1834 xmlUCSIsKhmer(int code) { in xmlUCSIsKhmer() argument
1835 return(((code >= 0x1780) && (code <= 0x17FF))); in xmlUCSIsKhmer()
1847 xmlUCSIsKhmerSymbols(int code) { in xmlUCSIsKhmerSymbols() argument
1848 return(((code >= 0x19E0) && (code <= 0x19FF))); in xmlUCSIsKhmerSymbols()
1860 xmlUCSIsLao(int code) { in xmlUCSIsLao() argument
1861 return(((code >= 0x0E80) && (code <= 0x0EFF))); in xmlUCSIsLao()
1873 xmlUCSIsLatin1Supplement(int code) { in xmlUCSIsLatin1Supplement() argument
1874 return(((code >= 0x0080) && (code <= 0x00FF))); in xmlUCSIsLatin1Supplement()
1886 xmlUCSIsLatinExtendedA(int code) { in xmlUCSIsLatinExtendedA() argument
1887 return(((code >= 0x0100) && (code <= 0x017F))); in xmlUCSIsLatinExtendedA()
1899 xmlUCSIsLatinExtendedB(int code) { in xmlUCSIsLatinExtendedB() argument
1900 return(((code >= 0x0180) && (code <= 0x024F))); in xmlUCSIsLatinExtendedB()
1912 xmlUCSIsLatinExtendedAdditional(int code) { in xmlUCSIsLatinExtendedAdditional() argument
1913 return(((code >= 0x1E00) && (code <= 0x1EFF))); in xmlUCSIsLatinExtendedAdditional()
1925 xmlUCSIsLetterlikeSymbols(int code) { in xmlUCSIsLetterlikeSymbols() argument
1926 return(((code >= 0x2100) && (code <= 0x214F))); in xmlUCSIsLetterlikeSymbols()
1938 xmlUCSIsLimbu(int code) { in xmlUCSIsLimbu() argument
1939 return(((code >= 0x1900) && (code <= 0x194F))); in xmlUCSIsLimbu()
1951 xmlUCSIsLinearBIdeograms(int code) { in xmlUCSIsLinearBIdeograms() argument
1952 return(((code >= 0x10080) && (code <= 0x100FF))); in xmlUCSIsLinearBIdeograms()
1964 xmlUCSIsLinearBSyllabary(int code) { in xmlUCSIsLinearBSyllabary() argument
1965 return(((code >= 0x10000) && (code <= 0x1007F))); in xmlUCSIsLinearBSyllabary()
1977 xmlUCSIsLowSurrogates(int code) { in xmlUCSIsLowSurrogates() argument
1978 return(((code >= 0xDC00) && (code <= 0xDFFF))); in xmlUCSIsLowSurrogates()
1990 xmlUCSIsMalayalam(int code) { in xmlUCSIsMalayalam() argument
1991 return(((code >= 0x0D00) && (code <= 0x0D7F))); in xmlUCSIsMalayalam()
2003 xmlUCSIsMathematicalAlphanumericSymbols(int code) { in xmlUCSIsMathematicalAlphanumericSymbols() argument
2004 return(((code >= 0x1D400) && (code <= 0x1D7FF))); in xmlUCSIsMathematicalAlphanumericSymbols()
2016 xmlUCSIsMathematicalOperators(int code) { in xmlUCSIsMathematicalOperators() argument
2017 return(((code >= 0x2200) && (code <= 0x22FF))); in xmlUCSIsMathematicalOperators()
2029 xmlUCSIsMiscellaneousMathematicalSymbolsA(int code) { in xmlUCSIsMiscellaneousMathematicalSymbolsA() argument
2030 return(((code >= 0x27C0) && (code <= 0x27EF))); in xmlUCSIsMiscellaneousMathematicalSymbolsA()
2042 xmlUCSIsMiscellaneousMathematicalSymbolsB(int code) { in xmlUCSIsMiscellaneousMathematicalSymbolsB() argument
2043 return(((code >= 0x2980) && (code <= 0x29FF))); in xmlUCSIsMiscellaneousMathematicalSymbolsB()
2055 xmlUCSIsMiscellaneousSymbols(int code) { in xmlUCSIsMiscellaneousSymbols() argument
2056 return(((code >= 0x2600) && (code <= 0x26FF))); in xmlUCSIsMiscellaneousSymbols()
2068 xmlUCSIsMiscellaneousSymbolsandArrows(int code) { in xmlUCSIsMiscellaneousSymbolsandArrows() argument
2069 return(((code >= 0x2B00) && (code <= 0x2BFF))); in xmlUCSIsMiscellaneousSymbolsandArrows()
2081 xmlUCSIsMiscellaneousTechnical(int code) { in xmlUCSIsMiscellaneousTechnical() argument
2082 return(((code >= 0x2300) && (code <= 0x23FF))); in xmlUCSIsMiscellaneousTechnical()
2094 xmlUCSIsMongolian(int code) { in xmlUCSIsMongolian() argument
2095 return(((code >= 0x1800) && (code <= 0x18AF))); in xmlUCSIsMongolian()
2107 xmlUCSIsMusicalSymbols(int code) { in xmlUCSIsMusicalSymbols() argument
2108 return(((code >= 0x1D100) && (code <= 0x1D1FF))); in xmlUCSIsMusicalSymbols()
2120 xmlUCSIsMyanmar(int code) { in xmlUCSIsMyanmar() argument
2121 return(((code >= 0x1000) && (code <= 0x109F))); in xmlUCSIsMyanmar()
2133 xmlUCSIsNumberForms(int code) { in xmlUCSIsNumberForms() argument
2134 return(((code >= 0x2150) && (code <= 0x218F))); in xmlUCSIsNumberForms()
2146 xmlUCSIsOgham(int code) { in xmlUCSIsOgham() argument
2147 return(((code >= 0x1680) && (code <= 0x169F))); in xmlUCSIsOgham()
2159 xmlUCSIsOldItalic(int code) { in xmlUCSIsOldItalic() argument
2160 return(((code >= 0x10300) && (code <= 0x1032F))); in xmlUCSIsOldItalic()
2172 xmlUCSIsOpticalCharacterRecognition(int code) { in xmlUCSIsOpticalCharacterRecognition() argument
2173 return(((code >= 0x2440) && (code <= 0x245F))); in xmlUCSIsOpticalCharacterRecognition()
2185 xmlUCSIsOriya(int code) { in xmlUCSIsOriya() argument
2186 return(((code >= 0x0B00) && (code <= 0x0B7F))); in xmlUCSIsOriya()
2198 xmlUCSIsOsmanya(int code) { in xmlUCSIsOsmanya() argument
2199 return(((code >= 0x10480) && (code <= 0x104AF))); in xmlUCSIsOsmanya()
2211 xmlUCSIsPhoneticExtensions(int code) { in xmlUCSIsPhoneticExtensions() argument
2212 return(((code >= 0x1D00) && (code <= 0x1D7F))); in xmlUCSIsPhoneticExtensions()
2224 xmlUCSIsPrivateUse(int code) { in xmlUCSIsPrivateUse() argument
2225 return(((code >= 0xE000) && (code <= 0xF8FF)) || in xmlUCSIsPrivateUse()
2226 ((code >= 0xF0000) && (code <= 0xFFFFF)) || in xmlUCSIsPrivateUse()
2227 ((code >= 0x100000) && (code <= 0x10FFFF))); in xmlUCSIsPrivateUse()
2239 xmlUCSIsPrivateUseArea(int code) { in xmlUCSIsPrivateUseArea() argument
2240 return(((code >= 0xE000) && (code <= 0xF8FF))); in xmlUCSIsPrivateUseArea()
2252 xmlUCSIsRunic(int code) { in xmlUCSIsRunic() argument
2253 return(((code >= 0x16A0) && (code <= 0x16FF))); in xmlUCSIsRunic()
2265 xmlUCSIsShavian(int code) { in xmlUCSIsShavian() argument
2266 return(((code >= 0x10450) && (code <= 0x1047F))); in xmlUCSIsShavian()
2278 xmlUCSIsSinhala(int code) { in xmlUCSIsSinhala() argument
2279 return(((code >= 0x0D80) && (code <= 0x0DFF))); in xmlUCSIsSinhala()
2291 xmlUCSIsSmallFormVariants(int code) { in xmlUCSIsSmallFormVariants() argument
2292 return(((code >= 0xFE50) && (code <= 0xFE6F))); in xmlUCSIsSmallFormVariants()
2304 xmlUCSIsSpacingModifierLetters(int code) { in xmlUCSIsSpacingModifierLetters() argument
2305 return(((code >= 0x02B0) && (code <= 0x02FF))); in xmlUCSIsSpacingModifierLetters()
2317 xmlUCSIsSpecials(int code) { in xmlUCSIsSpecials() argument
2318 return(((code >= 0xFFF0) && (code <= 0xFFFF))); in xmlUCSIsSpecials()
2330 xmlUCSIsSuperscriptsandSubscripts(int code) { in xmlUCSIsSuperscriptsandSubscripts() argument
2331 return(((code >= 0x2070) && (code <= 0x209F))); in xmlUCSIsSuperscriptsandSubscripts()
2343 xmlUCSIsSupplementalArrowsA(int code) { in xmlUCSIsSupplementalArrowsA() argument
2344 return(((code >= 0x27F0) && (code <= 0x27FF))); in xmlUCSIsSupplementalArrowsA()
2356 xmlUCSIsSupplementalArrowsB(int code) { in xmlUCSIsSupplementalArrowsB() argument
2357 return(((code >= 0x2900) && (code <= 0x297F))); in xmlUCSIsSupplementalArrowsB()
2369 xmlUCSIsSupplementalMathematicalOperators(int code) { in xmlUCSIsSupplementalMathematicalOperators() argument
2370 return(((code >= 0x2A00) && (code <= 0x2AFF))); in xmlUCSIsSupplementalMathematicalOperators()
2382 xmlUCSIsSupplementaryPrivateUseAreaA(int code) { in xmlUCSIsSupplementaryPrivateUseAreaA() argument
2383 return(((code >= 0xF0000) && (code <= 0xFFFFF))); in xmlUCSIsSupplementaryPrivateUseAreaA()
2395 xmlUCSIsSupplementaryPrivateUseAreaB(int code) { in xmlUCSIsSupplementaryPrivateUseAreaB() argument
2396 return(((code >= 0x100000) && (code <= 0x10FFFF))); in xmlUCSIsSupplementaryPrivateUseAreaB()
2408 xmlUCSIsSyriac(int code) { in xmlUCSIsSyriac() argument
2409 return(((code >= 0x0700) && (code <= 0x074F))); in xmlUCSIsSyriac()
2421 xmlUCSIsTagalog(int code) { in xmlUCSIsTagalog() argument
2422 return(((code >= 0x1700) && (code <= 0x171F))); in xmlUCSIsTagalog()
2434 xmlUCSIsTagbanwa(int code) { in xmlUCSIsTagbanwa() argument
2435 return(((code >= 0x1760) && (code <= 0x177F))); in xmlUCSIsTagbanwa()
2447 xmlUCSIsTags(int code) { in xmlUCSIsTags() argument
2448 return(((code >= 0xE0000) && (code <= 0xE007F))); in xmlUCSIsTags()
2460 xmlUCSIsTaiLe(int code) { in xmlUCSIsTaiLe() argument
2461 return(((code >= 0x1950) && (code <= 0x197F))); in xmlUCSIsTaiLe()
2473 xmlUCSIsTaiXuanJingSymbols(int code) { in xmlUCSIsTaiXuanJingSymbols() argument
2474 return(((code >= 0x1D300) && (code <= 0x1D35F))); in xmlUCSIsTaiXuanJingSymbols()
2486 xmlUCSIsTamil(int code) { in xmlUCSIsTamil() argument
2487 return(((code >= 0x0B80) && (code <= 0x0BFF))); in xmlUCSIsTamil()
2499 xmlUCSIsTelugu(int code) { in xmlUCSIsTelugu() argument
2500 return(((code >= 0x0C00) && (code <= 0x0C7F))); in xmlUCSIsTelugu()
2512 xmlUCSIsThaana(int code) { in xmlUCSIsThaana() argument
2513 return(((code >= 0x0780) && (code <= 0x07BF))); in xmlUCSIsThaana()
2525 xmlUCSIsThai(int code) { in xmlUCSIsThai() argument
2526 return(((code >= 0x0E00) && (code <= 0x0E7F))); in xmlUCSIsThai()
2538 xmlUCSIsTibetan(int code) { in xmlUCSIsTibetan() argument
2539 return(((code >= 0x0F00) && (code <= 0x0FFF))); in xmlUCSIsTibetan()
2551 xmlUCSIsUgaritic(int code) { in xmlUCSIsUgaritic() argument
2552 return(((code >= 0x10380) && (code <= 0x1039F))); in xmlUCSIsUgaritic()
2564 xmlUCSIsUnifiedCanadianAboriginalSyllabics(int code) { in xmlUCSIsUnifiedCanadianAboriginalSyllabics() argument
2565 return(((code >= 0x1400) && (code <= 0x167F))); in xmlUCSIsUnifiedCanadianAboriginalSyllabics()
2577 xmlUCSIsVariationSelectors(int code) { in xmlUCSIsVariationSelectors() argument
2578 return(((code >= 0xFE00) && (code <= 0xFE0F))); in xmlUCSIsVariationSelectors()
2590 xmlUCSIsVariationSelectorsSupplement(int code) { in xmlUCSIsVariationSelectorsSupplement() argument
2591 return(((code >= 0xE0100) && (code <= 0xE01EF))); in xmlUCSIsVariationSelectorsSupplement()
2603 xmlUCSIsYiRadicals(int code) { in xmlUCSIsYiRadicals() argument
2604 return(((code >= 0xA490) && (code <= 0xA4CF))); in xmlUCSIsYiRadicals()
2616 xmlUCSIsYiSyllables(int code) { in xmlUCSIsYiSyllables() argument
2617 return(((code >= 0xA000) && (code <= 0xA48F))); in xmlUCSIsYiSyllables()
2629 xmlUCSIsYijingHexagramSymbols(int code) { in xmlUCSIsYijingHexagramSymbols() argument
2630 return(((code >= 0x4DC0) && (code <= 0x4DFF))); in xmlUCSIsYijingHexagramSymbols()
2643 xmlUCSIsBlock(int code, const char *block) { in xmlUCSIsBlock() argument
2649 return (func(code)); in xmlUCSIsBlock()
2661 xmlUCSIsCatC(int code) { in xmlUCSIsCatC() argument
2662 return(xmlCharInRange((unsigned int)code, &xmlCG)); in xmlUCSIsCatC()
2674 xmlUCSIsCatCc(int code) { in xmlUCSIsCatCc() argument
2675 return(((code >= 0x0) && (code <= 0x1f)) || in xmlUCSIsCatCc()
2676 ((code >= 0x7f) && (code <= 0x9f))); in xmlUCSIsCatCc()
2688 xmlUCSIsCatCf(int code) { in xmlUCSIsCatCf() argument
2689 return(xmlCharInRange((unsigned int)code, &xmlCfG)); in xmlUCSIsCatCf()
2701 xmlUCSIsCatCo(int code) { in xmlUCSIsCatCo() argument
2702 return((code == 0xe000) || in xmlUCSIsCatCo()
2703 (code == 0xf8ff) || in xmlUCSIsCatCo()
2704 (code == 0xf0000) || in xmlUCSIsCatCo()
2705 (code == 0xffffd) || in xmlUCSIsCatCo()
2706 (code == 0x100000) || in xmlUCSIsCatCo()
2707 (code == 0x10fffd)); in xmlUCSIsCatCo()
2719 xmlUCSIsCatCs(int code) { in xmlUCSIsCatCs() argument
2720 return((code == 0xd800) || in xmlUCSIsCatCs()
2721 ((code >= 0xdb7f) && (code <= 0xdb80)) || in xmlUCSIsCatCs()
2722 ((code >= 0xdbff) && (code <= 0xdc00)) || in xmlUCSIsCatCs()
2723 (code == 0xdfff)); in xmlUCSIsCatCs()
2735 xmlUCSIsCatL(int code) { in xmlUCSIsCatL() argument
2736 return(xmlCharInRange((unsigned int)code, &xmlLG)); in xmlUCSIsCatL()
2748 xmlUCSIsCatLl(int code) { in xmlUCSIsCatLl() argument
2749 return(xmlCharInRange((unsigned int)code, &xmlLlG)); in xmlUCSIsCatLl()
2761 xmlUCSIsCatLm(int code) { in xmlUCSIsCatLm() argument
2762 return(xmlCharInRange((unsigned int)code, &xmlLmG)); in xmlUCSIsCatLm()
2774 xmlUCSIsCatLo(int code) { in xmlUCSIsCatLo() argument
2775 return(xmlCharInRange((unsigned int)code, &xmlLoG)); in xmlUCSIsCatLo()
2787 xmlUCSIsCatLt(int code) { in xmlUCSIsCatLt() argument
2788 return(xmlCharInRange((unsigned int)code, &xmlLtG)); in xmlUCSIsCatLt()
2800 xmlUCSIsCatLu(int code) { in xmlUCSIsCatLu() argument
2801 return(xmlCharInRange((unsigned int)code, &xmlLuG)); in xmlUCSIsCatLu()
2813 xmlUCSIsCatM(int code) { in xmlUCSIsCatM() argument
2814 return(xmlCharInRange((unsigned int)code, &xmlMG)); in xmlUCSIsCatM()
2826 xmlUCSIsCatMc(int code) { in xmlUCSIsCatMc() argument
2827 return(xmlCharInRange((unsigned int)code, &xmlMcG)); in xmlUCSIsCatMc()
2839 xmlUCSIsCatMe(int code) { in xmlUCSIsCatMe() argument
2840 return(((code >= 0x488) && (code <= 0x489)) || in xmlUCSIsCatMe()
2841 (code == 0x6de) || in xmlUCSIsCatMe()
2842 ((code >= 0x20dd) && (code <= 0x20e0)) || in xmlUCSIsCatMe()
2843 ((code >= 0x20e2) && (code <= 0x20e4))); in xmlUCSIsCatMe()
2855 xmlUCSIsCatMn(int code) { in xmlUCSIsCatMn() argument
2856 return(xmlCharInRange((unsigned int)code, &xmlMnG)); in xmlUCSIsCatMn()
2868 xmlUCSIsCatN(int code) { in xmlUCSIsCatN() argument
2869 return(xmlCharInRange((unsigned int)code, &xmlNG)); in xmlUCSIsCatN()
2881 xmlUCSIsCatNd(int code) { in xmlUCSIsCatNd() argument
2882 return(xmlCharInRange((unsigned int)code, &xmlNdG)); in xmlUCSIsCatNd()
2894 xmlUCSIsCatNl(int code) { in xmlUCSIsCatNl() argument
2895 return(((code >= 0x16ee) && (code <= 0x16f0)) || in xmlUCSIsCatNl()
2896 ((code >= 0x2160) && (code <= 0x2183)) || in xmlUCSIsCatNl()
2897 (code == 0x3007) || in xmlUCSIsCatNl()
2898 ((code >= 0x3021) && (code <= 0x3029)) || in xmlUCSIsCatNl()
2899 ((code >= 0x3038) && (code <= 0x303a)) || in xmlUCSIsCatNl()
2900 (code == 0x1034a)); in xmlUCSIsCatNl()
2912 xmlUCSIsCatNo(int code) { in xmlUCSIsCatNo() argument
2913 return(xmlCharInRange((unsigned int)code, &xmlNoG)); in xmlUCSIsCatNo()
2925 xmlUCSIsCatP(int code) { in xmlUCSIsCatP() argument
2926 return(xmlCharInRange((unsigned int)code, &xmlPG)); in xmlUCSIsCatP()
2938 xmlUCSIsCatPc(int code) { in xmlUCSIsCatPc() argument
2939 return((code == 0x5f) || in xmlUCSIsCatPc()
2940 ((code >= 0x203f) && (code <= 0x2040)) || in xmlUCSIsCatPc()
2941 (code == 0x2054) || in xmlUCSIsCatPc()
2942 (code == 0x30fb) || in xmlUCSIsCatPc()
2943 ((code >= 0xfe33) && (code <= 0xfe34)) || in xmlUCSIsCatPc()
2944 ((code >= 0xfe4d) && (code <= 0xfe4f)) || in xmlUCSIsCatPc()
2945 (code == 0xff3f) || in xmlUCSIsCatPc()
2946 (code == 0xff65)); in xmlUCSIsCatPc()
2958 xmlUCSIsCatPd(int code) { in xmlUCSIsCatPd() argument
2959 return(xmlCharInRange((unsigned int)code, &xmlPdG)); in xmlUCSIsCatPd()
2971 xmlUCSIsCatPe(int code) { in xmlUCSIsCatPe() argument
2972 return(xmlCharInRange((unsigned int)code, &xmlPeG)); in xmlUCSIsCatPe()
2984 xmlUCSIsCatPf(int code) { in xmlUCSIsCatPf() argument
2985 return((code == 0xbb) || in xmlUCSIsCatPf()
2986 (code == 0x2019) || in xmlUCSIsCatPf()
2987 (code == 0x201d) || in xmlUCSIsCatPf()
2988 (code == 0x203a)); in xmlUCSIsCatPf()
3000 xmlUCSIsCatPi(int code) { in xmlUCSIsCatPi() argument
3001 return((code == 0xab) || in xmlUCSIsCatPi()
3002 (code == 0x2018) || in xmlUCSIsCatPi()
3003 ((code >= 0x201b) && (code <= 0x201c)) || in xmlUCSIsCatPi()
3004 (code == 0x201f) || in xmlUCSIsCatPi()
3005 (code == 0x2039)); in xmlUCSIsCatPi()
3017 xmlUCSIsCatPo(int code) { in xmlUCSIsCatPo() argument
3018 return(xmlCharInRange((unsigned int)code, &xmlPoG)); in xmlUCSIsCatPo()
3030 xmlUCSIsCatPs(int code) { in xmlUCSIsCatPs() argument
3031 return(xmlCharInRange((unsigned int)code, &xmlPsG)); in xmlUCSIsCatPs()
3043 xmlUCSIsCatS(int code) { in xmlUCSIsCatS() argument
3044 return(xmlCharInRange((unsigned int)code, &xmlSG)); in xmlUCSIsCatS()
3056 xmlUCSIsCatSc(int code) { in xmlUCSIsCatSc() argument
3057 return(xmlCharInRange((unsigned int)code, &xmlScG)); in xmlUCSIsCatSc()
3069 xmlUCSIsCatSk(int code) { in xmlUCSIsCatSk() argument
3070 return(xmlCharInRange((unsigned int)code, &xmlSkG)); in xmlUCSIsCatSk()
3082 xmlUCSIsCatSm(int code) { in xmlUCSIsCatSm() argument
3083 return(xmlCharInRange((unsigned int)code, &xmlSmG)); in xmlUCSIsCatSm()
3095 xmlUCSIsCatSo(int code) { in xmlUCSIsCatSo() argument
3096 return(xmlCharInRange((unsigned int)code, &xmlSoG)); in xmlUCSIsCatSo()
3108 xmlUCSIsCatZ(int code) { in xmlUCSIsCatZ() argument
3109 return(xmlCharInRange((unsigned int)code, &xmlZG)); in xmlUCSIsCatZ()
3121 xmlUCSIsCatZl(int code) { in xmlUCSIsCatZl() argument
3122 return((code == 0x2028)); in xmlUCSIsCatZl()
3134 xmlUCSIsCatZp(int code) { in xmlUCSIsCatZp() argument
3135 return((code == 0x2029)); in xmlUCSIsCatZp()
3147 xmlUCSIsCatZs(int code) { in xmlUCSIsCatZs() argument
3148 return((code == 0x20) || in xmlUCSIsCatZs()
3149 (code == 0xa0) || in xmlUCSIsCatZs()
3150 (code == 0x1680) || in xmlUCSIsCatZs()
3151 (code == 0x180e) || in xmlUCSIsCatZs()
3152 ((code >= 0x2000) && (code <= 0x200a)) || in xmlUCSIsCatZs()
3153 (code == 0x202f) || in xmlUCSIsCatZs()
3154 (code == 0x205f) || in xmlUCSIsCatZs()
3155 (code == 0x3000)); in xmlUCSIsCatZs()
3168 xmlUCSIsCat(int code, const char *cat) { in xmlUCSIsCat() argument
3174 return (func(code)); in xmlUCSIsCat()