Home | History | Annotate | Download | only in src

Lines Matching refs:ab

174 			hb_codepoint_t     *ab,
181 *ab = ret;
206 U16_GET_UNSAFE (normalized, 0, *ab);
217 hb_codepoint_t ab,
227 len = unorm2_getRawDecomposition (normalizer, ab, decomposed,
235 return *a != ab;
259 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), ab, err);
272 ret = *a != ab;
278 /* Here's the ugly part: if ab decomposes to a single character and
288 if (c != *a && c != ab) {