Lines Matching defs:length
307 switch (input.length()) {
361 size_t pos = title_cased.length() - 2;
425 if (upper.length() == 3) {
429 } else if (upper.length() == 7 && '0' <= upper[3] && upper[3] <= '9') {
432 } else if (upper.length() > 3) {
446 if (title.length() >= 2) {
487 for (size_t i = 0; i < pattern.length() && result < 3; i++) {
1151 for (int32_t i = 0; i < pattern.length(); i++) {
1300 for (int32_t i = 0; i < pattern.length(); i++) {
1359 for (int32_t i = 0; i < input.length(); i++) {
1816 if (skeleton.length() > 0) {
2028 int32_t length = formatted.length();
2029 if (length == 0) return result;
2070 if (previous_end_pos < length) {
2073 Intl::ToString(isolate, formatted, previous_end_pos, length), JSArray);
2188 int32_t end = result.length();