Searched defs:MirrorPair (Results 1 - 1 of 1) sorted by path

/external/harfbuzz_ng/src/hb-ucdn/
H A Ducdn.c33 } MirrorPair; typedef in typeref:struct:__anon21675
106 MirrorPair *mpa = (MirrorPair *)a;
107 MirrorPair *mpb = (MirrorPair *)b;
204 MirrorPair mp = {0};
205 MirrorPair *res;
211 res = bsearch(&mp, mirror_pairs, BIDI_MIRROR_LEN, sizeof(MirrorPair),

Completed in 194 milliseconds