OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleFwdCharIterator
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
sfwdchit.h
13
class
SimpleFwdCharIterator
: public ForwardCharacterIterator {
15
// not used --
SimpleFwdCharIterator
(const UnicodeString& s);
16
SimpleFwdCharIterator
(UChar *s, int32_t len, UBool adopt = FALSE);
18
virtual ~
SimpleFwdCharIterator
();
63
SimpleFwdCharIterator
() {}
64
SimpleFwdCharIterator
(const
SimpleFwdCharIterator
&other)
66
SimpleFwdCharIterator
&operator=(const
SimpleFwdCharIterator
&) { return *this; }
sfwdchit.cpp
21
const int32_t
SimpleFwdCharIterator
::kInvalidHashCode = 0;
22
const int32_t
SimpleFwdCharIterator
::kEmptyHashCode = 1;
25
SimpleFwdCharIterator
::
SimpleFwdCharIterator
(const UnicodeString& s) {
42
SimpleFwdCharIterator
::
SimpleFwdCharIterator
(UChar *s, int32_t len, UBool adopt) {
66
SimpleFwdCharIterator
::~
SimpleFwdCharIterator
() {
71
UBool
SimpleFwdCharIterator
::operator==(const ForwardCharacterIterator& that) const {
92
int32_t
SimpleFwdCharIterator
::hashCode(void) const
[
all
...]
/external/icu/icu4c/source/test/intltest/
sfwdchit.h
13
class
SimpleFwdCharIterator
: public ForwardCharacterIterator {
15
// not used --
SimpleFwdCharIterator
(const UnicodeString& s);
16
SimpleFwdCharIterator
(UChar *s, int32_t len, UBool adopt = FALSE);
18
virtual ~
SimpleFwdCharIterator
();
63
SimpleFwdCharIterator
() {}
64
SimpleFwdCharIterator
(const
SimpleFwdCharIterator
&other)
66
SimpleFwdCharIterator
&operator=(const
SimpleFwdCharIterator
&) { return *this; }
sfwdchit.cpp
21
const int32_t
SimpleFwdCharIterator
::kInvalidHashCode = 0;
22
const int32_t
SimpleFwdCharIterator
::kEmptyHashCode = 1;
25
SimpleFwdCharIterator
::
SimpleFwdCharIterator
(const UnicodeString& s) {
42
SimpleFwdCharIterator
::
SimpleFwdCharIterator
(UChar *s, int32_t len, UBool adopt) {
66
SimpleFwdCharIterator
::~
SimpleFwdCharIterator
() {
71
UBool
SimpleFwdCharIterator
::operator==(const ForwardCharacterIterator& that) const {
92
int32_t
SimpleFwdCharIterator
::hashCode(void) const
[
all
...]
Completed in 1136 milliseconds