Searched defs:typeLength (Results 1 – 3 of 3) sorted by relevance
113 int32_t typeLength = static_cast<int32_t>(uprv_strlen(collationType)); in loadRules() local183 int32_t typeLength = requested.getKeywordValue("collation", in CollationLoader() local321 int32_t typeLength = static_cast<int32_t>(uprv_strlen(type)); in loadFromCollations() local
127 Optional<Integer> typeLength = Optional.empty(); in typePrefixLength() local
214 public static void setTypeLength(byte typeID, int typeLength) in setTypeLength()