Searched refs:typeLength (Results 1 – 2 of 2) 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 …]
109 int32_t typeLength = uprv_strlen(collationType); in loadRules() local110 if(typeLength >= UPRV_LENGTHOF(type)) { in loadRules()114 uprv_memcpy(type, collationType, typeLength + 1); in loadRules()179 int32_t typeLength = requested.getKeywordValue("collation", in CollationLoader() local185 type[typeLength] = 0; // in case of U_NOT_TERMINATED_WARNING in CollationLoader()186 if(typeLength == 0) { in CollationLoader()317 int32_t typeLength = uprv_strlen(type); in loadFromCollations() local322 typeLength > 6 && uprv_strncmp(type, "search", 6) == 0) { in loadFromCollations()