Searched refs:trieWord (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/gensprep/
H A Dstore.c87 * if(trieWord >= _SPREP_TYPE_THRESHOLD){
88 * type = trieWord - 0xFFF0;
247 uint16_t trieWord =0; local
282 trieWord = currentIndex << 2;
284 trieWord += 0x02;
286 if(trieWord > _SPREP_TYPE_THRESHOLD){
287 fprintf(stderr,"trieWord cannot contain value greater than 0x%04X.\n",_SPREP_TYPE_THRESHOLD);
295 trieWord += 0x01;
307 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
360 uint16_t trieWord local
466 uint16_t trieWord = 0; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dusprep.cpp473 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ argument
476 if(trieWord == 0){
485 }else if(trieWord >= _SPREP_TYPE_THRESHOLD){
486 type = (UStringPrepType) (trieWord - _SPREP_TYPE_THRESHOLD);
493 if(trieWord & 0x02){
495 value = trieWord >> 2; //mask off the lower 2 bits and shift
498 value = (int16_t)trieWord;
502 if((trieWord>>2) == _SPREP_MAX_INDEX_VALUE){
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_elm.cpp1548 uint32_t trieWord; local
1554 trieWord = UTRIE_GET32_FROM_LEAD(&UCAt, 0xDC01);

Completed in 123 milliseconds