in ide/xml.tax/lib/src/org/netbeans/tax/UnicodeClasses.java [99:857]
public static boolean isXMLBaseChar (int c) {
// [ #x0041 - #x005a ]
if ( c < 0x0041 ) return false;
if ( c <= 0x005a ) return true;
// [ #x0061 - #x007a ]
if ( c < 0x0061 ) return false;
if ( c <= 0x007a ) return true;
// [ #x00c0 - #x00d6 ]
if ( c < 0x00c0 ) return false;
if ( c <= 0x00d6 ) return true;
// [ #x00d8 - #x00f6 ]
if ( c < 0x00d8 ) return false;
if ( c <= 0x00f6 ) return true;
// [ #x00f8 - #x00ff ]
if ( c < 0x00f8 ) return false;
if ( c <= 0x00ff ) return true;
// [ #x0100 - #x0131 ]
if ( c < 0x0100 ) return false;
if ( c <= 0x0131 ) return true;
// [ #x0134 - #x013e ]
if ( c < 0x0134 ) return false;
if ( c <= 0x013e ) return true;
// [ #x0141 - #x0148 ]
if ( c < 0x0141 ) return false;
if ( c <= 0x0148 ) return true;
// [ #x014a - #x017e ]
if ( c < 0x014a ) return false;
if ( c <= 0x017e ) return true;
// [ #x0180 - #x01c3 ]
if ( c < 0x0180 ) return false;
if ( c <= 0x01c3 ) return true;
// [ #x01cd - #x01f0 ]
if ( c < 0x01cd ) return false;
if ( c <= 0x01f0 ) return true;
// [ #x01f4 - #x01f5 ]
if ( c < 0x01f4 ) return false;
if ( c <= 0x01f5 ) return true;
// [ #x01fa - #x0217 ]
if ( c < 0x01fa ) return false;
if ( c <= 0x0217 ) return true;
// [ #x0250 - #x02a8 ]
if ( c < 0x0250 ) return false;
if ( c <= 0x02a8 ) return true;
// [ #x02bb - #x02c1 ]
if ( c < 0x02bb ) return false;
if ( c <= 0x02c1 ) return true;
// #x0386
if ( c == 0x0386 ) return true;
// [ #x0388 - #x038a ]
if ( c < 0x0388 ) return false;
if ( c <= 0x038a ) return true;
// #x038c
if ( c == 0x038c ) return true;
// [ #x038e - #x03a1 ]
if ( c < 0x038e ) return false;
if ( c <= 0x03a1 ) return true;
// [ #x03a3 - #x03ce ]
if ( c < 0x03a3 ) return false;
if ( c <= 0x03ce ) return true;
// [ #x03d0 - #x03d6 ]
if ( c < 0x03d0 ) return false;
if ( c <= 0x03d6 ) return true;
// #x03da
if ( c == 0x03da ) return true;
// #x03dc
if ( c == 0x03dc ) return true;
// #x03de
if ( c == 0x03de ) return true;
// #x03e0
if ( c == 0x03e0 ) return true;
// [ #x03e2 - #x03f3 ]
if ( c < 0x03e2 ) return false;
if ( c <= 0x03f3 ) return true;
// [ #x0401 - #x040c ]
if ( c < 0x0401 ) return false;
if ( c <= 0x040c ) return true;
// [ #x040e - #x044f ]
if ( c < 0x040e ) return false;
if ( c <= 0x044f ) return true;
// [ #x0451 - #x045c ]
if ( c < 0x0451 ) return false;
if ( c <= 0x045c ) return true;
// [ #x045e - #x0481 ]
if ( c < 0x045e ) return false;
if ( c <= 0x0481 ) return true;
// [ #x0490 - #x04c4 ]
if ( c < 0x0490 ) return false;
if ( c <= 0x04c4 ) return true;
// [ #x04c7 - #x04c8 ]
if ( c < 0x04c7 ) return false;
if ( c <= 0x04c8 ) return true;
// [ #x04cb - #x04cc ]
if ( c < 0x04cb ) return false;
if ( c <= 0x04cc ) return true;
// [ #x04d0 - #x04eb ]
if ( c < 0x04d0 ) return false;
if ( c <= 0x04eb ) return true;
// [ #x04ee - #x04f5 ]
if ( c < 0x04ee ) return false;
if ( c <= 0x04f5 ) return true;
// [ #x04f8 - #x04f9 ]
if ( c < 0x04f8 ) return false;
if ( c <= 0x04f9 ) return true;
// [ #x0531 - #x0556 ]
if ( c < 0x0531 ) return false;
if ( c <= 0x0556 ) return true;
// #x0559
if ( c == 0x0559 ) return true;
// [ #x0561 - #x0586 ]
if ( c < 0x0561 ) return false;
if ( c <= 0x0586 ) return true;
// [ #x05d0 - #x05ea ]
if ( c < 0x05d0 ) return false;
if ( c <= 0x05ea ) return true;
// [ #x05f0 - #x05f2 ]
if ( c < 0x05f0 ) return false;
if ( c <= 0x05f2 ) return true;
// [ #x0621 - #x063a ]
if ( c < 0x0621 ) return false;
if ( c <= 0x063a ) return true;
// [ #x0641 - #x064a ]
if ( c < 0x0641 ) return false;
if ( c <= 0x064a ) return true;
// [ #x0671 - #x06b7 ]
if ( c < 0x0671 ) return false;
if ( c <= 0x06b7 ) return true;
// [ #x06ba - #x06be ]
if ( c < 0x06ba ) return false;
if ( c <= 0x06be ) return true;
// [ #x06c0 - #x06ce ]
if ( c < 0x06c0 ) return false;
if ( c <= 0x06ce ) return true;
// [ #x06d0 - #x06d3 ]
if ( c < 0x06d0 ) return false;
if ( c <= 0x06d3 ) return true;
// #x06d5
if ( c == 0x06d5 ) return true;
// [ #x06e5 - #x06e6 ]
if ( c < 0x06e5 ) return false;
if ( c <= 0x06e6 ) return true;
// [ #x0905 - #x0939 ]
if ( c < 0x0905 ) return false;
if ( c <= 0x0939 ) return true;
// #x093d
if ( c == 0x093d ) return true;
// [ #x0958 - #x0961 ]
if ( c < 0x0958 ) return false;
if ( c <= 0x0961 ) return true;
// [ #x0985 - #x098c ]
if ( c < 0x0985 ) return false;
if ( c <= 0x098c ) return true;
// [ #x098f - #x0990 ]
if ( c < 0x098f ) return false;
if ( c <= 0x0990 ) return true;
// [ #x0993 - #x09a8 ]
if ( c < 0x0993 ) return false;
if ( c <= 0x09a8 ) return true;
// [ #x09aa - #x09b0 ]
if ( c < 0x09aa ) return false;
if ( c <= 0x09b0 ) return true;
// #x09b2
if ( c == 0x09b2 ) return true;
// [ #x09b6 - #x09b9 ]
if ( c < 0x09b6 ) return false;
if ( c <= 0x09b9 ) return true;
// [ #x09dc - #x09dd ]
if ( c < 0x09dc ) return false;
if ( c <= 0x09dd ) return true;
// [ #x09df - #x09e1 ]
if ( c < 0x09df ) return false;
if ( c <= 0x09e1 ) return true;
// [ #x09f0 - #x09f1 ]
if ( c < 0x09f0 ) return false;
if ( c <= 0x09f1 ) return true;
// [ #x0a05 - #x0a0a ]
if ( c < 0x0a05 ) return false;
if ( c <= 0x0a0a ) return true;
// [ #x0a0f - #x0a10 ]
if ( c < 0x0a0f ) return false;
if ( c <= 0x0a10 ) return true;
// [ #x0a13 - #x0a28 ]
if ( c < 0x0a13 ) return false;
if ( c <= 0x0a28 ) return true;
// [ #x0a2a - #x0a30 ]
if ( c < 0x0a2a ) return false;
if ( c <= 0x0a30 ) return true;
// [ #x0a32 - #x0a33 ]
if ( c < 0x0a32 ) return false;
if ( c <= 0x0a33 ) return true;
// [ #x0a35 - #x0a36 ]
if ( c < 0x0a35 ) return false;
if ( c <= 0x0a36 ) return true;
// [ #x0a38 - #x0a39 ]
if ( c < 0x0a38 ) return false;
if ( c <= 0x0a39 ) return true;
// [ #x0a59 - #x0a5c ]
if ( c < 0x0a59 ) return false;
if ( c <= 0x0a5c ) return true;
// #x0a5e
if ( c == 0x0a5e ) return true;
// [ #x0a72 - #x0a74 ]
if ( c < 0x0a72 ) return false;
if ( c <= 0x0a74 ) return true;
// [ #x0a85 - #x0a8b ]
if ( c < 0x0a85 ) return false;
if ( c <= 0x0a8b ) return true;
// #x0a8d
if ( c == 0x0a8d ) return true;
// [ #x0a8f - #x0a91 ]
if ( c < 0x0a8f ) return false;
if ( c <= 0x0a91 ) return true;
// [ #x0a93 - #x0aa8 ]
if ( c < 0x0a93 ) return false;
if ( c <= 0x0aa8 ) return true;
// [ #x0aaa - #x0ab0 ]
if ( c < 0x0aaa ) return false;
if ( c <= 0x0ab0 ) return true;
// [ #x0ab2 - #x0ab3 ]
if ( c < 0x0ab2 ) return false;
if ( c <= 0x0ab3 ) return true;
// [ #x0ab5 - #x0ab9 ]
if ( c < 0x0ab5 ) return false;
if ( c <= 0x0ab9 ) return true;
// #x0abd
if ( c == 0x0abd ) return true;
// #x0ae0
if ( c == 0x0ae0 ) return true;
// [ #x0b05 - #x0b0c ]
if ( c < 0x0b05 ) return false;
if ( c <= 0x0b0c ) return true;
// [ #x0b0f - #x0b10 ]
if ( c < 0x0b0f ) return false;
if ( c <= 0x0b10 ) return true;
// [ #x0b13 - #x0b28 ]
if ( c < 0x0b13 ) return false;
if ( c <= 0x0b28 ) return true;
// [ #x0b2a - #x0b30 ]
if ( c < 0x0b2a ) return false;
if ( c <= 0x0b30 ) return true;
// [ #x0b32 - #x0b33 ]
if ( c < 0x0b32 ) return false;
if ( c <= 0x0b33 ) return true;
// [ #x0b36 - #x0b39 ]
if ( c < 0x0b36 ) return false;
if ( c <= 0x0b39 ) return true;
// #x0b3d
if ( c == 0x0b3d ) return true;
// [ #x0b5c - #x0b5d ]
if ( c < 0x0b5c ) return false;
if ( c <= 0x0b5d ) return true;
// [ #x0b5f - #x0b61 ]
if ( c < 0x0b5f ) return false;
if ( c <= 0x0b61 ) return true;
// [ #x0b85 - #x0b8a ]
if ( c < 0x0b85 ) return false;
if ( c <= 0x0b8a ) return true;
// [ #x0b8e - #x0b90 ]
if ( c < 0x0b8e ) return false;
if ( c <= 0x0b90 ) return true;
// [ #x0b92 - #x0b95 ]
if ( c < 0x0b92 ) return false;
if ( c <= 0x0b95 ) return true;
// [ #x0b99 - #x0b9a ]
if ( c < 0x0b99 ) return false;
if ( c <= 0x0b9a ) return true;
// #x0b9c
if ( c == 0x0b9c ) return true;
// [ #x0b9e - #x0b9f ]
if ( c < 0x0b9e ) return false;
if ( c <= 0x0b9f ) return true;
// [ #x0ba3 - #x0ba4 ]
if ( c < 0x0ba3 ) return false;
if ( c <= 0x0ba4 ) return true;
// [ #x0ba8 - #x0baa ]
if ( c < 0x0ba8 ) return false;
if ( c <= 0x0baa ) return true;
// [ #x0bae - #x0bb5 ]
if ( c < 0x0bae ) return false;
if ( c <= 0x0bb5 ) return true;
// [ #x0bb7 - #x0bb9 ]
if ( c < 0x0bb7 ) return false;
if ( c <= 0x0bb9 ) return true;
// [ #x0c05 - #x0c0c ]
if ( c < 0x0c05 ) return false;
if ( c <= 0x0c0c ) return true;
// [ #x0c0e - #x0c10 ]
if ( c < 0x0c0e ) return false;
if ( c <= 0x0c10 ) return true;
// [ #x0c12 - #x0c28 ]
if ( c < 0x0c12 ) return false;
if ( c <= 0x0c28 ) return true;
// [ #x0c2a - #x0c33 ]
if ( c < 0x0c2a ) return false;
if ( c <= 0x0c33 ) return true;
// [ #x0c35 - #x0c39 ]
if ( c < 0x0c35 ) return false;
if ( c <= 0x0c39 ) return true;
// [ #x0c60 - #x0c61 ]
if ( c < 0x0c60 ) return false;
if ( c <= 0x0c61 ) return true;
// [ #x0c85 - #x0c8c ]
if ( c < 0x0c85 ) return false;
if ( c <= 0x0c8c ) return true;
// [ #x0c8e - #x0c90 ]
if ( c < 0x0c8e ) return false;
if ( c <= 0x0c90 ) return true;
// [ #x0c92 - #x0ca8 ]
if ( c < 0x0c92 ) return false;
if ( c <= 0x0ca8 ) return true;
// [ #x0caa - #x0cb3 ]
if ( c < 0x0caa ) return false;
if ( c <= 0x0cb3 ) return true;
// [ #x0cb5 - #x0cb9 ]
if ( c < 0x0cb5 ) return false;
if ( c <= 0x0cb9 ) return true;
// #x0cde
if ( c == 0x0cde ) return true;
// [ #x0ce0 - #x0ce1 ]
if ( c < 0x0ce0 ) return false;
if ( c <= 0x0ce1 ) return true;
// [ #x0d05 - #x0d0c ]
if ( c < 0x0d05 ) return false;
if ( c <= 0x0d0c ) return true;
// [ #x0d0e - #x0d10 ]
if ( c < 0x0d0e ) return false;
if ( c <= 0x0d10 ) return true;
// [ #x0d12 - #x0d28 ]
if ( c < 0x0d12 ) return false;
if ( c <= 0x0d28 ) return true;
// [ #x0d2a - #x0d39 ]
if ( c < 0x0d2a ) return false;
if ( c <= 0x0d39 ) return true;
// [ #x0d60 - #x0d61 ]
if ( c < 0x0d60 ) return false;
if ( c <= 0x0d61 ) return true;
// [ #x0e01 - #x0e2e ]
if ( c < 0x0e01 ) return false;
if ( c <= 0x0e2e ) return true;
// #x0e30
if ( c == 0x0e30 ) return true;
// [ #x0e32 - #x0e33 ]
if ( c < 0x0e32 ) return false;
if ( c <= 0x0e33 ) return true;
// [ #x0e40 - #x0e45 ]
if ( c < 0x0e40 ) return false;
if ( c <= 0x0e45 ) return true;
// [ #x0e81 - #x0e82 ]
if ( c < 0x0e81 ) return false;
if ( c <= 0x0e82 ) return true;
// #x0e84
if ( c == 0x0e84 ) return true;
// [ #x0e87 - #x0e88 ]
if ( c < 0x0e87 ) return false;
if ( c <= 0x0e88 ) return true;
// #x0e8a
if ( c == 0x0e8a ) return true;
// #x0e8d
if ( c == 0x0e8d ) return true;
// [ #x0e94 - #x0e97 ]
if ( c < 0x0e94 ) return false;
if ( c <= 0x0e97 ) return true;
// [ #x0e99 - #x0e9f ]
if ( c < 0x0e99 ) return false;
if ( c <= 0x0e9f ) return true;
// [ #x0ea1 - #x0ea3 ]
if ( c < 0x0ea1 ) return false;
if ( c <= 0x0ea3 ) return true;
// #x0ea5
if ( c == 0x0ea5 ) return true;
// #x0ea7
if ( c == 0x0ea7 ) return true;
// [ #x0eaa - #x0eab ]
if ( c < 0x0eaa ) return false;
if ( c <= 0x0eab ) return true;
// [ #x0ead - #x0eae ]
if ( c < 0x0ead ) return false;
if ( c <= 0x0eae ) return true;
// #x0eb0
if ( c == 0x0eb0 ) return true;
// [ #x0eb2 - #x0eb3 ]
if ( c < 0x0eb2 ) return false;
if ( c <= 0x0eb3 ) return true;
// #x0ebd
if ( c == 0x0ebd ) return true;
// [ #x0ec0 - #x0ec4 ]
if ( c < 0x0ec0 ) return false;
if ( c <= 0x0ec4 ) return true;
// [ #x0f40 - #x0f47 ]
if ( c < 0x0f40 ) return false;
if ( c <= 0x0f47 ) return true;
// [ #x0f49 - #x0f69 ]
if ( c < 0x0f49 ) return false;
if ( c <= 0x0f69 ) return true;
// [ #x10a0 - #x10c5 ]
if ( c < 0x10a0 ) return false;
if ( c <= 0x10c5 ) return true;
// [ #x10d0 - #x10f6 ]
if ( c < 0x10d0 ) return false;
if ( c <= 0x10f6 ) return true;
// #x1100
if ( c == 0x1100 ) return true;
// [ #x1102 - #x1103 ]
if ( c < 0x1102 ) return false;
if ( c <= 0x1103 ) return true;
// [ #x1105 - #x1107 ]
if ( c < 0x1105 ) return false;
if ( c <= 0x1107 ) return true;
// #x1109
if ( c == 0x1109 ) return true;
// [ #x110b - #x110c ]
if ( c < 0x110b ) return false;
if ( c <= 0x110c ) return true;
// [ #x110e - #x1112 ]
if ( c < 0x110e ) return false;
if ( c <= 0x1112 ) return true;
// #x113c
if ( c == 0x113c ) return true;
// #x113e
if ( c == 0x113e ) return true;
// #x1140
if ( c == 0x1140 ) return true;
// #x114c
if ( c == 0x114c ) return true;
// #x114e
if ( c == 0x114e ) return true;
// #x1150
if ( c == 0x1150 ) return true;
// [ #x1154 - #x1155 ]
if ( c < 0x1154 ) return false;
if ( c <= 0x1155 ) return true;
// #x1159
if ( c == 0x1159 ) return true;
// [ #x115f - #x1161 ]
if ( c < 0x115f ) return false;
if ( c <= 0x1161 ) return true;
// #x1163
if ( c == 0x1163 ) return true;
// #x1165
if ( c == 0x1165 ) return true;
// #x1167
if ( c == 0x1167 ) return true;
// #x1169
if ( c == 0x1169 ) return true;
// [ #x116d - #x116e ]
if ( c < 0x116d ) return false;
if ( c <= 0x116e ) return true;
// [ #x1172 - #x1173 ]
if ( c < 0x1172 ) return false;
if ( c <= 0x1173 ) return true;
// #x1175
if ( c == 0x1175 ) return true;
// #x119e
if ( c == 0x119e ) return true;
// #x11a8
if ( c == 0x11a8 ) return true;
// #x11ab
if ( c == 0x11ab ) return true;
// [ #x11ae - #x11af ]
if ( c < 0x11ae ) return false;
if ( c <= 0x11af ) return true;
// [ #x11b7 - #x11b8 ]
if ( c < 0x11b7 ) return false;
if ( c <= 0x11b8 ) return true;
// #x11ba
if ( c == 0x11ba ) return true;
// [ #x11bc - #x11c2 ]
if ( c < 0x11bc ) return false;
if ( c <= 0x11c2 ) return true;
// #x11eb
if ( c == 0x11eb ) return true;
// #x11f0
if ( c == 0x11f0 ) return true;
// #x11f9
if ( c == 0x11f9 ) return true;
// [ #x1e00 - #x1e9b ]
if ( c < 0x1e00 ) return false;
if ( c <= 0x1e9b ) return true;
// [ #x1ea0 - #x1ef9 ]
if ( c < 0x1ea0 ) return false;
if ( c <= 0x1ef9 ) return true;
// [ #x1f00 - #x1f15 ]
if ( c < 0x1f00 ) return false;
if ( c <= 0x1f15 ) return true;
// [ #x1f18 - #x1f1d ]
if ( c < 0x1f18 ) return false;
if ( c <= 0x1f1d ) return true;
// [ #x1f20 - #x1f45 ]
if ( c < 0x1f20 ) return false;
if ( c <= 0x1f45 ) return true;
// [ #x1f48 - #x1f4d ]
if ( c < 0x1f48 ) return false;
if ( c <= 0x1f4d ) return true;
// [ #x1f50 - #x1f57 ]
if ( c < 0x1f50 ) return false;
if ( c <= 0x1f57 ) return true;
// #x1f59
if ( c == 0x1f59 ) return true;
// #x1f5b
if ( c == 0x1f5b ) return true;
// #x1f5d
if ( c == 0x1f5d ) return true;
// [ #x1f5f - #x1f7d ]
if ( c < 0x1f5f ) return false;
if ( c <= 0x1f7d ) return true;
// [ #x1f80 - #x1fb4 ]
if ( c < 0x1f80 ) return false;
if ( c <= 0x1fb4 ) return true;
// [ #x1fb6 - #x1fbc ]
if ( c < 0x1fb6 ) return false;
if ( c <= 0x1fbc ) return true;
// #x1fbe
if ( c == 0x1fbe ) return true;
// [ #x1fc2 - #x1fc4 ]
if ( c < 0x1fc2 ) return false;
if ( c <= 0x1fc4 ) return true;
// [ #x1fc6 - #x1fcc ]
if ( c < 0x1fc6 ) return false;
if ( c <= 0x1fcc ) return true;
// [ #x1fd0 - #x1fd3 ]
if ( c < 0x1fd0 ) return false;
if ( c <= 0x1fd3 ) return true;
// [ #x1fd6 - #x1fdb ]
if ( c < 0x1fd6 ) return false;
if ( c <= 0x1fdb ) return true;
// [ #x1fe0 - #x1fec ]
if ( c < 0x1fe0 ) return false;
if ( c <= 0x1fec ) return true;
// [ #x1ff2 - #x1ff4 ]
if ( c < 0x1ff2 ) return false;
if ( c <= 0x1ff4 ) return true;
// [ #x1ff6 - #x1ffc ]
if ( c < 0x1ff6 ) return false;
if ( c <= 0x1ffc ) return true;
// #x2126
if ( c == 0x2126 ) return true;
// [ #x212a - #x212b ]
if ( c < 0x212a ) return false;
if ( c <= 0x212b ) return true;
// #x212e
if ( c == 0x212e ) return true;
// [ #x2180 - #x2182 ]
if ( c < 0x2180 ) return false;
if ( c <= 0x2182 ) return true;
// [ #x3041 - #x3094 ]
if ( c < 0x3041 ) return false;
if ( c <= 0x3094 ) return true;
// [ #x30a1 - #x30fa ]
if ( c < 0x30a1 ) return false;
if ( c <= 0x30fa ) return true;
// [ #x3105 - #x312c ]
if ( c < 0x3105 ) return false;
if ( c <= 0x312c ) return true;
// [ #xac00 - #xd7a3 ]
if ( c < 0xac00 ) return false;
if ( c <= 0xd7a3 ) return true;
return false;
}