HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_CONTINUATION_MARKER (Results 1 - 8 of 8) sorted by null

  /external/icu4c/i18n/
bmsearch.cpp 213 order |= UCOL_CONTINUATION_MARKER;
264 order |= UCOL_CONTINUATION_MARKER;
ucol_imp.h 636 #define UCOL_CONTINUATION_MARKER 0xC0
639 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER)
    [all...]
colldata.cpp 106 order |= UCOL_CONTINUATION_MARKER;
ucol_elm.cpp     [all...]
ucol_tok.cpp     [all...]
ucol.cpp     [all...]
ucol_bld.cpp 360 t2 = (primaryCE << 16) & UCOL_PRIMARYMASK; // | UCOL_CONTINUATION_MARKER;
688 value = UCOL_CONTINUATION_MARKER; /* Continuation marker */
    [all...]
  /external/icu4c/test/cintltst/
citertst.c     [all...]

Completed in 1421 milliseconds