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

  /external/chromium/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 40 UColToken *key = (UColToken *)k.pointer;
63 UColToken *p1 = (UColToken *)key1.pointer;
64 UColToken *p2 = (UColToken *)key2.pointer;
    [all...]
ucol_bld.cpp 324 UColToken *tok = lh->first;
445 static uint32_t ucol_getSimpleCEGenerator(ucolCEGenerator *g, UColToken *tok, uint32_t strength, UErrorCode *status) {
473 static uint32_t ucol_getCEGenerator(ucolCEGenerator *g, uint32_t* lows, uint32_t* highs, UColToken *tok, uint32_t fStrength, UErrorCode *status) {
662 U_CFUNC void ucol_doCE(UColTokenParser *src, uint32_t *CEparts, UColToken *tok, UErrorCode *status) {
733 UColToken *tok = lh->last;
837 UColToken *tok = lh->first;
838 UColToken *expt = NULL;
852 UColToken exp;
860 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
    [all...]
ucol_res.cpp 585 UColToken *sourceReset = NULL, *targetReset = NULL;
    [all...]
ucol_elm.cpp     [all...]
  /external/icu4c/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 40 UColToken *key = (UColToken *)k.pointer;
63 UColToken *p1 = (UColToken *)key1.pointer;
64 UColToken *p2 = (UColToken *)key2.pointer;
    [all...]
ucol_bld.cpp 324 UColToken *tok = lh->first;
445 static uint32_t ucol_getSimpleCEGenerator(ucolCEGenerator *g, UColToken *tok, uint32_t strength, UErrorCode *status) {
473 static uint32_t ucol_getCEGenerator(ucolCEGenerator *g, uint32_t* lows, uint32_t* highs, UColToken *tok, uint32_t fStrength, UErrorCode *status) {
662 U_CFUNC void ucol_doCE(UColTokenParser *src, uint32_t *CEparts, UColToken *tok, UErrorCode *status) {
733 UColToken *tok = lh->last;
837 UColToken *tok = lh->first;
838 UColToken *expt = NULL;
852 UColToken exp;
860 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
    [all...]
ucol_res.cpp 579 UColToken *sourceReset = NULL, *targetReset = NULL;
    [all...]
ucol_elm.cpp     [all...]

Completed in 485 milliseconds