OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCharAt
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/common/unicode/
rep.h
233
virtual char16_t
getCharAt
(int32_t offset) const = 0;
251
return
getCharAt
(offset);
unistr.h
[
all
...]
/external/icu/icu4c/source/test/intltest/
reptest.cpp
115
virtual UChar
getCharAt
(int32_t offset) const{
127
} else if (start > 0 &&
getCharAt
(start-1) != NO_STYLE_MARK) {
138
if (
getCharAt
(start+i) == NO_STYLE_MARK) {
186
virtual UChar
getCharAt
(int32_t /*offset*/) const{
/external/icu/icu4c/source/i18n/
utrans.cpp
83
virtual UChar
getCharAt
(int32_t offset) const;
104
UChar ReplaceableGlue::
getCharAt
(int32_t offset) const {
/external/icu/icu4c/source/common/
unistr.cpp
779
UnicodeString::
getCharAt
(int32_t offset) const {
[
all
...]
Completed in 171 milliseconds