Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCOL_CONTINUATION_MARKER

636 #define UCOL_CONTINUATION_MARKER 0xC0
639 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER)