Searched refs:trieWord (Results 1 – 5 of 5) sorted by relevance
249 uint16_t trieWord =0; in storeMappingData() local284 trieWord = currentIndex << 2; in storeMappingData()286 trieWord += 0x02; in storeMappingData()288 if(trieWord > _SPREP_TYPE_THRESHOLD){ in storeMappingData()297 trieWord += 0x01; in storeMappingData()309 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMappingData()362 uint16_t trieWord = 0; in storeMapping() local377 trieWord += 0x01; in storeMapping()394 trieWord = (uint16_t)(_SPREP_MAX_INDEX_VALUE << 2); in storeMapping()396 if(trieWord < _SPREP_TYPE_THRESHOLD){ in storeMapping()[all …]
338 private static final void getValues(char trieWord,Values values){ in getValues() argument340 if(trieWord == 0){ in getValues()347 }else if(trieWord >= TYPE_THRESHOLD){ in getValues()348 values.type = (trieWord - TYPE_THRESHOLD); in getValues()353 if((trieWord & 0x02)>0){ in getValues()355 values.value = trieWord >> 2; //mask off the lower 2 bits and shift in getValues()359 values.value = (trieWord<<16)>>16; in getValues()364 if((trieWord>>2) == MAX_INDEX_VALUE){ in getValues()
355 private static final void getValues(char trieWord,Values values){ in getValues() argument357 if(trieWord == 0){ in getValues()364 }else if(trieWord >= TYPE_THRESHOLD){ in getValues()365 values.type = (trieWord - TYPE_THRESHOLD); in getValues()370 if((trieWord & 0x02)>0){ in getValues()372 values.value = trieWord >> 2; //mask off the lower 2 bits and shift in getValues()376 values.value = (trieWord<<16)>>16; in getValues()381 if((trieWord>>2) == MAX_INDEX_VALUE){ in getValues()
470 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() argument473 if(trieWord == 0){ in getValues()482 }else if(trieWord >= _SPREP_TYPE_THRESHOLD){ in getValues()483 type = (UStringPrepType) (trieWord - _SPREP_TYPE_THRESHOLD); in getValues()490 if(trieWord & 0x02){ in getValues()492 value = trieWord >> 2; //mask off the lower 2 bits and shift in getValues()495 value = (int16_t)trieWord; in getValues()499 if((trieWord>>2) == _SPREP_MAX_INDEX_VALUE){ in getValues()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...