Lines Matching defs:in
121 /*These two are broken in Unicode 2.1.2 but fixed in 2.1.5 and later*/
183 log_err("ERROR in unorm_normalize(%s)[%d]: "
193 log_data_err("ERROR in unorm_normalize(%s/NUL) at %s: %s - (Are you missing data?)\n",
200 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
233 log_err("ERROR in decomposition at index = %d. EXPECTED: %s , GOT: %s\n", index, expected,
341 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
347 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]);
353 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
359 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
386 log_data_err("ERROR in NFD quick check at U+%04x - (Are you missing data?)\n", cp);
392 log_err("ERROR in NFC quick check at U+%04x\n", cp);
397 log_data_err("ERROR in NFKD quick check at U+%04x\n", cp);
403 log_err("ERROR in NFKC quick check at U+%04x\n", cp);
414 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
420 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]);
426 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
432 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
457 log_data_err("ERROR in NFC quick check at U+%04x - (Are you missing data?)\n", CPNFC[count]);
463 log_data_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
483 log_data_err("ERROR in NFD quick check for string at count %d - (Are you missing data?)\n", count);
490 log_err("ERROR in NFC quick check for string at count %d\n", count);
505 log_data_err("ERROR in NFKD quick check for string at count %d\n", count);
512 log_err("ERROR in NFKC quick check for string at count %d\n", count);
535 static const UChar notNFC[][8]={ /* strings that are not in NFC */
541 static const UChar notNFKC[][8]={ /* strings that are not in NFKC */
705 static const UChar in[]={ 0x68, 0xe4 };
712 length=unorm_normalize(in, 2, UNORM_NFD, 0, NULL, 0, &errorCode);
719 length=unorm_normalize(in, 2, UNORM_NFD, 0, out, 3, &errorCode);
1035 const UChar *expect, *outLimit, *in;
1063 in=src+prevIndex;
1072 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1074 expect=in;
1088 in=src+expectIndex;
1098 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1100 expect=in;
1162 /* expected iterator indexes in the source string for each iteration piece */
1296 /* error coming in */
1621 static const UChar in[]={
1634 length=unorm2_normalize(n2, in, UPRV_LENGTHOF(in), out, UPRV_LENGTHOF(out), &errorCode);
1646 length=unorm2_normalize(n2, in, UPRV_LENGTHOF(in), out, UPRV_LENGTHOF(out), &errorCode);
1658 length=unorm2_normalize(n2, in, UPRV_LENGTHOF(in), out, UPRV_LENGTHOF(out), &errorCode);
1670 length=unorm2_normalize(n2, in, UPRV_LENGTHOF(in), out, UPRV_LENGTHOF(out), &errorCode);
1682 length=unorm2_normalize(n2, in, UPRV_LENGTHOF(in), out, UPRV_LENGTHOF(out), &errorCode);