Searched refs:typeLength (Results 1 – 3 of 3) sorted by relevance
214 public static void setTypeLength(byte typeID, int typeLength) in setTypeLength() argument218 byteLength = typeLength; in setTypeLength()222 booleanLength = typeLength; in setTypeLength()226 intLength = typeLength; in setTypeLength()230 longLength = typeLength; in setTypeLength()234 shortLength = typeLength; in setTypeLength()238 floatLength = typeLength; in setTypeLength()242 doubleLength = typeLength; in setTypeLength()246 voidLength = typeLength; in setTypeLength()250 objectLength = typeLength; in setTypeLength()[all …]
127 Optional<Integer> typeLength = Optional.empty(); in typePrefixLength() local134 typeLength = Optional.of(i); in typePrefixLength()137 return typeLength; in typePrefixLength()
113 int32_t typeLength = static_cast<int32_t>(uprv_strlen(collationType)); in loadRules() local114 if(typeLength >= UPRV_LENGTHOF(type)) { in loadRules()118 uprv_memcpy(type, collationType, typeLength + 1); in loadRules()183 int32_t typeLength = requested.getKeywordValue("collation", in CollationLoader() local189 type[typeLength] = 0; // in case of U_NOT_TERMINATED_WARNING in CollationLoader()190 if(typeLength == 0) { in CollationLoader()321 int32_t typeLength = static_cast<int32_t>(uprv_strlen(type)); in loadFromCollations() local326 typeLength > 6 && uprv_strncmp(type, "search", 6) == 0) { in loadFromCollations()