OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextSkippedCodePoint
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
collationiterator.cpp
315
// avoiding the function call and the
nextSkippedCodePoint
() overhead.
330
nextCp =
nextSkippedCodePoint
(errorCode);
469
CollationIterator::
nextSkippedCodePoint
(UErrorCode &errorCode) {
508
if(!USTRINGTRIE_HAS_NEXT(match) || (c =
nextSkippedCodePoint
(errorCode)) < 0) {
513
} else if(match == USTRINGTRIE_NO_MATCH || (nextCp =
nextSkippedCodePoint
(errorCode)) < 0) {
529
c =
nextSkippedCodePoint
(errorCode);
580
UChar32 nextCp =
nextSkippedCodePoint
(errorCode);
644
if((c =
nextSkippedCodePoint
(errorCode)) < 0) { break; }
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java
513
// avoiding the function call and the
nextSkippedCodePoint
() overhead.
528
nextCp =
nextSkippedCodePoint
();
683
private final int
nextSkippedCodePoint
() {
720
if(!match.hasNext() || (c =
nextSkippedCodePoint
()) < 0) {
725
} else if(match == BytesTrie.Result.NO_MATCH || (nextCp =
nextSkippedCodePoint
()) < 0) {
741
c =
nextSkippedCodePoint
();
788
int nextCp =
nextSkippedCodePoint
();
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java
511
// avoiding the function call and the
nextSkippedCodePoint
() overhead.
526
nextCp =
nextSkippedCodePoint
();
681
private final int
nextSkippedCodePoint
() {
718
if(!match.hasNext() || (c =
nextSkippedCodePoint
()) < 0) {
723
} else if(match == BytesTrie.Result.NO_MATCH || (nextCp =
nextSkippedCodePoint
()) < 0) {
739
c =
nextSkippedCodePoint
();
786
int nextCp =
nextSkippedCodePoint
();
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 50 milliseconds