Home
last modified time | relevance | path

Searched refs:trieWord (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/gensprep/
Dstore.c247 uint16_t trieWord =0; in storeMappingData() local
282 trieWord = currentIndex << 2; in storeMappingData()
284 trieWord += 0x02; in storeMappingData()
286 if(trieWord > _SPREP_TYPE_THRESHOLD){ in storeMappingData()
295 trieWord += 0x01; in storeMappingData()
307 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMappingData()
360 uint16_t trieWord = 0; in storeMapping() local
375 trieWord += 0x01; in storeMapping()
392 trieWord = (uint16_t)(_SPREP_MAX_INDEX_VALUE << 2); in storeMapping()
394 if(trieWord < _SPREP_TYPE_THRESHOLD){ in storeMapping()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java359 private static final void getValues(char trieWord,Values values){ in getValues() argument
361 if(trieWord == 0){ in getValues()
368 }else if(trieWord >= TYPE_THRESHOLD){ in getValues()
369 values.type = (trieWord - TYPE_THRESHOLD); in getValues()
374 if((trieWord & 0x02)>0){ in getValues()
376 values.value = trieWord >> 2; //mask off the lower 2 bits and shift in getValues()
380 values.value = (trieWord<<16)>>16; in getValues()
385 if((trieWord>>2) == MAX_INDEX_VALUE){ in getValues()
/external/icu/icu4c/source/common/
Dusprep.cpp468 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() argument
471 if(trieWord == 0){ in getValues()
480 }else if(trieWord >= _SPREP_TYPE_THRESHOLD){ in getValues()
481 type = (UStringPrepType) (trieWord - _SPREP_TYPE_THRESHOLD); in getValues()
488 if(trieWord & 0x02){ in getValues()
490 value = trieWord >> 2; //mask off the lower 2 bits and shift in getValues()
493 value = (int16_t)trieWord; in getValues()
497 if((trieWord>>2) == _SPREP_MAX_INDEX_VALUE){ in getValues()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...