Home | History | Annotate | Download | only in i18n

Lines Matching defs:first

109 // the first mark is deleted.
137 // If s has no equivalent strings, next returns NULL on the first call.
303 * four integers. The first is the fraction digits. The second is the
434 /* register for the first time */
745 // starts with a mark. In either case, the first mark is ignored,
756 if (i != 0) ++s; // Skip over first mark
1002 // Get maximum currency name count first.
1208 int32_t first = *begin;
1210 while (first <= last) {
1211 int32_t mid = (first + last) / 2; // compute mid point.
1213 first = mid + 1;
1216 first = mid + 1;
1223 // Now do two more binary searches. First, on the left side for
1356 // The first round binary search search "B" in the text against
1357 // the first char in currency names, and find the first char matching range