Searched refs:fromBase (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationdatabuilder.cpp | 395 CollationDataBuilder::getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const { in getCE32FromOffsetCE32() argument 397 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() 426 UBool fromBase = FALSE; in getSingleCE() local 429 fromBase = TRUE; in getSingleCE() 453 ce32 = fromBase ? base->ce32s[i] : ce32s.elementAti(i); in getSingleCE() 462 return fromBase ? base->ces[i] : ce64s.elementAti(i); in getSingleCE() 475 ce32 = fromBase ? base->ce32s[0] : ce32s.elementAti(0); in getSingleCE() 478 ce32 = getCE32FromOffsetCE32(fromBase, c, ce32); in getSingleCE() 1091 UBool fromBase = FALSE; in getJamoCE32s() local 1097 fromBase = TRUE; in getJamoCE32s() [all …]
|
D | collationdatabuilder.h | 171 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const;
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationDataBuilder.java | 395 protected int getCE32FromOffsetCE32(boolean fromBase, int c, int ce32) { in getCE32FromOffsetCE32() argument 397 long dataCE = fromBase ? base.ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() 796 boolean fromBase = false; in getJamoCE32s() 802 fromBase = true; in getJamoCE32s() 816 if(fromBase) { in getJamoCE32s() 824 assert(fromBase); in getJamoCE32s() 829 ce32 = getCE32FromOffsetCE32(fromBase, jamo, ce32); in getJamoCE32s()
|