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

  /external/icu/icu4c/source/i18n/
usrchimp.h 39 #define UCOL_CONTINUATION_MARKER 0xC0
41 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER)
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 624 #define UCOL_CONTINUATION_MARKER 0xC0
627 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER)
    [all...]
ucol_elm.cpp     [all...]
ucol_tok.cpp     [all...]
ucol.cpp     [all...]
ucol_bld.cpp 358 t2 = (primaryCE << 16) & UCOL_PRIMARYMASK; // | UCOL_CONTINUATION_MARKER;
686 value = UCOL_CONTINUATION_MARKER; /* Continuation marker */
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 89 order |= UCOL_CONTINUATION_MARKER;
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 91 order |= UCOL_CONTINUATION_MARKER;
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c     [all...]

Completed in 227 milliseconds