Searched refs:notNFC (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcnormtst.c532 static const UChar notNFC[][8]={ /* strings that are not in NFC */ local
551 if(!unorm_isNormalized(notNFC[0]+2, 1, UNORM_NFC, &errorCode) || U_FAILURE(errorCode)) {
557 (void)unorm_isNormalized(notNFC[0]+2, 1, UNORM_NFC, &errorCode);
571 (void)unorm_isNormalized(notNFC[0]+2, -2, UNORM_NFC, &errorCode);
577 for(i=0; i<LENGTHOF(notNFC); ++i) {
579 if(unorm_isNormalized(notNFC[i], -1, UNORM_NFC, &errorCode) || U_FAILURE(errorCode)) {
580 log_data_err("error: isNormalized(notNFC[%d], NFC) is wrong (%s) - (Are you missing data?)\n", i, u_errorName(errorCode));
583 if(unorm_isNormalized(notNFC[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) {
584 log_data_err("error: isNormalized(notNFC[%d], NFKC) is wrong (%s) - (Are you missing data?)\n", i, u_errorName(errorCode));

Completed in 53 milliseconds