Home
last modified time | relevance | path

Searched refs:typeLength (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java214 public static void setTypeLength(byte typeID, int typeLength) in setTypeLength() argument
218 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 …]
/external/icu/icu4c/source/i18n/
Ducol_res.cpp113 int32_t typeLength = static_cast<int32_t>(uprv_strlen(collationType)); in loadRules() local
114 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() local
189 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() local
326 typeLength > 6 && uprv_strncmp(type, "search", 6) == 0) { in loadFromCollations()