Home | History | Annotate | Download | only in text

Lines Matching refs:indexes

197     /* indexes[] value names */
211 // Indexes read from the data file
212 private int[] indexes;
263 // read the indexes
264 indexes = reader.readIndexes(INDEX_TOP);
268 //indexes[INDEX_MAPPING_DATA_SIZE] store the size of mappingData in bytes
270 mappingData = reader.read(indexes[INDEX_MAPPING_DATA_SIZE]/2);
273 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0);
274 checkBiDi = ((indexes[OPTIONS] & CHECK_BIDI_ON) > 0);
276 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]);
280 ((indexes[OPTIONS] & NORMALIZATION_ON) > 0) /* normalization turned on*/
398 if(index >= indexes[ONE_UCHAR_MAPPING_INDEX_START] &&
399 index < indexes[TWO_UCHARS_MAPPING_INDEX_START]){
401 }else if(index >= indexes[TWO_UCHARS_MAPPING_INDEX_START] &&
402 index < indexes[THREE_UCHARS_MAPPING_INDEX_START]){
404 }else if(index >= indexes[THREE_UCHARS_MAPPING_INDEX_START] &&
405 index < indexes[FOUR_UCHARS_MAPPING_INDEX_START]){