OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextCodePoint
(Results
26 - 50
of
68
) sorted by null
1
2
3
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
TestUCharacterIterator.java
99
ch = iterator2.
nextCodePoint
();
103
errln("Error mismatch in next() and
nextCodePoint
()");
109
errln("Error mismatch in next and
nextCodePoint
for " +
210
c = iter.
nextCodePoint
();
223
c=iter.
nextCodePoint
();
373
c1=iter.
nextCodePoint
();
482
while((ch=iter.
nextCodePoint
()) !=UCharacterIterator.DONE){
484
errln("iter.
nextCodePoint
() failed");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
TestUCharacterIterator.java
95
ch = iterator2.
nextCodePoint
();
99
errln("Error mismatch in next() and
nextCodePoint
()");
105
errln("Error mismatch in next and
nextCodePoint
for " +
206
c = iter.
nextCodePoint
();
219
c=iter.
nextCodePoint
();
369
c1=iter.
nextCodePoint
();
478
while((ch=iter.
nextCodePoint
()) !=UCharacterIterator.DONE){
480
errln("iter.
nextCodePoint
() failed");
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
UTF16CollationIterator.java
71
public int
nextCodePoint
() {
CollationIterator.java
361
public abstract int
nextCodePoint
();
399
int c =
nextCodePoint
();
514
nextCp =
nextCodePoint
();
686
int c =
nextCodePoint
();
814
suffixes.firstForCodePoint(
nextCodePoint
());
[
all
...]
FCDUTF16CollationIterator.java
91
public int
nextCodePoint
() {
194
while(num > 0 &&
nextCodePoint
() >= 0) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
UTF16CollationIterator.java
69
public int
nextCodePoint
() {
CollationIterator.java
359
public abstract int
nextCodePoint
();
397
int c =
nextCodePoint
();
512
nextCp =
nextCodePoint
();
684
int c =
nextCodePoint
();
812
suffixes.firstForCodePoint(
nextCodePoint
());
814
suffixes.nextForCodePoint(
nextCodePoint
());
[
all
...]
FCDUTF16CollationIterator.java
89
public int
nextCodePoint
() {
192
while(num > 0 &&
nextCodePoint
() >= 0) {
/external/guava/guava-tests/benchmark/com/google/common/base/
CharMatcherBenchmark.java
112
int cp = sampler.
nextCodePoint
();
166
public int
nextCodePoint
() {
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFilteredSentenceBreakIterator.java
68
uch = text.
nextCodePoint
();
103
while ((uch = text.
nextCodePoint
()) != BreakIterator.DONE
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFilteredSentenceBreakIterator.java
66
uch = text.
nextCodePoint
();
101
while ((uch = text.
nextCodePoint
()) != BreakIterator.DONE
/external/icu/icu4c/source/i18n/
uitercollationiterator.cpp
59
UIterCollationIterator::
nextCodePoint
(UErrorCode & /*errorCode*/) {
160
FCDUIterCollationIterator::
nextCodePoint
(UErrorCode &errorCode) {
259
while(num > 0 && FCDUIterCollationIterator::
nextCodePoint
(errorCode) >= 0) {
utf16collationiterator.cpp
86
UTF16CollationIterator::
nextCodePoint
(UErrorCode & /*errorCode*/) {
249
FCDUTF16CollationIterator::
nextCodePoint
(UErrorCode &errorCode) {
327
while(num > 0 && FCDUTF16CollationIterator::
nextCodePoint
(errorCode) >= 0) {
utf8collationiterator.cpp
94
UTF8CollationIterator::
nextCodePoint
(UErrorCode & /*errorCode*/) {
265
FCDUTF8CollationIterator::
nextCodePoint
(UErrorCode &errorCode) {
344
while(num > 0 && FCDUTF8CollationIterator::
nextCodePoint
(errorCode) >= 0) {
collationiterator.cpp
206
c =
nextCodePoint
(errorCode);
316
nextCp =
nextCodePoint
(errorCode);
472
UChar32 c =
nextCodePoint
(errorCode);
610
suffixes.firstForCodePoint(
nextCodePoint
(errorCode));
612
suffixes.nextForCodePoint(
nextCodePoint
(errorCode));
693
UChar32 c =
nextCodePoint
(errorCode);
[
all
...]
collationiterator.h
199
virtual UChar32
nextCodePoint
(UErrorCode &errorCode) = 0;
rulebasedcollator.cpp
788
UChar32
nextCodePoint
() {
802
* @param c the last code point returned by
nextCodePoint
() or nextDecomposedCodePoint()
902
return u8ci.
nextCodePoint
(errorCode);
926
return uici.
nextCodePoint
(errorCode);
936
UChar32 leftCp = left.
nextCodePoint
();
937
UChar32 rightCp = right.
nextCodePoint
();
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrep.java
386
while((ch=iter.
nextCodePoint
())!= UCharacterIterator.DONE){
522
while((ch=iter.
nextCodePoint
())!= UCharacterIterator.DONE){
NumberingSystem.java
263
while ( (c = it.
nextCodePoint
()) != UCharacterIterator.DONE) {
RuleBasedCollator.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrep.java
403
while((ch=iter.
nextCodePoint
())!= UCharacterIterator.DONE){
540
while((ch=iter.
nextCodePoint
())!= UCharacterIterator.DONE){
NumberingSystem.java
272
while ( (c = it.
nextCodePoint
()) != UCharacterIterator.DONE) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
PunycodeReference.java
229
while((ch=iter.
nextCodePoint
())!= UCharacterIterator.DONE){
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java
228
while((ch=iter.
nextCodePoint
())!= UCharacterIterator.DONE){
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java
[
all
...]
Completed in 529 milliseconds
1
2
3