Home
last modified time | relevance | path

Searched refs:UCOL_TOK_BEFORE (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Ducol_tok.h41 #define UCOL_TOK_BEFORE 0x03 macro
Ducol_tok.cpp1166 } else if (result & UCOL_TOK_BEFORE){ in ucol_tok_parseNextTokenInternal()
1168 before = result & UCOL_TOK_BEFORE; in ucol_tok_parseNextTokenInternal()
1950 if((lastToken->flags & UCOL_TOK_BEFORE) != 0) { in ucol_tok_assembleTokenList()
1951 uint8_t beforeStrength = (lastToken->flags & UCOL_TOK_BEFORE) - 1; in ucol_tok_assembleTokenList()
1984 if((specs & UCOL_TOK_BEFORE) != 0) { /* we're doing before */ in ucol_tok_assembleTokenList()
1986 uint8_t strength = (specs & UCOL_TOK_BEFORE) - 1; in ucol_tok_assembleTokenList()
2015 uint8_t strength = (specs & UCOL_TOK_BEFORE) - 1; in ucol_tok_assembleTokenList()
/external/icu4c/test/cintltst/
Dcmsccoll.c638 before = (UBool)((specs & UCOL_TOK_BEFORE) != 0); in testCollator()
640 beforeStrength = (specs & UCOL_TOK_BEFORE)-1; in testCollator()
1219 before = (UBool)((specs & UCOL_TOK_BEFORE) != 0); in testCEs()