OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skipLengthAtMatch
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
collationiterator.cpp
59
SkippedState() : pos(0),
skipLengthAtMatch
(0) {}
107
skipLengthAtMatch
= 0;
115
void recordMatch() {
skipLengthAtMatch
= newBuffer.length(); }
120
oldBuffer.replace(0, pos, newBuffer, 0,
skipLengthAtMatch
);
139
int32_t
skipLengthAtMatch
;
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java
134
skipLengthAtMatch
= 0;
143
void recordMatch() {
skipLengthAtMatch
= newBuffer.length(); }
150
oldBuffer.delete(0, pos).insert(0, newBuffer, 0,
skipLengthAtMatch
);
168
private int
skipLengthAtMatch
;
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java
132
skipLengthAtMatch
= 0;
141
void recordMatch() {
skipLengthAtMatch
= newBuffer.length(); }
148
oldBuffer.delete(0, pos).insert(0, newBuffer, 0,
skipLengthAtMatch
);
166
private int
skipLengthAtMatch
;
[
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 642 milliseconds