HomeSort by relevance Sort by last modified time
    Searched refs:xmlChSRange (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
chvalid.h 28 typedef struct _xmlChSRange xmlChSRange;
29 typedef xmlChSRange *xmlChSRangePtr;
47 const xmlChSRange *shortRange; /* points to an array of ranges */
  /external/libxml2/
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;
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},
    [all...]

Completed in 613 milliseconds