Searched refs:xmlChSRange (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | xmlunicode.c | 207 static const xmlChSRange xmlCS[] = {{0x0, 0x1f}, {0x7f, 0x9f}, 217 static const xmlChSRange xmlCfS[] = {{0xad, 0xad}, {0x600, 0x603}, 225 static const xmlChSRange xmlLS[] = {{0x41, 0x5a}, {0x61, 0x7a}, 314 static const xmlChSRange xmlLlS[] = {{0x61, 0x7a}, {0xaa, 0xaa}, 426 static const xmlChSRange xmlLmS[] = {{0x2b0, 0x2c1}, {0x2c6, 0x2d1}, 434 static const xmlChSRange xmlLoS[] = {{0x1bb, 0x1bb}, {0x1c0, 0x1c3}, 497 static const xmlChSRange xmlLtS[] = {{0x1c5, 0x1c5}, {0x1c8, 0x1c8}, 502 static const xmlChSRange xmlLuS[] = {{0x41, 0x5a}, {0xc0, 0xd6}, 613 static const xmlChSRange xmlMS[] = {{0x300, 0x357}, {0x35d, 0x36f}, 647 static const xmlChSRange xmlMcS[] = {{0x903, 0x903}, {0x93e, 0x940}, [all …]
|
D | chvalid.c | 49 static const xmlChSRange xmlIsBaseChar_srng[] = { {0x100, 0x131}, 102 static const xmlChSRange xmlIsChar_srng[] = { {0x100, 0xd7ff}, 108 static const xmlChSRange xmlIsCombining_srng[] = { {0x300, 0x345}, 136 static const xmlChSRange xmlIsDigit_srng[] = { {0x660, 0x669}, 144 static const xmlChSRange xmlIsExtender_srng[] = { {0x2d0, 0x2d0}, 151 static const xmlChSRange xmlIsIdeographic_srng[] = { {0x3007, 0x3007}, 170 const xmlChSRange *sptr; in xmlCharInRange()
|
/external/libxml2/include/libxml/ |
D | chvalid.h | 28 typedef struct _xmlChSRange xmlChSRange; typedef 29 typedef xmlChSRange *xmlChSRangePtr; 47 const xmlChSRange *shortRange; /* points to an array of ranges */
|
/external/libxml2/os400/libxmlrpg/ |
D | chvalid.rpgle | 20 d xmlChSRange ds based(xmlChSRangePtr)
|
/external/libxml2/doc/html/ |
D | index.sgml | 130 <ANCHOR id="xmlChSRange" href="libxml/libxml-chvalid.html#xmlChSRange">
|