Home | History | Annotate | Download | only in cintltst

Lines Matching defs:INITIAL

938         /* Arabic mathematical Symbols - Initial Symbols, 0x1EE21 - 0x1EE3B */
980 /* Arabic mathematical Symbols - Initial Symbols, 0x1EE21 - 0x1EE3B */
2489 /* european->arabic with context, logical order, initial state not AL */
2499 /* european->arabic with context, logical order, initial state AL */
2509 /* european->arabic with context, reverse order, initial state not AL */
2519 /* european->arabic with context, reverse order, initial state AL */
3196 }, letters_source4[]={/* Arabic mathematical Symbols - Initial Symbols, 0x1EE21 - 0x1EE3B */
3328 enum Forms { GENERIC, ISOLATED, FINAL, INITIAL, MEDIAL };
3365 if(U_FAILURE(errorCode) || length!=2 || dst[0] != otherChar[INITIAL] || dst[1] != in[FINAL]) {
3395 /* Testing initial shaping */
3398 if (in[INITIAL] != 0) {
3399 /* Testing characters that have an initial form */
3405 if(U_FAILURE(errorCode) || length!=2 || dst[0] != in[INITIAL] || dst[1] != otherChar[FINAL]) {
3406 log_err("failure in u_shapeArabic(_testAllForms: shaping initial): %x\n", in[GENERIC]);
3414 log_err("failure in u_shapeArabic(_testAllForms: unshaping initial): %x\n", in[GENERIC]);
3417 /* Testing characters that do not have an initial form */
3424 log_err("failure in u_shapeArabic(_testTwoForms: shaping initial): %x\n", in[GENERIC]);
3432 log_err("failure in u_shapeArabic(_testTwoForms: unshaping initial): %x\n", in[GENERIC]);
3447 if(U_FAILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[MEDIAL] || dst[2] != otherChar[FINAL]) {
3465 if(U_FAILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[FINAL] || dst[2] != otherChar[ISOLATED]) {