Searched refs:UCOL_TOK_RESET (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h34 #define UCOL_TOK_RESET 0xDEADBEEF macro
H A Ducol_tok.cpp1022 // newStrength = UCOL_TOK_RESET;
1050 newStrength = UCOL_TOK_RESET;
1069 newStrength = UCOL_TOK_RESET;
1084 newStrength = UCOL_TOK_RESET;
1099 newStrength = UCOL_TOK_RESET;
1127 newStrength = UCOL_TOK_RESET; /* PatternEntry::RESET = 0 */
1136 if(newStrength == UCOL_TOK_RESET) {
1153 if(newStrength != UCOL_TOK_RESET && newStrength != UCOL_TOK_UNSET) {
1167 if(newStrength == UCOL_TOK_RESET) {
1200 // newStrength = UCOL_TOK_RESET;
[all...]
H A Ducol_res.cpp1019 if(src.parsedToken.strength != UCOL_TOK_RESET) {
H A Ducol_bld.cpp872 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp1186 if (chLen >= 1 && strength != UCOL_TOK_RESET) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c637 case UCOL_TOK_RESET:
648 if(before == TRUE && strength != UCOL_TOK_RESET) { /* first and second were swapped */
989 if(strength != UCOL_TOK_RESET) {
1233 if(strength == UCOL_TOK_RESET) {
3126 if(strength != UCOL_TOK_RESET) {

Completed in 215 milliseconds