Searched refs:UNINORM_NFKD (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/
H A Dtest-decomposing-form.c30 ASSERT (uninorm_decomposing_form (UNINORM_NFKC) == UNINORM_NFKD);
31 ASSERT (uninorm_decomposing_form (UNINORM_NFKD) == UNINORM_NFKD);
H A Dtest-nfkd.c24 /* Check that UNINORM_NFKD is defined and links. */
25 uninorm_t n = UNINORM_NFKD;
35 /* Check that UNINORM_NFKD is defined and links. */
36 uninorm_t nf = UNINORM_NFKD;
H A Dtest-u32-nfkd-big.c43 result = u32_normalize (UNINORM_NFKD, c1, c1_length, NULL, &length);
54 result = u32_normalize (UNINORM_NFKD, c2, c2_length, NULL, &length);
65 result = u32_normalize (UNINORM_NFKD, c3, c3_length, NULL, &length);
76 result = u32_normalize (UNINORM_NFKD, c4, c4_length, NULL, &length);
87 result = u32_normalize (UNINORM_NFKD, c5, c5_length, NULL, &length);
106 test_other (&file, UNINORM_NFKD);
H A Dtest-u16-nfkd.c40 result = u16_normalize (UNINORM_NFKD, input, input_length, NULL, &length);
56 result = u16_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
75 result = u16_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
H A Dtest-u32-nfkd.c40 result = u32_normalize (UNINORM_NFKD, input, input_length, NULL, &length);
56 result = u32_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
75 result = u32_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
H A Dtest-u8-nfkd.c40 result = u8_normalize (UNINORM_NFKD, input, input_length, NULL, &length);
56 result = u8_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
75 result = u8_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Duninorm.h121 /* UNINORM_NFKD: Normalization form KD: compatibility decomposition. */
123 #define UNINORM_NFKD (&uninorm_nfkd) macro
156 NF must be either UNINORM_NFD or UNINORM_NFKD.

Completed in 72 milliseconds