Lines Matching refs:fromBase
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()
1118 if(fromBase) { in getJamoCE32s()
1126 U_ASSERT(fromBase); in getJamoCE32s()
1131 ce32 = getCE32FromOffsetCE32(fromBase, jamo, ce32); in getJamoCE32s()