OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextCodePoint
(Results
1 - 25
of
68
) sorted by null
1
2
3
/external/icu/android_icu4j/src/main/java/android/icu/text/
UForwardCharacterIterator.java
36
* It provides
nextCodePoint
() to access a code point and advance an internal
39
* <p>
nextCodePoint
() assumes that the current position is that of
41
* After
nextCodePoint
(), this will be true again.
45
* is returned even by
nextCodePoint
().
86
public int
nextCodePoint
();
BytesDictionaryMatcher.java
46
int c = text.
nextCodePoint
();
74
c = text.
nextCodePoint
();
CharsDictionaryMatcher.java
25
int c = text.
nextCodePoint
();
53
c = text.
nextCodePoint
();
UCharacterIterator.java
191
public int
nextCodePoint
(){
356
while(delta>0 &&
nextCodePoint
() != DONE){delta--;}
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UForwardCharacterIterator.java
35
* It provides
nextCodePoint
() to access a code point and advance an internal
38
* <p>
nextCodePoint
() assumes that the current position is that of
40
* After
nextCodePoint
(), this will be true again.
44
* is returned even by
nextCodePoint
().
88
public int
nextCodePoint
();
CharsDictionaryMatcher.java
24
int c = text.
nextCodePoint
();
52
c = text.
nextCodePoint
();
BytesDictionaryMatcher.java
45
int c = text.
nextCodePoint
();
73
c = text.
nextCodePoint
();
UCharacterIterator.java
205
public int
nextCodePoint
(){
380
while(delta>0 &&
nextCodePoint
() != DONE){delta--;}
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
IterCollationIterator.java
41
public int
nextCodePoint
() {
42
return iter.
nextCodePoint
();
FCDIterCollationIterator.java
52
public int
nextCodePoint
() {
80
c = iter.
nextCodePoint
();
207
while(num > 0 &&
nextCodePoint
() >= 0) {
269
int c = iter.
nextCodePoint
();
282
c = iter.
nextCodePoint
();
364
iter.
nextCodePoint
();
376
iter.
nextCodePoint
();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
IterCollationIterator.java
39
public int
nextCodePoint
() {
40
return iter.
nextCodePoint
();
FCDIterCollationIterator.java
50
public int
nextCodePoint
() {
78
c = iter.
nextCodePoint
();
205
while(num > 0 &&
nextCodePoint
() >= 0) {
267
int c = iter.
nextCodePoint
();
280
c = iter.
nextCodePoint
();
362
iter.
nextCodePoint
();
374
iter.
nextCodePoint
();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UnicodeNormalizer.java
103
ch = UTF16Util.
nextCodePoint
(source, i);
112
ch = UTF16Util.
nextCodePoint
(buffer, j);
140
int starterCh = UTF16Util.
nextCodePoint
(target,0);
148
int ch = UTF16Util.
nextCodePoint
(target, decompPos);
NormalizerData.java
66
ch = UTF16Util.
nextCodePoint
(decomp, i);
NormalizerBuilder.java
200
int second = UTF16Util.
nextCodePoint
(decomp, 0);
203
second = UTF16Util.
nextCodePoint
(decomp,
423
int second = UTF16Util.
nextCodePoint
(decomp, 0);
426
second = UTF16Util.
nextCodePoint
(decomp,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UnicodeNormalizer.java
102
ch = UTF16Util.
nextCodePoint
(source, i);
111
ch = UTF16Util.
nextCodePoint
(buffer, j);
139
int starterCh = UTF16Util.
nextCodePoint
(target,0);
147
int ch = UTF16Util.
nextCodePoint
(target, decompPos);
NormalizerData.java
65
ch = UTF16Util.
nextCodePoint
(decomp, i);
NormalizerBuilder.java
199
int second = UTF16Util.
nextCodePoint
(decomp, 0);
202
second = UTF16Util.
nextCodePoint
(decomp,
422
int second = UTF16Util.
nextCodePoint
(decomp, 0);
425
second = UTF16Util.
nextCodePoint
(decomp,
/external/icu/icu4c/source/i18n/
uitercollationiterator.h
43
virtual UChar32
nextCodePoint
(UErrorCode &errorCode);
75
virtual UChar32
nextCodePoint
(UErrorCode &errorCode);
utf8collationiterator.h
44
virtual UChar32
nextCodePoint
(UErrorCode &errorCode);
91
virtual UChar32
nextCodePoint
(UErrorCode &errorCode);
utf16collationiterator.h
55
virtual UChar32
nextCodePoint
(UErrorCode &errorCode);
102
virtual UChar32
nextCodePoint
(UErrorCode &errorCode);