Searched refs:kCompoundPartOffset (Results 1 – 7 of 7) sorted by relevance
316 int index = trieIndex - UnitsData.Constants.kCompoundPartOffset; in getCompoundPartFromTrieIndex()330 return this.index + UnitsData.Constants.kCompoundPartOffset; in getTrieIndex()764 if (fMatch < UnitsData.Constants.kCompoundPartOffset) { in calculateType()
189 public final static int kCompoundPartOffset = 128; field in UnitsData.Constants
52 constexpr int32_t kCompoundPartOffset = 128; variable53 static_assert(kCompoundPartOffset > kPrefixOffset + UMEASURE_PREFIX_INTERNAL_MAX_BIN,55 static_assert(kCompoundPartOffset > kPrefixOffset + UMEASURE_PREFIX_INTERNAL_MAX_SI,60 COMPOUND_PART_PER = kCompoundPartOffset,483 if (fMatch < kCompoundPartOffset) { in getType()
52 constexpr int32_t kCompoundPartOffset = 128; variable53 static_assert(kCompoundPartOffset > kPrefixOffset + UMEASURE_PREFIX_INTERNAL_MAX_BIN,55 static_assert(kCompoundPartOffset > kPrefixOffset + UMEASURE_PREFIX_INTERNAL_MAX_SI,60 COMPOUND_PART_PER = kCompoundPartOffset,487 if (fMatch < kCompoundPartOffset) { in getType()
309 int index = trieIndex - UnitsData.Constants.kCompoundPartOffset; in getCompoundPartFromTrieIndex()323 return this.index + UnitsData.Constants.kCompoundPartOffset; in getTrieIndex()745 if (fMatch < UnitsData.Constants.kCompoundPartOffset) { in calculateType()
183 public final static int kCompoundPartOffset = 128; field in UnitsData.Constants