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

/external/icu/icu4c/source/test/cintltst/
H A Dutexttst.c129 c = utext_char32At(uta, 0);
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp948 c = utext_char32At(ut, 1);
950 c = utext_char32At(ut, 3);
952 c = utext_char32At(ut, 5);
954 c = utext_char32At(ut, 6);
1031 UChar32 c32 = utext_char32At(ut, i);
1101 UChar32 c32 = utext_char32At(ut, i);
1169 UChar32 c32 = utext_char32At(ut, i);
/external/icu/icu4c/source/common/unicode/
H A Dutext.h441 * will return the char at zero. utext_char32At(negative index), on the other hand, will
452 utext_char32At(UText *ut, int64_t nativeIndex);
H A Durename.h1663 #define utext_char32At U_ICU_ENTRY_POINT_RENAME(utext_char32At) macro
/external/icu/icu4c/source/common/
H A Dutext.cpp240 utext_char32At(UText *ut, int64_t nativeIndex) { function

Completed in 116 milliseconds