Home | History | Annotate | Download | only in i18n

Lines Matching refs:UChar32

895 inline uint8_t i_getCombiningClass(UChar32 c, const UCollator *coll) {
1053 static const UChar32
1075 static const UChar32
1102 static UChar32 swapCJK(UChar32 i) {
1136 U_CAPI UChar32 U_EXPORT2
1137 uprv_uca_getRawFromCodePoint(UChar32 i) {
1141 U_CAPI UChar32 U_EXPORT2
1142 uprv_uca_getCodePointFromRaw(UChar32 i) {
1144 UChar32 result = 0;
1166 uprv_uca_getImplicitFromRaw(UChar32 cp) {
1213 uprv_uca_getImplicitPrimary(UChar32 cp) {
1232 U_CAPI UChar32 U_EXPORT2
1234 UChar32 result;
1235 UChar32 b3 = implicit & 0xFF;
1236 UChar32 b2 = (implicit >> 8) & 0xFF;
1237 UChar32 b1 = (implicit >> 16) & 0xFF;
1238 UChar32 b0 = (implicit >> 24) & 0xFF;
1252 UChar32 remainder = b2 % final3Multiplier;
1264 UChar32 remainder = b3 % final4Multiplier;
1501 static uint32_t getImplicit(UChar32 cp, collIterate *collationSource);
1502 static uint32_t getPrevImplicit(UChar32 cp, collIterate *collationSource);
1551 UChar32 iterCh = collationSource->iterator->next(collationSource->iterator);
1881 UChar32 c;
1899 UChar32 peekCodePoint(collIterate *source, int32_t offset) {
1900 UChar32 c;
2060 UChar32 iterCh = data->iterator->previous(data->iterator);
2583 inline uint32_t getImplicit(UChar32 cp, collIterate *collationSource) {
2757 UChar32 cp = ch;
2892 UChar32 miss = schar;
2894 UChar32 surrNextChar; /* the next char in the iteration to test */
3046 UChar32 char32 = 0;
3371 inline uint32_t getPrevImplicit(UChar32 cp, collIterate *collationSource) {
3805 UChar32 char32 = 0;
4118 UChar32 cp = 0;
5978 UChar32 first, second;
7119 UChar32 c;
8099 UChar32 schar = 0, tchar = 0;
8148 UChar32 sChar = 0, tChar = 0;
8488 UChar32 sChar = U_SENTINEL, tChar = U_SENTINEL;
8788 UChar32 uc32 = -1;