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

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic-machine.rl46 ZWNJ = 5;
63 n = ((ZWNJ?.RS)? (N.N?)?); # is_consonant_modifier
64 z = ZWJ|ZWNJ; # is_joiner
72 syllable_tail = (SM.SM?.ZWNJ?)? A{0,3}? VD{0,2};
75 final_halant_group = halant_group | h.ZWNJ;
H A Dhb-ot-shape-complex-myanmar-machine.rl62 ZWNJ = 5;
66 j = ZWJ|ZWNJ; # Joiners
H A Dhb-ot-shape-complex-indic-table.cc498 /* 2008 */ _(x,x), _(x,x), _(x,x), _(x,x),_(ZWNJ,x),_(ZWJ,x), _(x,x), _(x,x),
/external/chromium_org/third_party/icu/source/common/
H A Duprops.h298 ZWNJ =0x200c, enumerator in enum:__anon11165
H A Ducnvisci.c33 #define ZWNJ 0x200c /* Zero Width Non Joiner */ macro
882 * <HALANT> + <ZWNJ>
944 case ZWNJ:
950 /* consume ZWNJ and continue */
1117 targetUniChar != ZWNJ && \
1313 targetUniChar = ZWNJ;
1570 sa->add(sa->set, ZWNJ);
/external/icu/icu4c/source/common/
H A Duprops.h320 ZWNJ =0x200c, enumerator in enum:__anon21045
H A Ducnvisci.c34 #define ZWNJ 0x200c /* Zero Width Non Joiner */ macro
885 * <HALANT> + <ZWNJ>
947 case ZWNJ:
953 /* consume ZWNJ and continue */
1120 targetUniChar != ZWNJ && \
1316 targetUniChar = ZWNJ;
1574 sa->add(sa->set, ZWNJ);

Completed in 199 milliseconds