Home | History | Annotate | Download | only in cintltst

Lines Matching refs:n2

1480     const UNormalizer2 *n2=unorm2_getInstance(NULL, "nfc", UNORM2_COMPOSE_CONTIGUOUS, &errorCode);
1486 length=unorm2_getDecomposition(n2, 0x20, decomp, LENGTHOF(decomp), &errorCode);
1491 length=unorm2_getDecomposition(n2, 0xe4, decomp, LENGTHOF(decomp), &errorCode);
1496 length=unorm2_getDecomposition(n2, 0xac01, decomp, LENGTHOF(decomp), &errorCode);
1501 length=unorm2_getDecomposition(n2, 0xac01, NULL, 0, &errorCode);
1506 length=unorm2_getDecomposition(n2, 0xac01, decomp, -1, &errorCode);
1511 length=unorm2_getDecomposition(n2, 0xac01, NULL, 4, &errorCode);
1525 const UNormalizer2 *n2=unorm2_getInstance(NULL, "nfc", UNORM2_COMPOSE, &errorCode);
1536 length=unorm2_append(n2, a, -1, 6, b, -1, &errorCode);
1547 length=unorm2_append(n2, a, -1, LENGTHOF(a), b, -1, &errorCode);