Home | History | Annotate | Download | only in cintltst

Lines Matching defs:in

123     /*These two are broken in Unicode 2.1.2 but fixed in 2.1.5 and later*/
185 log_err("ERROR in unorm_normalize(%s)[%d]: "
195 log_data_err("ERROR in unorm_normalize(%s/NUL) at %s: %s - (Are you missing data?)\n",
202 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
235 log_err("ERROR in decomposition at index = %d. EXPECTED: %s , GOT: %s\n", index, expected,
343 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
349 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]);
355 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
361 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
388 log_data_err("ERROR in NFD quick check at U+%04x - (Are you missing data?)\n", cp);
394 log_err("ERROR in NFC quick check at U+%04x\n", cp);
399 log_data_err("ERROR in NFKD quick check at U+%04x\n", cp);
405 log_err("ERROR in NFKC quick check at U+%04x\n", cp);
416 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
422 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]);
428 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
434 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
459 log_data_err("ERROR in NFC quick check at U+%04x - (Are you missing data?)\n", CPNFC[count]);
465 log_data_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
485 log_data_err("ERROR in NFD quick check for string at count %d - (Are you missing data?)\n", count);
492 log_err("ERROR in NFC quick check for string at count %d\n", count);
507 log_data_err("ERROR in NFKD quick check for string at count %d\n", count);
514 log_err("ERROR in NFKC quick check for string at count %d\n", count);
537 static const UChar notNFC[][8]={ /* strings that are not in NFC */
543 static const UChar notNFKC[][8]={ /* strings that are not in NFKC */
707 static const UChar in[]={ 0x68, 0xe4 };
714 length=unorm_normalize(in, 2, UNORM_NFD, 0, NULL, 0, &errorCode);
721 length=unorm_normalize(in, 2, UNORM_NFD, 0, out, 3, &errorCode);
1037 const UChar *expect, *outLimit, *in;
1065 in=src+prevIndex;
1074 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1076 expect=in;
1090 in=src+expectIndex;
1100 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1102 expect=in;
1164 /* expected iterator indexes in the source string for each iteration piece */
1298 /* error coming in */
1623 static const UChar in[]={
1636 length=unorm2_normalize(n2, in, UPRV_LENGTHOF(in), out, UPRV_LENGTHOF(out), &errorCode);
1648 length=unorm2_normalize(n2, in, UPRV_LENGTHOF(in), out, UPRV_LENGTHOF(out), &errorCode);
1660 length=unorm2_normalize(n2, in, UPRV_LENGTHOF(in), out, UPRV_LENGTHOF(out), &errorCode);
1672 length=unorm2_normalize(n2, in, UPRV_LENGTHOF(in), out, UPRV_LENGTHOF(out), &errorCode);
1684 length=unorm2_normalize(n2, in, UPRV_LENGTHOF(in), out, UPRV_LENGTHOF(out), &errorCode);