HomeSort by relevance Sort by last modified time
    Searched refs:utext_char32At (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/test/cintltst/
utexttst.c 129 c = utext_char32At(uta, 0);
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 948 c = utext_char32At(ut, 1);
950 c = utext_char32At(ut, 3);
952 c = utext_char32At(ut, 5);
954 c = utext_char32At(ut, 6);
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 441 * will return the char at zero. utext_char32At(negative index), on the other hand, will
452 utext_char32At(UText *ut, int64_t nativeIndex);
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/
utext.cpp 240 utext_char32At(UText *ut, int64_t nativeIndex) {
    [all...]

Completed in 212 milliseconds