Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducol_res.cpp113 int32_t typeLength = uprv_strlen(collationType); in loadRules() local
183 int32_t typeLength = requested.getKeywordValue("collation", in CollationLoader() local
321 int32_t typeLength = uprv_strlen(type); in loadFromCollations() local
/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()