Home | History | Annotate | Download | only in i18n

Lines Matching defs:second

2461     /* source->pos currently points to the second combining character after
3178 is reserved for the header byte UCOL_CODAN_PLACEHOLDER. The second slot is for the
3770 leading zeros) to determine the length of that right-hand chunk, and a second (if the whole string has
3822 ones place and the second digit encountered into the tens place.
3937 is reserved for the header byte UCOL_CODAN_PLACEHOLDER. The second slot is for the
4172 * then the second one.
4182 * @param src2 the second sort key
4183 * @param src2Length the length of the second sort key, including the zero byte at the end;
4599 char second[UCOL_SECONDARY_MAX_BUFFER], tert[UCOL_TERTIARY_MAX_BUFFER];
4603 SortKeyByteSink secondaries(second, LENGTHOF(second));
4834 /* second bit */
4843 /* second bit */
5000 char second[UCOL_SECONDARY_MAX_BUFFER], tert[UCOL_TERTIARY_MAX_BUFFER];
5003 SortKeyByteSink secondaries(second, LENGTHOF(second));
5550 // second level
5565 // get the second byte of primary
5612 // second level
5759 /* second bit */
5772 /* second bit */
5819 // second level
5876 // second level
5928 UChar32 first, second;
5983 second = uiter_next32(s.iterator);
5987 if(second == U_SENTINEL) {
5992 bocsuBytesWritten = u_writeIdenticalLevelRunTwoChars(first, second, buff);
5993 first = second;