OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasTccc
(Results
1 - 17
of
17
) sorted by null
/external/icu/icu4c/source/i18n/
collationfcd.h
28
* there is if the first unit has a trailing ccc=0 (!
hasTccc
(first))
41
* We set
hasTccc
(lead)=true if any of its 1024 associated supplementary code points
52
*
hasTccc
(trail)=false:
69
static inline UBool
hasTccc
(UChar32 c) {
utf8collationiterator.cpp
169
if(CollationFCD::
hasTccc
(c) && pos != length && nextHasLccc()) {
182
if(CollationFCD::
hasTccc
(c) &&
197
if(CollationFCD::
hasTccc
(U16_LEAD(c)) && pos != length && nextHasLccc()) {
242
return CollationFCD::
hasTccc
(c);
277
if(CollationFCD::
hasTccc
(c <= 0xffff ? c : U16_LEAD(c)) &&
uitercollationiterator.cpp
114
if(CollationFCD::
hasTccc
(c)) {
168
if(CollationFCD::
hasTccc
(c)) {
216
CollationFCD::
hasTccc
(prev = iter.previous(&iter))) {
utf16collationiterator.cpp
216
if(CollationFCD::
hasTccc
(c)) {
257
if(CollationFCD::
hasTccc
(c)) {
298
(pos != start && CollationFCD::
hasTccc
(*(pos - 1)))) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
FCDIterCollationIterator.java
60
if(CollationFCD.
hasTccc
(c)) {
109
CollationFCD.
hasTccc
(prev = iter.previous())) {
157
if(CollationFCD.
hasTccc
(c)) {
FCDUTF16CollationIterator.java
99
if(CollationFCD.
hasTccc
(c)) {
136
(pos != start && CollationFCD.
hasTccc
(seq.charAt(pos - 1)))) {
169
if(CollationFCD.
hasTccc
(c)) {
CollationFCD.java
22
* there is if the first unit has a trailing ccc=0 (!
hasTccc
(first))
35
* We set
hasTccc
(lead)=true if any of its 1024 associated supplementary code points
46
*
hasTccc
(trail)=false:
63
public static boolean
hasTccc
(int c) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
FCDIterCollationIterator.java
58
if(CollationFCD.
hasTccc
(c)) {
107
CollationFCD.
hasTccc
(prev = iter.previous())) {
155
if(CollationFCD.
hasTccc
(c)) {
FCDUTF16CollationIterator.java
97
if(CollationFCD.
hasTccc
(c)) {
134
(pos != start && CollationFCD.
hasTccc
(seq.charAt(pos - 1)))) {
167
if(CollationFCD.
hasTccc
(c)) {
CollationFCD.java
21
* there is if the first unit has a trailing ccc=0 (!
hasTccc
(first))
34
* We set
hasTccc
(lead)=true if any of its 1024 associated supplementary code points
45
*
hasTccc
(trail)=false:
61
public static boolean
hasTccc
(int c) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java
430
if (CollationFCD.
hasTccc
(c)) {
437
diff.remove(0x10000, 0x10ffff); //
hasTccc
() only works for the BMP
438
assertEquals("CollationFCD::
hasTccc
() expected-actual", empty, diffString);
443
assertEquals("CollationFCD::
hasTccc
() actual-expected", empty, diffString);
[
all
...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java
426
if (CollationFCD.
hasTccc
(c)) {
433
diff.remove(0x10000, 0x10ffff); //
hasTccc
() only works for the BMP
434
assertEquals("CollationFCD::
hasTccc
() expected-actual", empty, diffString);
439
assertEquals("CollationFCD::
hasTccc
() actual-expected", empty, diffString);
[
all
...]
/external/icu/icu4c/source/test/intltest/
collationtest.cpp
361
if(CollationFCD::
hasTccc
(c)) { tccc.add(c); }
365
diff.remove(0x10000, 0x10ffff); //
hasTccc
() only works for the BMP
366
assertEquals("CollationFCD::
hasTccc
() expected-actual", empty, diffString);
370
assertEquals("CollationFCD::
hasTccc
() actual-expected", empty, diffString);
[
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 1215 milliseconds