OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previousCC
(Results
1 - 7
of
7
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java
135
lastCC=
previousCC
();
138
while(
previousCC
()>1) {}
297
* which stops
previousCC
() before it reads that character and looks up its cc.
298
*
previousCC
() is normally only called from insert().
310
for(setIterator(), skipPrevious();
previousCC
()>cc;) {}
338
private int
previousCC
() { // Returns 0 if there is no previous character.
[
all
...]
/external/icu/icu4c/source/common/
normalizer2impl.cpp
53
lastCC=
previousCC
();
56
while(
previousCC
()>1) {}
211
uint8_t ReorderingBuffer::
previousCC
() {
232
for(setIterator(), skipPrevious();
previousCC
()>cc;) {}
[
all
...]
normalizer2impl.h
183
* which stops
previousCC
() before it reads that character and looks up its cc.
184
*
previousCC
() is normally only called from insert().
214
uint8_t
previousCC
(); // Returns 0 if there is no previous character.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java
131
lastCC=
previousCC
();
134
while(
previousCC
()>1) {}
293
* which stops
previousCC
() before it reads that character and looks up its cc.
294
*
previousCC
() is normally only called from insert().
306
for(setIterator(), skipPrevious();
previousCC
()>cc;) {}
334
private int
previousCC
() { // Returns 0 if there is no previous character.
[
all
...]
/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 1079 milliseconds