Home | History | Annotate | Download | only in s390x

Lines Matching full:character

23 /* 1-byte UTF-8 character */
28 /* 2-byte UTF-8 character */
36 /* 3-byte UTF-8 character */
44 /* 4-byte UTF-8 character */
151 // Test conversion of a one-byte character
156 printf("===== Conversion of a one-byte character =====\n");
165 // As conversion stops upon encountering an invalid character, we
166 // need to test each invalid character separately, to make sure it
201 // Test conversion of a two-byte character
206 printf("\n===== Conversion of a two-byte character =====\n");
231 // As conversion stops upon encountering an invalid character, we
232 // need to test each invalid character separately, to make sure it
249 /* Nb: for a two-byte character we need not test the case where
250 invalidity of the character (cc=2) takes precedence over exhaustion
251 of the 1st operand (cc=1). Invalidity of the character has already
262 // Test conversion of a three-byte character
268 printf("\n===== Conversion of a three-byte character =====\n");
314 // As conversion stops upon encountering an invalid character, we
315 // need to test each invalid character separately, to make sure it
359 /* The character is invalid in its 2nd byte AND the output buffer is
367 /* The character is invalid in its 3rd byte AND the output buffer is
382 // Test conversion of a four-byte character
388 printf("\n===== Conversion of a four-byte character =====\n");
430 // As conversion stops upon encountering an invalid character, we
431 // need to test each invalid character separately, to make sure it
497 /* The character is invalid in its 2nd byte AND the output buffer is
505 /* The character is invalid in its 3rd byte AND the output buffer is
513 /* The character is invalid in its 4th byte AND the output buffer is
543 /* No character will be written to BUFF, i.e. loop in jitted code
558 /* At least one character will be written to BUFF, i.e. loop in jitted
568 /* No character will be written to BUFF, i.e. loop in jitted code
583 /* At least one character will be written to BUFF, i.e. loop in jitted