Home
last modified time | relevance | path

Searched refs:UCOL_CONTINUATION_MARKER (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dusrchimp.h41 #define UCOL_CONTINUATION_MARKER 0xC0 macro
43 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER)
/third_party/node/deps/icu-small/source/i18n/
Dusrchimp.h41 #define UCOL_CONTINUATION_MARKER 0xC0 macro
43 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER)
/third_party/skia/third_party/externals/icu/source/i18n/
Dusrchimp.h41 #define UCOL_CONTINUATION_MARKER 0xC0 macro
43 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER)
/third_party/icu/icu4c/source/test/intltest/
Dcolldata.cpp91 order |= UCOL_CONTINUATION_MARKER; in CEList()