OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charIter
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
NativeBreakIterator.java
32
private CharacterIterator
charIter
;
37
this.
charIter
= new StringCharacterIterator("");
45
clone.
charIter
= this.
charIter
;
59
return type == rhs.type &&
charIter
.equals(rhs.
charIter
);
89
this.
charIter
.setIndex(newLoc);
90
return this.
charIter
;
122
this.
charIter
= it;
/external/icu4c/common/unicode/
uiter.h
659
* CharacterIterator
charIter
.
661
* The CharacterIterator pointer
charIter
is set into UCharIterator.context
670
* @param
charIter
CharacterIterator to wrap
676
uiter_setCharacterIterator(UCharIterator *iter, U_NAMESPACE_QUALIFIER CharacterIterator *
charIter
);
/external/webkit/Source/JavaScriptCore/icu/unicode/
uiter.h
659
* CharacterIterator
charIter
.
661
* The CharacterIterator pointer
charIter
is set into UCharIterator.context
670
* @param
charIter
CharacterIterator to wrap
676
uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *
charIter
);
/external/webkit/Source/JavaScriptGlue/icu/unicode/
uiter.h
659
* CharacterIterator
charIter
.
661
* The CharacterIterator pointer
charIter
is set into UCharIterator.context
670
* @param
charIter
CharacterIterator to wrap
676
uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *
charIter
);
/external/webkit/Source/WebCore/icu/unicode/
uiter.h
659
* CharacterIterator
charIter
.
661
* The CharacterIterator pointer
charIter
is set into UCharIterator.context
670
* @param
charIter
CharacterIterator to wrap
676
uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *
charIter
);
/external/webkit/Source/WebKit/mac/icu/unicode/
uiter.h
659
* CharacterIterator
charIter
.
661
* The CharacterIterator pointer
charIter
is set into UCharIterator.context
670
* @param
charIter
CharacterIterator to wrap
676
uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *
charIter
);
/external/icu4c/common/
uiter.cpp
19
#include "unicode/
chariter
.h"
469
uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *
charIter
) {
471
if(
charIter
!=0) {
473
iter->context=
charIter
;
Completed in 534 milliseconds