Home | History | Annotate | Download | only in makeconv

Lines Matching defs:u32

330     UChar32 *u32;
344 u32=UCM_GET_CODE_POINTS(table, m);
346 u_strFromUTF32(NULL, 0, &u16Length, u32, m->uLen, &errorCode);
359 u_strFromUTF32(u, u16Length, NULL, u32, m->uLen, &errorCode);
614 UChar32 *u32;
619 u32=UCM_GET_CODE_POINTS(table, m);
620 u=(UChar *)u32; /* destructive in-place recoding */
622 c=u32[q];