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

  /external/chromium/third_party/icu/public/common/unicode/
rep.h 231 virtual UChar getCharAt(int32_t offset) const = 0;
247 return getCharAt(offset);
unistr.h     [all...]
  /external/icu4c/common/unicode/
rep.h 231 virtual UChar getCharAt(int32_t offset) const = 0;
247 return getCharAt(offset);
unistr.h     [all...]
  /external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/i18n/
utrans.cpp 80 virtual UChar getCharAt(int32_t offset) const;
101 UChar ReplaceableGlue::getCharAt(int32_t offset) const {
  /external/icu4c/i18n/
utrans.cpp 80 virtual UChar getCharAt(int32_t offset) const;
101 UChar ReplaceableGlue::getCharAt(int32_t offset) const {
  /external/chromium/third_party/icu/source/common/
unistr.cpp 682 UnicodeString::getCharAt(int32_t offset) const {
    [all...]
  /external/icu4c/common/
unistr.cpp 683 UnicodeString::getCharAt(int32_t offset) const {
    [all...]

Completed in 225 milliseconds