OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyFromBaseCE32
(Results
1 - 8
of
8
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataBuilder.java
190
oldCE32 =
copyFromBaseCE32
(c, baseCE32, true);
277
ce32 =
copyFromBaseCE32
(c, ce32, true);
293
ce32 =
copyFromBaseCE32
(c, ce32, false /* without context */);
545
protected int
copyFromBaseCE32
(int c, int ce32, boolean withContext) {
571
return
copyFromBaseCE32
(c, ce32, false);
579
ce32 =
copyFromBaseCE32
(c, ce32, true);
592
ce32 =
copyFromBaseCE32
(c, ce32, true);
605
return
copyFromBaseCE32
(c, ce32, false);
623
throw new AssertionError("
copyFromBaseCE32
(c, ce32, withContext) " +
647
ce32 =
copyFromBaseCE32
(c, ce32, true)
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataBuilder.java
189
oldCE32 =
copyFromBaseCE32
(c, baseCE32, true);
276
ce32 =
copyFromBaseCE32
(c, ce32, true);
292
ce32 =
copyFromBaseCE32
(c, ce32, false /* without context */);
544
protected int
copyFromBaseCE32
(int c, int ce32, boolean withContext) {
570
return
copyFromBaseCE32
(c, ce32, false);
578
ce32 =
copyFromBaseCE32
(c, ce32, true);
591
ce32 =
copyFromBaseCE32
(c, ce32, true);
604
return
copyFromBaseCE32
(c, ce32, false);
622
throw new AssertionError("
copyFromBaseCE32
(c, ce32, withContext) " +
646
ce32 =
copyFromBaseCE32
(c, ce32, true)
[
all
...]
/external/icu/icu4c/source/i18n/
collationdatabuilder.cpp
557
oldCE32 =
copyFromBaseCE32
(c, baseCE32, TRUE, errorCode);
769
CollationDataBuilder::
copyFromBaseCE32
(UChar32 c, uint32_t ce32, UBool withContext,
798
return
copyFromBaseCE32
(c, ce32, FALSE, errorCode);
806
ce32 =
copyFromBaseCE32
(c, ce32, TRUE, errorCode);
820
ce32 =
copyFromBaseCE32
(c, ce32, TRUE, errorCode);
834
return
copyFromBaseCE32
(c, ce32, FALSE, errorCode);
[
all
...]
collationdatabuilder.h
196
uint32_t
copyFromBaseCE32
(UChar32 c, uint32_t ce32, UBool withContext, UErrorCode &errorCode);
/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 83 milliseconds