HomeSort by relevance Sort by last modified time
    Searched defs:getCharAt (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
utrans.cpp 80 virtual UChar getCharAt(int32_t offset) const;
101 UChar ReplaceableGlue::getCharAt(int32_t offset) const {
  /external/icu4c/test/intltest/
reptest.cpp 113 virtual UChar getCharAt(int32_t offset) const{
125 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) {
136 if (getCharAt(start+i) == NO_STYLE_MARK) {
184 virtual UChar getCharAt(int32_t /*offset*/) const{
  /external/icu4c/common/
unistr.cpp 682 UnicodeString::getCharAt(int32_t offset) const {
    [all...]

Completed in 29 milliseconds