Home
last modified time | relevance | path

Searched defs:isContinuation (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dusrchimp.h43 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER) macro
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dusrchimp.h43 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER) macro
/third_party/skia/third_party/externals/icu/source/i18n/
Dusrchimp.h43 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER) macro
/third_party/icu/icu4c/source/i18n/
Dusrchimp.h43 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER) macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java1821 private static boolean isContinuation(int ce) { in isContinuation() method in StringSearch.CollationPCE
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1837 private static boolean isContinuation(int ce) { in isContinuation() method in StringSearch.CollationPCE
/third_party/sqlite/src/
Dshell.c757 static char *one_input_line(FILE *in, char *zPrior, int isContinuation){ in one_input_line()