Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UPRV_LENGTHOF

191         length2=unorm_normalize(source, u_strlen(source), mode, 0, result, UPRV_LENGTHOF(result), &status); 
198 length2=unorm_normalize(source, -1, mode, 0, result, UPRV_LENGTHOF(result), &status);
210 TestNormCases(UNORM_NFD, canonTests, UPRV_LENGTHOF(canonTests));
214 TestNormCases(UNORM_NFKD, compatTests, UPRV_LENGTHOF(compatTests));
218 TestNormCases(UNORM_NFC, canonTests, UPRV_LENGTHOF(canonTests));
222 TestNormCases(UNORM_NFKC, compatTests, UPRV_LENGTHOF(compatTests));
226 TestNormCases(UNORM_FCD, fcdTests, UPRV_LENGTHOF(fcdTests));
476 for (count = 0; count < UPRV_LENGTHOF(canonTests); count ++)
498 for (count = 0; count < UPRV_LENGTHOF(compatTests); count ++)
580 for(i=0; i<UPRV_LENGTHOF(notNFC); ++i) {
590 for(i=0; i<UPRV_LENGTHOF(notNFKC); ++i) {
1334 for(i=0; i<UPRV_LENGTHOF(tests); ++i) {
1336 length=u_getFC_NFKC_Closure(tests[i].c, buffer, UPRV_LENGTHOF(buffer), &errorCode);
1344 length=u_getFC_NFKC_Closure(0x5c, NULL, UPRV_LENGTHOF(buffer), &errorCode);
1349 length=u_getFC_NFKC_Closure(0x5c, buffer, UPRV_LENGTHOF(buffer), &errorCode);
1408 length=unorm_normalize(s, length, UNORM_NFD, 0, nfd, UPRV_LENGTHOF(nfd), &errorCode);
1458 for(i=0; i<UPRV_LENGTHOF(cases); ++i) {
1463 output, UPRV_LENGTHOF(output),
1486 length=unorm2_getDecomposition(n2, 0x20, decomp, UPRV_LENGTHOF(decomp), &errorCode);
1491 length=unorm2_getDecomposition(n2, 0xe4, decomp, UPRV_LENGTHOF(decomp), &errorCode);
1496 length=unorm2_getDecomposition(n2, 0xac01, decomp, UPRV_LENGTHOF(decomp), &errorCode);
1533 length=unorm2_getRawDecomposition(n2, 0x20, decomp, UPRV_LENGTHOF(decomp), &errorCode);
1538 length=unorm2_getRawDecomposition(n2, 0xe4, decomp, UPRV_LENGTHOF(decomp), &errorCode);
1544 length=unorm2_getRawDecomposition(n2, 0x1e08, decomp, UPRV_LENGTHOF(decomp), &errorCode);
1550 length=unorm2_getRawDecomposition(n2, 0x212b, decomp, UPRV_LENGTHOF(decomp), &errorCode);
1555 length=unorm2_getRawDecomposition(n2, 0xac00, decomp, UPRV_LENGTHOF(decomp), &errorCode);
1561 length=unorm2_getRawDecomposition(n2, 0xac01, decomp, UPRV_LENGTHOF(decomp), &errorCode);
1602 if(errorCode!=U_BUFFER_OVERFLOW_ERROR || length!=UPRV_LENGTHOF(expected)) {
1612 length=unorm2_append(n2, a, -1, UPRV_LENGTHOF(a), b, -1, &errorCode);
1613 if(U_FAILURE(errorCode) || length!=UPRV_LENGTHOF(expected) || 0!=u_memcmp(a, expected, length)) {
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);