Searched defs:typeLength (Results 1 – 4 of 4) sorted by relevance
100 var typeLength = Optional.empty<Int>() in next() variable
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()