Searched refs:oredValue (Results 1 – 1 of 1) sorted by relevance
1440 uint32_t oredValue=utrie2_get32(me->newFCDTrie, lead); in createInstance() local1441 utrie2_enumForLeadSurrogate(me->newFCDTrie, lead, NULL, enumRangeOrValue, &oredValue); in createInstance()1442 if(oredValue!=0) { in createInstance()1447 if(oredValue>0xff) { in createInstance()1448 oredValue=0x100|(oredValue&0xff); in createInstance()1450 utrie2_set32ForLeadSurrogateCodeUnit(me->newFCDTrie, lead, oredValue, &errorCode); in createInstance()