Home | History | Annotate | Download | only in unicode

Lines Matching refs:UTEXT_CURRENT32

436  *    utext_current32();
464 utext_current32(UText *ut);
836 * inline version of utext_current32(), for performance-critical situations.
844 #define UTEXT_CURRENT32(ut) \
846 ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))