Lines Matching refs:code

1007 xmlUCSIsAegeanNumbers(int code) {  in xmlUCSIsAegeanNumbers()  argument
1008 return(((code >= 0x10100) && (code <= 0x1013F))); in xmlUCSIsAegeanNumbers()
1020 xmlUCSIsAlphabeticPresentationForms(int code) { in xmlUCSIsAlphabeticPresentationForms() argument
1021 return(((code >= 0xFB00) && (code <= 0xFB4F))); in xmlUCSIsAlphabeticPresentationForms()
1033 xmlUCSIsArabic(int code) { in xmlUCSIsArabic() argument
1034 return(((code >= 0x0600) && (code <= 0x06FF))); in xmlUCSIsArabic()
1046 xmlUCSIsArabicPresentationFormsA(int code) { in xmlUCSIsArabicPresentationFormsA() argument
1047 return(((code >= 0xFB50) && (code <= 0xFDFF))); in xmlUCSIsArabicPresentationFormsA()
1059 xmlUCSIsArabicPresentationFormsB(int code) { in xmlUCSIsArabicPresentationFormsB() argument
1060 return(((code >= 0xFE70) && (code <= 0xFEFF))); in xmlUCSIsArabicPresentationFormsB()
1072 xmlUCSIsArmenian(int code) { in xmlUCSIsArmenian() argument
1073 return(((code >= 0x0530) && (code <= 0x058F))); in xmlUCSIsArmenian()
1085 xmlUCSIsArrows(int code) { in xmlUCSIsArrows() argument
1086 return(((code >= 0x2190) && (code <= 0x21FF))); in xmlUCSIsArrows()
1098 xmlUCSIsBasicLatin(int code) { in xmlUCSIsBasicLatin() argument
1099 return(((code >= 0x0000) && (code <= 0x007F))); in xmlUCSIsBasicLatin()
1111 xmlUCSIsBengali(int code) { in xmlUCSIsBengali() argument
1112 return(((code >= 0x0980) && (code <= 0x09FF))); in xmlUCSIsBengali()
1124 xmlUCSIsBlockElements(int code) { in xmlUCSIsBlockElements() argument
1125 return(((code >= 0x2580) && (code <= 0x259F))); in xmlUCSIsBlockElements()
1137 xmlUCSIsBopomofo(int code) { in xmlUCSIsBopomofo() argument
1138 return(((code >= 0x3100) && (code <= 0x312F))); in xmlUCSIsBopomofo()
1150 xmlUCSIsBopomofoExtended(int code) { in xmlUCSIsBopomofoExtended() argument
1151 return(((code >= 0x31A0) && (code <= 0x31BF))); in xmlUCSIsBopomofoExtended()
1163 xmlUCSIsBoxDrawing(int code) { in xmlUCSIsBoxDrawing() argument
1164 return(((code >= 0x2500) && (code <= 0x257F))); in xmlUCSIsBoxDrawing()
1176 xmlUCSIsBraillePatterns(int code) { in xmlUCSIsBraillePatterns() argument
1177 return(((code >= 0x2800) && (code <= 0x28FF))); in xmlUCSIsBraillePatterns()
1189 xmlUCSIsBuhid(int code) { in xmlUCSIsBuhid() argument
1190 return(((code >= 0x1740) && (code <= 0x175F))); in xmlUCSIsBuhid()
1202 xmlUCSIsByzantineMusicalSymbols(int code) { in xmlUCSIsByzantineMusicalSymbols() argument
1203 return(((code >= 0x1D000) && (code <= 0x1D0FF))); in xmlUCSIsByzantineMusicalSymbols()
1215 xmlUCSIsCJKCompatibility(int code) { in xmlUCSIsCJKCompatibility() argument
1216 return(((code >= 0x3300) && (code <= 0x33FF))); in xmlUCSIsCJKCompatibility()
1228 xmlUCSIsCJKCompatibilityForms(int code) { in xmlUCSIsCJKCompatibilityForms() argument
1229 return(((code >= 0xFE30) && (code <= 0xFE4F))); in xmlUCSIsCJKCompatibilityForms()
1241 xmlUCSIsCJKCompatibilityIdeographs(int code) { in xmlUCSIsCJKCompatibilityIdeographs() argument
1242 return(((code >= 0xF900) && (code <= 0xFAFF))); in xmlUCSIsCJKCompatibilityIdeographs()
1254 xmlUCSIsCJKCompatibilityIdeographsSupplement(int code) { in xmlUCSIsCJKCompatibilityIdeographsSupplement() argument
1255 return(((code >= 0x2F800) && (code <= 0x2FA1F))); in xmlUCSIsCJKCompatibilityIdeographsSupplement()
1267 xmlUCSIsCJKRadicalsSupplement(int code) { in xmlUCSIsCJKRadicalsSupplement() argument
1268 return(((code >= 0x2E80) && (code <= 0x2EFF))); in xmlUCSIsCJKRadicalsSupplement()
1280 xmlUCSIsCJKSymbolsandPunctuation(int code) { in xmlUCSIsCJKSymbolsandPunctuation() argument
1281 return(((code >= 0x3000) && (code <= 0x303F))); in xmlUCSIsCJKSymbolsandPunctuation()
1293 xmlUCSIsCJKUnifiedIdeographs(int code) { in xmlUCSIsCJKUnifiedIdeographs() argument
1294 return(((code >= 0x4E00) && (code <= 0x9FFF))); in xmlUCSIsCJKUnifiedIdeographs()
1306 xmlUCSIsCJKUnifiedIdeographsExtensionA(int code) { in xmlUCSIsCJKUnifiedIdeographsExtensionA() argument
1307 return(((code >= 0x3400) && (code <= 0x4DBF))); in xmlUCSIsCJKUnifiedIdeographsExtensionA()
1319 xmlUCSIsCJKUnifiedIdeographsExtensionB(int code) { in xmlUCSIsCJKUnifiedIdeographsExtensionB() argument
1320 return(((code >= 0x20000) && (code <= 0x2A6DF))); in xmlUCSIsCJKUnifiedIdeographsExtensionB()
1332 xmlUCSIsCherokee(int code) { in xmlUCSIsCherokee() argument
1333 return(((code >= 0x13A0) && (code <= 0x13FF))); in xmlUCSIsCherokee()
1345 xmlUCSIsCombiningDiacriticalMarks(int code) { in xmlUCSIsCombiningDiacriticalMarks() argument
1346 return(((code >= 0x0300) && (code <= 0x036F))); in xmlUCSIsCombiningDiacriticalMarks()
1358 xmlUCSIsCombiningDiacriticalMarksforSymbols(int code) { in xmlUCSIsCombiningDiacriticalMarksforSymbols() argument
1359 return(((code >= 0x20D0) && (code <= 0x20FF))); in xmlUCSIsCombiningDiacriticalMarksforSymbols()
1371 xmlUCSIsCombiningHalfMarks(int code) { in xmlUCSIsCombiningHalfMarks() argument
1372 return(((code >= 0xFE20) && (code <= 0xFE2F))); in xmlUCSIsCombiningHalfMarks()
1384 xmlUCSIsCombiningMarksforSymbols(int code) { in xmlUCSIsCombiningMarksforSymbols() argument
1385 return(((code >= 0x20D0) && (code <= 0x20FF))); in xmlUCSIsCombiningMarksforSymbols()
1397 xmlUCSIsControlPictures(int code) { in xmlUCSIsControlPictures() argument
1398 return(((code >= 0x2400) && (code <= 0x243F))); in xmlUCSIsControlPictures()
1410 xmlUCSIsCurrencySymbols(int code) { in xmlUCSIsCurrencySymbols() argument
1411 return(((code >= 0x20A0) && (code <= 0x20CF))); in xmlUCSIsCurrencySymbols()
1423 xmlUCSIsCypriotSyllabary(int code) { in xmlUCSIsCypriotSyllabary() argument
1424 return(((code >= 0x10800) && (code <= 0x1083F))); in xmlUCSIsCypriotSyllabary()
1436 xmlUCSIsCyrillic(int code) { in xmlUCSIsCyrillic() argument
1437 return(((code >= 0x0400) && (code <= 0x04FF))); in xmlUCSIsCyrillic()
1449 xmlUCSIsCyrillicSupplement(int code) { in xmlUCSIsCyrillicSupplement() argument
1450 return(((code >= 0x0500) && (code <= 0x052F))); in xmlUCSIsCyrillicSupplement()
1462 xmlUCSIsDeseret(int code) { in xmlUCSIsDeseret() argument
1463 return(((code >= 0x10400) && (code <= 0x1044F))); in xmlUCSIsDeseret()
1475 xmlUCSIsDevanagari(int code) { in xmlUCSIsDevanagari() argument
1476 return(((code >= 0x0900) && (code <= 0x097F))); in xmlUCSIsDevanagari()
1488 xmlUCSIsDingbats(int code) { in xmlUCSIsDingbats() argument
1489 return(((code >= 0x2700) && (code <= 0x27BF))); in xmlUCSIsDingbats()
1501 xmlUCSIsEnclosedAlphanumerics(int code) { in xmlUCSIsEnclosedAlphanumerics() argument
1502 return(((code >= 0x2460) && (code <= 0x24FF))); in xmlUCSIsEnclosedAlphanumerics()
1514 xmlUCSIsEnclosedCJKLettersandMonths(int code) { in xmlUCSIsEnclosedCJKLettersandMonths() argument
1515 return(((code >= 0x3200) && (code <= 0x32FF))); in xmlUCSIsEnclosedCJKLettersandMonths()
1527 xmlUCSIsEthiopic(int code) { in xmlUCSIsEthiopic() argument
1528 return(((code >= 0x1200) && (code <= 0x137F))); in xmlUCSIsEthiopic()
1540 xmlUCSIsGeneralPunctuation(int code) { in xmlUCSIsGeneralPunctuation() argument
1541 return(((code >= 0x2000) && (code <= 0x206F))); in xmlUCSIsGeneralPunctuation()
1553 xmlUCSIsGeometricShapes(int code) { in xmlUCSIsGeometricShapes() argument
1554 return(((code >= 0x25A0) && (code <= 0x25FF))); in xmlUCSIsGeometricShapes()
1566 xmlUCSIsGeorgian(int code) { in xmlUCSIsGeorgian() argument
1567 return(((code >= 0x10A0) && (code <= 0x10FF))); in xmlUCSIsGeorgian()
1579 xmlUCSIsGothic(int code) { in xmlUCSIsGothic() argument
1580 return(((code >= 0x10330) && (code <= 0x1034F))); in xmlUCSIsGothic()
1592 xmlUCSIsGreek(int code) { in xmlUCSIsGreek() argument
1593 return(((code >= 0x0370) && (code <= 0x03FF))); in xmlUCSIsGreek()
1605 xmlUCSIsGreekExtended(int code) { in xmlUCSIsGreekExtended() argument
1606 return(((code >= 0x1F00) && (code <= 0x1FFF))); in xmlUCSIsGreekExtended()
1618 xmlUCSIsGreekandCoptic(int code) { in xmlUCSIsGreekandCoptic() argument
1619 return(((code >= 0x0370) && (code <= 0x03FF))); in xmlUCSIsGreekandCoptic()
1631 xmlUCSIsGujarati(int code) { in xmlUCSIsGujarati() argument
1632 return(((code >= 0x0A80) && (code <= 0x0AFF))); in xmlUCSIsGujarati()
1644 xmlUCSIsGurmukhi(int code) { in xmlUCSIsGurmukhi() argument
1645 return(((code >= 0x0A00) && (code <= 0x0A7F))); in xmlUCSIsGurmukhi()
1657 xmlUCSIsHalfwidthandFullwidthForms(int code) { in xmlUCSIsHalfwidthandFullwidthForms() argument
1658 return(((code >= 0xFF00) && (code <= 0xFFEF))); in xmlUCSIsHalfwidthandFullwidthForms()
1670 xmlUCSIsHangulCompatibilityJamo(int code) { in xmlUCSIsHangulCompatibilityJamo() argument
1671 return(((code >= 0x3130) && (code <= 0x318F))); in xmlUCSIsHangulCompatibilityJamo()
1683 xmlUCSIsHangulJamo(int code) { in xmlUCSIsHangulJamo() argument
1684 return(((code >= 0x1100) && (code <= 0x11FF))); in xmlUCSIsHangulJamo()
1696 xmlUCSIsHangulSyllables(int code) { in xmlUCSIsHangulSyllables() argument
1697 return(((code >= 0xAC00) && (code <= 0xD7AF))); in xmlUCSIsHangulSyllables()
1709 xmlUCSIsHanunoo(int code) { in xmlUCSIsHanunoo() argument
1710 return(((code >= 0x1720) && (code <= 0x173F))); in xmlUCSIsHanunoo()
1722 xmlUCSIsHebrew(int code) { in xmlUCSIsHebrew() argument
1723 return(((code >= 0x0590) && (code <= 0x05FF))); in xmlUCSIsHebrew()
1735 xmlUCSIsHighPrivateUseSurrogates(int code) { in xmlUCSIsHighPrivateUseSurrogates() argument
1736 return(((code >= 0xDB80) && (code <= 0xDBFF))); in xmlUCSIsHighPrivateUseSurrogates()
1748 xmlUCSIsHighSurrogates(int code) { in xmlUCSIsHighSurrogates() argument
1749 return(((code >= 0xD800) && (code <= 0xDB7F))); in xmlUCSIsHighSurrogates()
1761 xmlUCSIsHiragana(int code) { in xmlUCSIsHiragana() argument
1762 return(((code >= 0x3040) && (code <= 0x309F))); in xmlUCSIsHiragana()
1774 xmlUCSIsIPAExtensions(int code) { in xmlUCSIsIPAExtensions() argument
1775 return(((code >= 0x0250) && (code <= 0x02AF))); in xmlUCSIsIPAExtensions()
1787 xmlUCSIsIdeographicDescriptionCharacters(int code) { in xmlUCSIsIdeographicDescriptionCharacters() argument
1788 return(((code >= 0x2FF0) && (code <= 0x2FFF))); in xmlUCSIsIdeographicDescriptionCharacters()
1800 xmlUCSIsKanbun(int code) { in xmlUCSIsKanbun() argument
1801 return(((code >= 0x3190) && (code <= 0x319F))); in xmlUCSIsKanbun()
1813 xmlUCSIsKangxiRadicals(int code) { in xmlUCSIsKangxiRadicals() argument
1814 return(((code >= 0x2F00) && (code <= 0x2FDF))); in xmlUCSIsKangxiRadicals()
1826 xmlUCSIsKannada(int code) { in xmlUCSIsKannada() argument
1827 return(((code >= 0x0C80) && (code <= 0x0CFF))); in xmlUCSIsKannada()
1839 xmlUCSIsKatakana(int code) { in xmlUCSIsKatakana() argument
1840 return(((code >= 0x30A0) && (code <= 0x30FF))); in xmlUCSIsKatakana()
1852 xmlUCSIsKatakanaPhoneticExtensions(int code) { in xmlUCSIsKatakanaPhoneticExtensions() argument
1853 return(((code >= 0x31F0) && (code <= 0x31FF))); in xmlUCSIsKatakanaPhoneticExtensions()
1865 xmlUCSIsKhmer(int code) { in xmlUCSIsKhmer() argument
1866 return(((code >= 0x1780) && (code <= 0x17FF))); in xmlUCSIsKhmer()
1878 xmlUCSIsKhmerSymbols(int code) { in xmlUCSIsKhmerSymbols() argument
1879 return(((code >= 0x19E0) && (code <= 0x19FF))); in xmlUCSIsKhmerSymbols()
1891 xmlUCSIsLao(int code) { in xmlUCSIsLao() argument
1892 return(((code >= 0x0E80) && (code <= 0x0EFF))); in xmlUCSIsLao()
1904 xmlUCSIsLatin1Supplement(int code) { in xmlUCSIsLatin1Supplement() argument
1905 return(((code >= 0x0080) && (code <= 0x00FF))); in xmlUCSIsLatin1Supplement()
1917 xmlUCSIsLatinExtendedA(int code) { in xmlUCSIsLatinExtendedA() argument
1918 return(((code >= 0x0100) && (code <= 0x017F))); in xmlUCSIsLatinExtendedA()
1930 xmlUCSIsLatinExtendedB(int code) { in xmlUCSIsLatinExtendedB() argument
1931 return(((code >= 0x0180) && (code <= 0x024F))); in xmlUCSIsLatinExtendedB()
1943 xmlUCSIsLatinExtendedAdditional(int code) { in xmlUCSIsLatinExtendedAdditional() argument
1944 return(((code >= 0x1E00) && (code <= 0x1EFF))); in xmlUCSIsLatinExtendedAdditional()
1956 xmlUCSIsLetterlikeSymbols(int code) { in xmlUCSIsLetterlikeSymbols() argument
1957 return(((code >= 0x2100) && (code <= 0x214F))); in xmlUCSIsLetterlikeSymbols()
1969 xmlUCSIsLimbu(int code) { in xmlUCSIsLimbu() argument
1970 return(((code >= 0x1900) && (code <= 0x194F))); in xmlUCSIsLimbu()
1982 xmlUCSIsLinearBIdeograms(int code) { in xmlUCSIsLinearBIdeograms() argument
1983 return(((code >= 0x10080) && (code <= 0x100FF))); in xmlUCSIsLinearBIdeograms()
1995 xmlUCSIsLinearBSyllabary(int code) { in xmlUCSIsLinearBSyllabary() argument
1996 return(((code >= 0x10000) && (code <= 0x1007F))); in xmlUCSIsLinearBSyllabary()
2008 xmlUCSIsLowSurrogates(int code) { in xmlUCSIsLowSurrogates() argument
2009 return(((code >= 0xDC00) && (code <= 0xDFFF))); in xmlUCSIsLowSurrogates()
2021 xmlUCSIsMalayalam(int code) { in xmlUCSIsMalayalam() argument
2022 return(((code >= 0x0D00) && (code <= 0x0D7F))); in xmlUCSIsMalayalam()
2034 xmlUCSIsMathematicalAlphanumericSymbols(int code) { in xmlUCSIsMathematicalAlphanumericSymbols() argument
2035 return(((code >= 0x1D400) && (code <= 0x1D7FF))); in xmlUCSIsMathematicalAlphanumericSymbols()
2047 xmlUCSIsMathematicalOperators(int code) { in xmlUCSIsMathematicalOperators() argument
2048 return(((code >= 0x2200) && (code <= 0x22FF))); in xmlUCSIsMathematicalOperators()
2060 xmlUCSIsMiscellaneousMathematicalSymbolsA(int code) { in xmlUCSIsMiscellaneousMathematicalSymbolsA() argument
2061 return(((code >= 0x27C0) && (code <= 0x27EF))); in xmlUCSIsMiscellaneousMathematicalSymbolsA()
2073 xmlUCSIsMiscellaneousMathematicalSymbolsB(int code) { in xmlUCSIsMiscellaneousMathematicalSymbolsB() argument
2074 return(((code >= 0x2980) && (code <= 0x29FF))); in xmlUCSIsMiscellaneousMathematicalSymbolsB()
2086 xmlUCSIsMiscellaneousSymbols(int code) { in xmlUCSIsMiscellaneousSymbols() argument
2087 return(((code >= 0x2600) && (code <= 0x26FF))); in xmlUCSIsMiscellaneousSymbols()
2099 xmlUCSIsMiscellaneousSymbolsandArrows(int code) { in xmlUCSIsMiscellaneousSymbolsandArrows() argument
2100 return(((code >= 0x2B00) && (code <= 0x2BFF))); in xmlUCSIsMiscellaneousSymbolsandArrows()
2112 xmlUCSIsMiscellaneousTechnical(int code) { in xmlUCSIsMiscellaneousTechnical() argument
2113 return(((code >= 0x2300) && (code <= 0x23FF))); in xmlUCSIsMiscellaneousTechnical()
2125 xmlUCSIsMongolian(int code) { in xmlUCSIsMongolian() argument
2126 return(((code >= 0x1800) && (code <= 0x18AF))); in xmlUCSIsMongolian()
2138 xmlUCSIsMusicalSymbols(int code) { in xmlUCSIsMusicalSymbols() argument
2139 return(((code >= 0x1D100) && (code <= 0x1D1FF))); in xmlUCSIsMusicalSymbols()
2151 xmlUCSIsMyanmar(int code) { in xmlUCSIsMyanmar() argument
2152 return(((code >= 0x1000) && (code <= 0x109F))); in xmlUCSIsMyanmar()
2164 xmlUCSIsNumberForms(int code) { in xmlUCSIsNumberForms() argument
2165 return(((code >= 0x2150) && (code <= 0x218F))); in xmlUCSIsNumberForms()
2177 xmlUCSIsOgham(int code) { in xmlUCSIsOgham() argument
2178 return(((code >= 0x1680) && (code <= 0x169F))); in xmlUCSIsOgham()
2190 xmlUCSIsOldItalic(int code) { in xmlUCSIsOldItalic() argument
2191 return(((code >= 0x10300) && (code <= 0x1032F))); in xmlUCSIsOldItalic()
2203 xmlUCSIsOpticalCharacterRecognition(int code) { in xmlUCSIsOpticalCharacterRecognition() argument
2204 return(((code >= 0x2440) && (code <= 0x245F))); in xmlUCSIsOpticalCharacterRecognition()
2216 xmlUCSIsOriya(int code) { in xmlUCSIsOriya() argument
2217 return(((code >= 0x0B00) && (code <= 0x0B7F))); in xmlUCSIsOriya()
2229 xmlUCSIsOsmanya(int code) { in xmlUCSIsOsmanya() argument
2230 return(((code >= 0x10480) && (code <= 0x104AF))); in xmlUCSIsOsmanya()
2242 xmlUCSIsPhoneticExtensions(int code) { in xmlUCSIsPhoneticExtensions() argument
2243 return(((code >= 0x1D00) && (code <= 0x1D7F))); in xmlUCSIsPhoneticExtensions()
2255 xmlUCSIsPrivateUse(int code) { in xmlUCSIsPrivateUse() argument
2256 return(((code >= 0xE000) && (code <= 0xF8FF)) || in xmlUCSIsPrivateUse()
2257 ((code >= 0xF0000) && (code <= 0xFFFFF)) || in xmlUCSIsPrivateUse()
2258 ((code >= 0x100000) && (code <= 0x10FFFF))); in xmlUCSIsPrivateUse()
2270 xmlUCSIsPrivateUseArea(int code) { in xmlUCSIsPrivateUseArea() argument
2271 return(((code >= 0xE000) && (code <= 0xF8FF))); in xmlUCSIsPrivateUseArea()
2283 xmlUCSIsRunic(int code) { in xmlUCSIsRunic() argument
2284 return(((code >= 0x16A0) && (code <= 0x16FF))); in xmlUCSIsRunic()
2296 xmlUCSIsShavian(int code) { in xmlUCSIsShavian() argument
2297 return(((code >= 0x10450) && (code <= 0x1047F))); in xmlUCSIsShavian()
2309 xmlUCSIsSinhala(int code) { in xmlUCSIsSinhala() argument
2310 return(((code >= 0x0D80) && (code <= 0x0DFF))); in xmlUCSIsSinhala()
2322 xmlUCSIsSmallFormVariants(int code) { in xmlUCSIsSmallFormVariants() argument
2323 return(((code >= 0xFE50) && (code <= 0xFE6F))); in xmlUCSIsSmallFormVariants()
2335 xmlUCSIsSpacingModifierLetters(int code) { in xmlUCSIsSpacingModifierLetters() argument
2336 return(((code >= 0x02B0) && (code <= 0x02FF))); in xmlUCSIsSpacingModifierLetters()
2348 xmlUCSIsSpecials(int code) { in xmlUCSIsSpecials() argument
2349 return(((code >= 0xFFF0) && (code <= 0xFFFF))); in xmlUCSIsSpecials()
2361 xmlUCSIsSuperscriptsandSubscripts(int code) { in xmlUCSIsSuperscriptsandSubscripts() argument
2362 return(((code >= 0x2070) && (code <= 0x209F))); in xmlUCSIsSuperscriptsandSubscripts()
2374 xmlUCSIsSupplementalArrowsA(int code) { in xmlUCSIsSupplementalArrowsA() argument
2375 return(((code >= 0x27F0) && (code <= 0x27FF))); in xmlUCSIsSupplementalArrowsA()
2387 xmlUCSIsSupplementalArrowsB(int code) { in xmlUCSIsSupplementalArrowsB() argument
2388 return(((code >= 0x2900) && (code <= 0x297F))); in xmlUCSIsSupplementalArrowsB()
2400 xmlUCSIsSupplementalMathematicalOperators(int code) { in xmlUCSIsSupplementalMathematicalOperators() argument
2401 return(((code >= 0x2A00) && (code <= 0x2AFF))); in xmlUCSIsSupplementalMathematicalOperators()
2413 xmlUCSIsSupplementaryPrivateUseAreaA(int code) { in xmlUCSIsSupplementaryPrivateUseAreaA() argument
2414 return(((code >= 0xF0000) && (code <= 0xFFFFF))); in xmlUCSIsSupplementaryPrivateUseAreaA()
2426 xmlUCSIsSupplementaryPrivateUseAreaB(int code) { in xmlUCSIsSupplementaryPrivateUseAreaB() argument
2427 return(((code >= 0x100000) && (code <= 0x10FFFF))); in xmlUCSIsSupplementaryPrivateUseAreaB()
2439 xmlUCSIsSyriac(int code) { in xmlUCSIsSyriac() argument
2440 return(((code >= 0x0700) && (code <= 0x074F))); in xmlUCSIsSyriac()
2452 xmlUCSIsTagalog(int code) { in xmlUCSIsTagalog() argument
2453 return(((code >= 0x1700) && (code <= 0x171F))); in xmlUCSIsTagalog()
2465 xmlUCSIsTagbanwa(int code) { in xmlUCSIsTagbanwa() argument
2466 return(((code >= 0x1760) && (code <= 0x177F))); in xmlUCSIsTagbanwa()
2478 xmlUCSIsTags(int code) { in xmlUCSIsTags() argument
2479 return(((code >= 0xE0000) && (code <= 0xE007F))); in xmlUCSIsTags()
2491 xmlUCSIsTaiLe(int code) { in xmlUCSIsTaiLe() argument
2492 return(((code >= 0x1950) && (code <= 0x197F))); in xmlUCSIsTaiLe()
2504 xmlUCSIsTaiXuanJingSymbols(int code) { in xmlUCSIsTaiXuanJingSymbols() argument
2505 return(((code >= 0x1D300) && (code <= 0x1D35F))); in xmlUCSIsTaiXuanJingSymbols()
2517 xmlUCSIsTamil(int code) { in xmlUCSIsTamil() argument
2518 return(((code >= 0x0B80) && (code <= 0x0BFF))); in xmlUCSIsTamil()
2530 xmlUCSIsTelugu(int code) { in xmlUCSIsTelugu() argument
2531 return(((code >= 0x0C00) && (code <= 0x0C7F))); in xmlUCSIsTelugu()
2543 xmlUCSIsThaana(int code) { in xmlUCSIsThaana() argument
2544 return(((code >= 0x0780) && (code <= 0x07BF))); in xmlUCSIsThaana()
2556 xmlUCSIsThai(int code) { in xmlUCSIsThai() argument
2557 return(((code >= 0x0E00) && (code <= 0x0E7F))); in xmlUCSIsThai()
2569 xmlUCSIsTibetan(int code) { in xmlUCSIsTibetan() argument
2570 return(((code >= 0x0F00) && (code <= 0x0FFF))); in xmlUCSIsTibetan()
2582 xmlUCSIsUgaritic(int code) { in xmlUCSIsUgaritic() argument
2583 return(((code >= 0x10380) && (code <= 0x1039F))); in xmlUCSIsUgaritic()
2595 xmlUCSIsUnifiedCanadianAboriginalSyllabics(int code) { in xmlUCSIsUnifiedCanadianAboriginalSyllabics() argument
2596 return(((code >= 0x1400) && (code <= 0x167F))); in xmlUCSIsUnifiedCanadianAboriginalSyllabics()
2608 xmlUCSIsVariationSelectors(int code) { in xmlUCSIsVariationSelectors() argument
2609 return(((code >= 0xFE00) && (code <= 0xFE0F))); in xmlUCSIsVariationSelectors()
2621 xmlUCSIsVariationSelectorsSupplement(int code) { in xmlUCSIsVariationSelectorsSupplement() argument
2622 return(((code >= 0xE0100) && (code <= 0xE01EF))); in xmlUCSIsVariationSelectorsSupplement()
2634 xmlUCSIsYiRadicals(int code) { in xmlUCSIsYiRadicals() argument
2635 return(((code >= 0xA490) && (code <= 0xA4CF))); in xmlUCSIsYiRadicals()
2647 xmlUCSIsYiSyllables(int code) { in xmlUCSIsYiSyllables() argument
2648 return(((code >= 0xA000) && (code <= 0xA48F))); in xmlUCSIsYiSyllables()
2660 xmlUCSIsYijingHexagramSymbols(int code) { in xmlUCSIsYijingHexagramSymbols() argument
2661 return(((code >= 0x4DC0) && (code <= 0x4DFF))); in xmlUCSIsYijingHexagramSymbols()
2674 xmlUCSIsBlock(int code, const char *block) { in xmlUCSIsBlock() argument
2680 return (func(code)); in xmlUCSIsBlock()
2692 xmlUCSIsCatC(int code) { in xmlUCSIsCatC() argument
2693 return(xmlCharInRange((unsigned int)code, &xmlCG)); in xmlUCSIsCatC()
2705 xmlUCSIsCatCc(int code) { in xmlUCSIsCatCc() argument
2706 return(((code >= 0x0) && (code <= 0x1f)) || in xmlUCSIsCatCc()
2707 ((code >= 0x7f) && (code <= 0x9f))); in xmlUCSIsCatCc()
2719 xmlUCSIsCatCf(int code) { in xmlUCSIsCatCf() argument
2720 return(xmlCharInRange((unsigned int)code, &xmlCfG)); in xmlUCSIsCatCf()
2732 xmlUCSIsCatCo(int code) { in xmlUCSIsCatCo() argument
2733 return((code == 0xe000) || in xmlUCSIsCatCo()
2734 (code == 0xf8ff) || in xmlUCSIsCatCo()
2735 (code == 0xf0000) || in xmlUCSIsCatCo()
2736 (code == 0xffffd) || in xmlUCSIsCatCo()
2737 (code == 0x100000) || in xmlUCSIsCatCo()
2738 (code == 0x10fffd)); in xmlUCSIsCatCo()
2750 xmlUCSIsCatCs(int code) { in xmlUCSIsCatCs() argument
2751 return((code == 0xd800) || in xmlUCSIsCatCs()
2752 ((code >= 0xdb7f) && (code <= 0xdb80)) || in xmlUCSIsCatCs()
2753 ((code >= 0xdbff) && (code <= 0xdc00)) || in xmlUCSIsCatCs()
2754 (code == 0xdfff)); in xmlUCSIsCatCs()
2766 xmlUCSIsCatL(int code) { in xmlUCSIsCatL() argument
2767 return(xmlCharInRange((unsigned int)code, &xmlLG)); in xmlUCSIsCatL()
2779 xmlUCSIsCatLl(int code) { in xmlUCSIsCatLl() argument
2780 return(xmlCharInRange((unsigned int)code, &xmlLlG)); in xmlUCSIsCatLl()
2792 xmlUCSIsCatLm(int code) { in xmlUCSIsCatLm() argument
2793 return(xmlCharInRange((unsigned int)code, &xmlLmG)); in xmlUCSIsCatLm()
2805 xmlUCSIsCatLo(int code) { in xmlUCSIsCatLo() argument
2806 return(xmlCharInRange((unsigned int)code, &xmlLoG)); in xmlUCSIsCatLo()
2818 xmlUCSIsCatLt(int code) { in xmlUCSIsCatLt() argument
2819 return(xmlCharInRange((unsigned int)code, &xmlLtG)); in xmlUCSIsCatLt()
2831 xmlUCSIsCatLu(int code) { in xmlUCSIsCatLu() argument
2832 return(xmlCharInRange((unsigned int)code, &xmlLuG)); in xmlUCSIsCatLu()
2844 xmlUCSIsCatM(int code) { in xmlUCSIsCatM() argument
2845 return(xmlCharInRange((unsigned int)code, &xmlMG)); in xmlUCSIsCatM()
2857 xmlUCSIsCatMc(int code) { in xmlUCSIsCatMc() argument
2858 return(xmlCharInRange((unsigned int)code, &xmlMcG)); in xmlUCSIsCatMc()
2870 xmlUCSIsCatMe(int code) { in xmlUCSIsCatMe() argument
2871 return(((code >= 0x488) && (code <= 0x489)) || in xmlUCSIsCatMe()
2872 (code == 0x6de) || in xmlUCSIsCatMe()
2873 ((code >= 0x20dd) && (code <= 0x20e0)) || in xmlUCSIsCatMe()
2874 ((code >= 0x20e2) && (code <= 0x20e4))); in xmlUCSIsCatMe()
2886 xmlUCSIsCatMn(int code) { in xmlUCSIsCatMn() argument
2887 return(xmlCharInRange((unsigned int)code, &xmlMnG)); in xmlUCSIsCatMn()
2899 xmlUCSIsCatN(int code) { in xmlUCSIsCatN() argument
2900 return(xmlCharInRange((unsigned int)code, &xmlNG)); in xmlUCSIsCatN()
2912 xmlUCSIsCatNd(int code) { in xmlUCSIsCatNd() argument
2913 return(xmlCharInRange((unsigned int)code, &xmlNdG)); in xmlUCSIsCatNd()
2925 xmlUCSIsCatNl(int code) { in xmlUCSIsCatNl() argument
2926 return(((code >= 0x16ee) && (code <= 0x16f0)) || in xmlUCSIsCatNl()
2927 ((code >= 0x2160) && (code <= 0x2183)) || in xmlUCSIsCatNl()
2928 (code == 0x3007) || in xmlUCSIsCatNl()
2929 ((code >= 0x3021) && (code <= 0x3029)) || in xmlUCSIsCatNl()
2930 ((code >= 0x3038) && (code <= 0x303a)) || in xmlUCSIsCatNl()
2931 (code == 0x1034a)); in xmlUCSIsCatNl()
2943 xmlUCSIsCatNo(int code) { in xmlUCSIsCatNo() argument
2944 return(xmlCharInRange((unsigned int)code, &xmlNoG)); in xmlUCSIsCatNo()
2956 xmlUCSIsCatP(int code) { in xmlUCSIsCatP() argument
2957 return(xmlCharInRange((unsigned int)code, &xmlPG)); in xmlUCSIsCatP()
2969 xmlUCSIsCatPc(int code) { in xmlUCSIsCatPc() argument
2970 return((code == 0x5f) || in xmlUCSIsCatPc()
2971 ((code >= 0x203f) && (code <= 0x2040)) || in xmlUCSIsCatPc()
2972 (code == 0x2054) || in xmlUCSIsCatPc()
2973 (code == 0x30fb) || in xmlUCSIsCatPc()
2974 ((code >= 0xfe33) && (code <= 0xfe34)) || in xmlUCSIsCatPc()
2975 ((code >= 0xfe4d) && (code <= 0xfe4f)) || in xmlUCSIsCatPc()
2976 (code == 0xff3f) || in xmlUCSIsCatPc()
2977 (code == 0xff65)); in xmlUCSIsCatPc()
2989 xmlUCSIsCatPd(int code) { in xmlUCSIsCatPd() argument
2990 return(xmlCharInRange((unsigned int)code, &xmlPdG)); in xmlUCSIsCatPd()
3002 xmlUCSIsCatPe(int code) { in xmlUCSIsCatPe() argument
3003 return(xmlCharInRange((unsigned int)code, &xmlPeG)); in xmlUCSIsCatPe()
3015 xmlUCSIsCatPf(int code) { in xmlUCSIsCatPf() argument
3016 return((code == 0xbb) || in xmlUCSIsCatPf()
3017 (code == 0x2019) || in xmlUCSIsCatPf()
3018 (code == 0x201d) || in xmlUCSIsCatPf()
3019 (code == 0x203a)); in xmlUCSIsCatPf()
3031 xmlUCSIsCatPi(int code) { in xmlUCSIsCatPi() argument
3032 return((code == 0xab) || in xmlUCSIsCatPi()
3033 (code == 0x2018) || in xmlUCSIsCatPi()
3034 ((code >= 0x201b) && (code <= 0x201c)) || in xmlUCSIsCatPi()
3035 (code == 0x201f) || in xmlUCSIsCatPi()
3036 (code == 0x2039)); in xmlUCSIsCatPi()
3048 xmlUCSIsCatPo(int code) { in xmlUCSIsCatPo() argument
3049 return(xmlCharInRange((unsigned int)code, &xmlPoG)); in xmlUCSIsCatPo()
3061 xmlUCSIsCatPs(int code) { in xmlUCSIsCatPs() argument
3062 return(xmlCharInRange((unsigned int)code, &xmlPsG)); in xmlUCSIsCatPs()
3074 xmlUCSIsCatS(int code) { in xmlUCSIsCatS() argument
3075 return(xmlCharInRange((unsigned int)code, &xmlSG)); in xmlUCSIsCatS()
3087 xmlUCSIsCatSc(int code) { in xmlUCSIsCatSc() argument
3088 return(xmlCharInRange((unsigned int)code, &xmlScG)); in xmlUCSIsCatSc()
3100 xmlUCSIsCatSk(int code) { in xmlUCSIsCatSk() argument
3101 return(xmlCharInRange((unsigned int)code, &xmlSkG)); in xmlUCSIsCatSk()
3113 xmlUCSIsCatSm(int code) { in xmlUCSIsCatSm() argument
3114 return(xmlCharInRange((unsigned int)code, &xmlSmG)); in xmlUCSIsCatSm()
3126 xmlUCSIsCatSo(int code) { in xmlUCSIsCatSo() argument
3127 return(xmlCharInRange((unsigned int)code, &xmlSoG)); in xmlUCSIsCatSo()
3139 xmlUCSIsCatZ(int code) { in xmlUCSIsCatZ() argument
3140 return(xmlCharInRange((unsigned int)code, &xmlZG)); in xmlUCSIsCatZ()
3152 xmlUCSIsCatZl(int code) { in xmlUCSIsCatZl() argument
3153 return((code == 0x2028)); in xmlUCSIsCatZl()
3165 xmlUCSIsCatZp(int code) { in xmlUCSIsCatZp() argument
3166 return((code == 0x2029)); in xmlUCSIsCatZp()
3178 xmlUCSIsCatZs(int code) { in xmlUCSIsCatZs() argument
3179 return((code == 0x20) || in xmlUCSIsCatZs()
3180 (code == 0xa0) || in xmlUCSIsCatZs()
3181 (code == 0x1680) || in xmlUCSIsCatZs()
3182 (code == 0x180e) || in xmlUCSIsCatZs()
3183 ((code >= 0x2000) && (code <= 0x200a)) || in xmlUCSIsCatZs()
3184 (code == 0x202f) || in xmlUCSIsCatZs()
3185 (code == 0x205f) || in xmlUCSIsCatZs()
3186 (code == 0x3000)); in xmlUCSIsCatZs()
3199 xmlUCSIsCat(int code, const char *cat) { in xmlUCSIsCat() argument
3205 return (func(code)); in xmlUCSIsCat()