Lines Matching refs:norm2

2037 int32_t unorm2_append(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity,
2040 return U_ICU_ENTRY_POINT_RENAME(unorm2_append)(norm2, first, firstLength, firstCapacity, second, secondLength,
2043 void unorm2_close(UNormalizer2 *norm2)
2045 U_ICU_ENTRY_POINT_RENAME(unorm2_close)(norm2);
2047 UChar32 unorm2_composePair(const UNormalizer2 *norm2, UChar32 a, UChar32 b)
2049 return U_ICU_ENTRY_POINT_RENAME(unorm2_composePair)(norm2, a, b);
2051 uint8_t unorm2_getCombiningClass(const UNormalizer2 *norm2, UChar32 c)
2053 return U_ICU_ENTRY_POINT_RENAME(unorm2_getCombiningClass)(norm2, c);
2055 int32_t unorm2_getDecomposition(const UNormalizer2 *norm2, UChar32 c, UChar *decomposition, int32_t capacity,
2058 return U_ICU_ENTRY_POINT_RENAME(unorm2_getDecomposition)(norm2, c, decomposition, capacity, pErrorCode);
2085 int32_t unorm2_getRawDecomposition(const UNormalizer2 *norm2, UChar32 c, UChar *decomposition, int32_t capacity,
2088 return U_ICU_ENTRY_POINT_RENAME(unorm2_getRawDecomposition)(norm2, c, decomposition, capacity, pErrorCode);
2090 UBool unorm2_hasBoundaryAfter(const UNormalizer2 *norm2, UChar32 c)
2092 return U_ICU_ENTRY_POINT_RENAME(unorm2_hasBoundaryAfter)(norm2, c);
2094 UBool unorm2_hasBoundaryBefore(const UNormalizer2 *norm2, UChar32 c)
2096 return U_ICU_ENTRY_POINT_RENAME(unorm2_hasBoundaryBefore)(norm2, c);
2098 UBool unorm2_isInert(const UNormalizer2 *norm2, UChar32 c)
2100 return U_ICU_ENTRY_POINT_RENAME(unorm2_isInert)(norm2, c);
2102 UBool unorm2_isNormalized(const UNormalizer2 *norm2, const UChar *s, int32_t length, UErrorCode *pErrorCode)
2104 return U_ICU_ENTRY_POINT_RENAME(unorm2_isNormalized)(norm2, s, length, pErrorCode);
2106 int32_t unorm2_normalize(const UNormalizer2 *norm2, const UChar *src, int32_t length, UChar *dest, int32_t capacity,
2109 return U_ICU_ENTRY_POINT_RENAME(unorm2_normalize)(norm2, src, length, dest, capacity, pErrorCode);
2111 int32_t unorm2_normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength,
2115 return U_ICU_ENTRY_POINT_RENAME(unorm2_normalizeSecondAndAppend)(norm2, first, firstLength, firstCapacity, second,
2118 UNormalizer2 *unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode)
2120 return U_ICU_ENTRY_POINT_RENAME(unorm2_openFiltered)(norm2, filterSet, pErrorCode);
2122 UNormalizationCheckResult unorm2_quickCheck(const UNormalizer2 *norm2, const UChar *s, int32_t length,
2125 return U_ICU_ENTRY_POINT_RENAME(unorm2_quickCheck)(norm2, s, length, pErrorCode);
2127 int32_t unorm2_spanQuickCheckYes(const UNormalizer2 *norm2, const UChar *s, int32_t length, UErrorCode *pErrorCode)
2129 return U_ICU_ENTRY_POINT_RENAME(unorm2_spanQuickCheckYes)(norm2, s, length, pErrorCode);