/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationdatabuilder.cpp | 397 CollationDataBuilder::getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const { in getCE32FromOffsetCE32() argument 399 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() 428 UBool fromBase = FALSE; in getSingleCE() local 431 fromBase = TRUE; in getSingleCE() 455 ce32 = fromBase ? base->ce32s[i] : ce32s.elementAti(i); in getSingleCE() 464 return fromBase ? base->ces[i] : ce64s.elementAti(i); in getSingleCE() 477 ce32 = fromBase ? base->ce32s[0] : ce32s.elementAti(0); in getSingleCE() 480 ce32 = getCE32FromOffsetCE32(fromBase, c, ce32); in getSingleCE() 1093 UBool fromBase = FALSE; in getJamoCE32s() local 1099 fromBase = TRUE; in getJamoCE32s() [all …]
|
D | collationdatabuilder.h | 173 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const;
|
/third_party/icu/icu4c/source/i18n/ |
D | collationdatabuilder.cpp | 403 CollationDataBuilder::getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const { in getCE32FromOffsetCE32() argument 405 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() 434 UBool fromBase = FALSE; in getSingleCE() local 437 fromBase = TRUE; in getSingleCE() 461 ce32 = fromBase ? base->ce32s[i] : ce32s.elementAti(i); in getSingleCE() 470 return fromBase ? base->ces[i] : ce64s.elementAti(i); in getSingleCE() 483 ce32 = fromBase ? base->ce32s[0] : ce32s.elementAti(0); in getSingleCE() 486 ce32 = getCE32FromOffsetCE32(fromBase, c, ce32); in getSingleCE() 1098 UBool fromBase = FALSE; in getJamoCE32s() local 1104 fromBase = TRUE; in getJamoCE32s() [all …]
|
D | collationdatabuilder.h | 173 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationdatabuilder.cpp | 403 CollationDataBuilder::getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const { in getCE32FromOffsetCE32() argument 405 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() 434 UBool fromBase = FALSE; in getSingleCE() local 437 fromBase = TRUE; in getSingleCE() 461 ce32 = fromBase ? base->ce32s[i] : ce32s.elementAti(i); in getSingleCE() 470 return fromBase ? base->ces[i] : ce64s.elementAti(i); in getSingleCE() 483 ce32 = fromBase ? base->ce32s[0] : ce32s.elementAti(0); in getSingleCE() 486 ce32 = getCE32FromOffsetCE32(fromBase, c, ce32); in getSingleCE() 1098 UBool fromBase = FALSE; in getJamoCE32s() local 1104 fromBase = TRUE; in getJamoCE32s() [all …]
|
D | collationdatabuilder.h | 173 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const;
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationdatabuilder.cpp | 403 CollationDataBuilder::getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const { in getCE32FromOffsetCE32() argument 405 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() 434 UBool fromBase = FALSE; in getSingleCE() local 437 fromBase = TRUE; in getSingleCE() 461 ce32 = fromBase ? base->ce32s[i] : ce32s.elementAti(i); in getSingleCE() 470 return fromBase ? base->ces[i] : ce64s.elementAti(i); in getSingleCE() 483 ce32 = fromBase ? base->ce32s[0] : ce32s.elementAti(0); in getSingleCE() 486 ce32 = getCE32FromOffsetCE32(fromBase, c, ce32); in getSingleCE() 1098 UBool fromBase = FALSE; in getJamoCE32s() local 1104 fromBase = TRUE; in getJamoCE32s() [all …]
|
D | collationdatabuilder.h | 173 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const;
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationDataBuilder.java | 397 protected int getCE32FromOffsetCE32(boolean fromBase, int c, int ce32) { in getCE32FromOffsetCE32() argument 399 long dataCE = fromBase ? base.ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() 798 boolean fromBase = false; in getJamoCE32s() 804 fromBase = true; in getJamoCE32s() 818 if(fromBase) { in getJamoCE32s() 826 assert(fromBase); in getJamoCE32s() 831 ce32 = getCE32FromOffsetCE32(fromBase, jamo, ce32); in getJamoCE32s()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationDataBuilder.java | 398 protected int getCE32FromOffsetCE32(boolean fromBase, int c, int ce32) { in getCE32FromOffsetCE32() argument 400 long dataCE = fromBase ? base.ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() 799 boolean fromBase = false; in getJamoCE32s() 805 fromBase = true; in getJamoCE32s() 819 if(fromBase) { in getJamoCE32s() 827 assert(fromBase); in getJamoCE32s() 832 ce32 = getCE32FromOffsetCE32(fromBase, jamo, ce32); in getJamoCE32s()
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-2.md | 3292 reporting in corrupted tar files, and add support for the `fromBase` flag
|