Lines Matching defs:length
1206 // 2. Let n be possibleInstants's length.
1207 int32_t n = possible_instants->length();
1344 if (possible_instants->length() == 0) {
1392 // 18. Set n to possibleInstants's length.
1393 n = possible_instants->length();
1465 int length = field_names->length();
1467 for (int i = 0; i < length; i++) {
1887 if (result.calendar->length() == 0) {
2052 if ((result.calendar->length() > 0) /* not undefined */ &&
2477 DCHECK_GT(offset_string->length(), 0);
2516 DCHECK_NE(result.offset_string->length(), 0);
2679 if (result.name->length() > 0) {
2920 for (int i = 0; i < original_keys->length(); i++) {
2954 for (int i = 0; i < new_keys->length(); i++) {
3219 if (time_zone->length() != 3) return false;
5037 // 5. Let monthLength be the length of monthCode.
5039 if (month_code->length() != 3) {