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

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h203 static inline int32_t indexFromTempCE32(uint32_t tempCE32) { argument
204 tempCE32 -= 0x40400620;
206 ((int32_t)(tempCE32 >> 11) & 0xfe000) |
207 ((int32_t)(tempCE32 >> 10) & 0x1fc0) |
208 ((int32_t)(tempCE32 >> 8) & 0x3f);

Completed in 30 milliseconds