Searched refs:aiClass (Results 1 – 1 of 1) sorted by relevance
185393 static const unsigned char aiClass[] = { variable186094 switch( aiClass[*z] ){ /* Switch on the character-class of the first byte186358 if( aiClass[z[1]]>CC_KYWD ){ i = 1; break; }186359 for(i=2; aiClass[z[i]]<=CC_KYWD; i++){}