Home
last modified time | relevance | path

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

/external/icu4c/common/
Dnormalizer2impl.cpp1440 uint32_t oredValue=utrie2_get32(me->newFCDTrie, lead); in createInstance() local
1441 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()