Home
last modified time | relevance | path

Searched refs:srcCEs (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataBuilder.java724 long[] srcCEs = src.ce64s.getBuffer(); in copyCE32() local
731 long srcCE = srcCEs[srcIndex + i]; in copyCE32()
740 modifiedCEs[j] = srcCEs[srcIndex + j]; in copyCE32()
750 ce32 = dest.encodeExpansion(srcCEs, srcIndex, length); in copyCE32()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationDataBuilder.java725 long[] srcCEs = src.ce64s.getBuffer(); in copyCE32() local
732 long srcCE = srcCEs[srcIndex + i]; in copyCE32()
741 modifiedCEs[j] = srcCEs[srcIndex + j]; in copyCE32()
751 ce32 = dest.encodeExpansion(srcCEs, srcIndex, length); in copyCE32()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationdatabuilder.cpp954 const int64_t *srcCEs = src.ce64s.getBuffer(); in copyCE32() local
955 srcCEs += Collation::indexFromCE32(ce32); in copyCE32()
961 int64_t srcCE = srcCEs[i]; in copyCE32()
970 modifiedCEs[j] = srcCEs[j]; in copyCE32()
980 ce32 = dest.encodeExpansion(srcCEs, length, errorCode); in copyCE32()
/third_party/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp959 const int64_t *srcCEs = src.ce64s.getBuffer(); in copyCE32() local
960 srcCEs += Collation::indexFromCE32(ce32); in copyCE32()
966 int64_t srcCE = srcCEs[i]; in copyCE32()
975 modifiedCEs[j] = srcCEs[j]; in copyCE32()
985 ce32 = dest.encodeExpansion(srcCEs, length, errorCode); in copyCE32()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdatabuilder.cpp959 const int64_t *srcCEs = src.ce64s.getBuffer(); in copyCE32() local
960 srcCEs += Collation::indexFromCE32(ce32); in copyCE32()
966 int64_t srcCE = srcCEs[i]; in copyCE32()
975 modifiedCEs[j] = srcCEs[j]; in copyCE32()
985 ce32 = dest.encodeExpansion(srcCEs, length, errorCode); in copyCE32()
/third_party/node/deps/icu-small/source/i18n/
Dcollationdatabuilder.cpp959 const int64_t *srcCEs = src.ce64s.getBuffer(); in copyCE32() local
960 srcCEs += Collation::indexFromCE32(ce32); in copyCE32()
966 int64_t srcCE = srcCEs[i]; in copyCE32()
975 modifiedCEs[j] = srcCEs[j]; in copyCE32()
985 ce32 = dest.encodeExpansion(srcCEs, length, errorCode); in copyCE32()