Home | History | Annotate | Download | only in unicode

Lines Matching refs:UChar32

33  * of Unicode characters. ICU uses the type UChar32 for them.
71 * UChar32 c;
160 virtual UChar32 next32PostInc(void) = 0;
220 * UChar32 c;
240 * UChar32 c;
263 * UChar32 c=it.current32();
408 virtual UChar32 first32(void) = 0;
418 virtual UChar32 first32PostInc(void);
445 virtual UChar32 last32(void) = 0;
477 virtual UChar32 setIndex32(int32_t position) = 0;
491 virtual UChar32 current32(void) const = 0;
512 virtual UChar32 next32(void) = 0;
530 virtual UChar32 previous32(void) = 0;