Home | History | Annotate | Download | only in cintltst

Lines Matching defs:in

122     /*These two are broken in Unicode 2.1.2 but fixed in 2.1.5 and later*/
184 log_err("ERROR in unorm_normalize(%s)[%d]: "
194 log_data_err("ERROR in unorm_normalize(%s/NUL) at %s: %s - (Are you missing data?)\n",
201 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
234 log_err("ERROR in decomposition at index = %d. EXPECTED: %s , GOT: %s\n", index, expected,
342 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
348 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]);
354 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
360 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
387 log_data_err("ERROR in NFD quick check at U+%04x - (Are you missing data?)\n", cp);
393 log_err("ERROR in NFC quick check at U+%04x\n", cp);
398 log_err("ERROR in NFKD quick check at U+%04x\n", cp);
404 log_err("ERROR in NFKC quick check at U+%04x\n", cp);
415 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
421 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]);
427 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
433 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
458 log_data_err("ERROR in NFC quick check at U+%04x - (Are you missing data?)\n", CPNFC[count]);
464 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
484 log_data_err("ERROR in NFD quick check for string at count %d - (Are you missing data?)\n", count);
491 log_err("ERROR in NFC quick check for string at count %d\n", count);
506 log_err("ERROR in NFKD quick check for string at count %d\n", count);
513 log_err("ERROR in NFKC quick check for string at count %d\n", count);
536 static const UChar notNFC[][8]={ /* strings that are not in NFC */
542 static const UChar notNFKC[][8]={ /* strings that are not in NFKC */
706 static const UChar in[]={ 0x68, 0xe4 };
713 length=unorm_normalize(in, 2, UNORM_NFD, 0, NULL, 0, &errorCode);
720 length=unorm_normalize(in, 2, UNORM_NFD, 0, out, 3, &errorCode);
1036 const UChar *expect, *outLimit, *in;
1064 in=src+prevIndex;
1073 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1075 expect=in;
1089 in=src+expectIndex;
1099 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1101 expect=in;
1163 /* expected iterator indexes in the source string for each iteration piece */
1297 /* error coming in */
1622 static const UChar in[]={
1635 length=unorm2_normalize(n2, in, LENGTHOF(in), out, LENGTHOF(out), &errorCode);
1647 length=unorm2_normalize(n2, in, LENGTHOF(in), out, LENGTHOF(out), &errorCode);
1659 length=unorm2_normalize(n2, in, LENGTHOF(in), out, LENGTHOF(out), &errorCode);
1671 length=unorm2_normalize(n2, in, LENGTHOF(in), out, LENGTHOF(out), &errorCode);
1683 length=unorm2_normalize(n2, in, LENGTHOF(in), out, LENGTHOF(out), &errorCode);