Home | History | Annotate | Download | only in i18n

Lines Matching refs:END

25  * Special character marking the end of the spec[] array.
27 static const UChar END = 0xFFFF;
32 END
38 END
45 END
51 END
57 END
63 END
74 END
81 while (spec[len] != END) {
182 for (j=0, ipat=0; spec[ipat] != END; ++j) {