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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 47 typedef struct UColToken UColToken;
50 UColToken* first;
51 UColToken* last;
52 UColToken* reset;
64 UColToken* fStrToken[UCOL_CE_STRENGTH_LIMIT];
65 UColToken* lStrToken[UCOL_CE_STRENGTH_LIMIT];
68 struct UColToken {
83 UColToken* previous;
84 UColToken* next
    [all...]
ucol_tok.cpp 53 UColToken *key = (UColToken *)k.pointer;
74 UColToken *p1 = (UColToken *)key1.pointer;
75 UColToken *p2 = (UColToken *)key2.pointer;
    [all...]
ucol_bld.cpp 328 UColToken *tok = lh->first;
449 static uint32_t ucol_getSimpleCEGenerator(ucolCEGenerator *g, UColToken *tok, uint32_t strength, UErrorCode *status) {
477 static uint32_t ucol_getCEGenerator(ucolCEGenerator *g, uint32_t* lows, uint32_t* highs, UColToken *tok, uint32_t fStrength, UErrorCode *status) {
670 U_CFUNC void ucol_doCE(UColTokenParser *src, uint32_t *CEparts, UColToken *tok, UErrorCode *status) {
741 UColToken *tok = lh->last;
850 UColToken *tok = lh->first;
851 UColToken *expt = NULL;
864 UColToken exp;
872 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
    [all...]
ucol_res.cpp 633 UColToken *sourceReset = NULL, *targetReset = NULL;
    [all...]
ucol_elm.cpp     [all...]

Completed in 43 milliseconds