Lines Matching defs:length
190 int32_t length = 0;
193 if(length < capacity) {
194 dest[length] = i;
196 ++length;
199 if(length > capacity) {
202 return length;
206 CollationData::makeReorderRanges(const int32_t *reorder, int32_t length,
208 makeReorderRanges(reorder, length, false, ranges, errorCode);
212 CollationData::makeReorderRanges(const int32_t *reorder, int32_t length,
217 if(length == 0 || (length == 1 && reorder[0] == USCRIPT_UNKNOWN)) {
251 for(int32_t i = 0; i < length; ++i) {
279 int32_t originalLength = length; // length will be decremented if "others" is in the list.
281 for(int32_t i = 0; i < length;) {
286 while(i < length) {
287 script = reorder[--length];