HomeSort by relevance Sort by last modified time
    Searched refs:UColToken (Results 1 - 10 of 10) 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 329 UColToken *tok = lh->first;
450 static uint32_t ucol_getSimpleCEGenerator(ucolCEGenerator *g, UColToken *tok, uint32_t strength, UErrorCode *status) {
478 static uint32_t ucol_getCEGenerator(ucolCEGenerator *g, uint32_t* lows, uint32_t* highs, UColToken *tok, uint32_t fStrength, UErrorCode *status) {
669 U_CFUNC void ucol_doCE(UColTokenParser *src, uint32_t *CEparts, UColToken *tok, UErrorCode *status) {
740 UColToken *tok = lh->last;
844 UColToken *tok = lh->first;
845 UColToken *expt = NULL;
859 UColToken exp;
867 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
    [all...]
ucol_res.cpp 627 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 53 UColToken *key = (UColToken *)k.pointer;
74 UColToken *p1 = (UColToken *)key1.pointer;
75 UColToken *p2 = (UColToken *)key2.pointer;
    [all...]
ucol_bld.cpp 330 UColToken *tok = lh->first;
451 static uint32_t ucol_getSimpleCEGenerator(ucolCEGenerator *g, UColToken *tok, uint32_t strength, UErrorCode *status) {
479 static uint32_t ucol_getCEGenerator(ucolCEGenerator *g, uint32_t* lows, uint32_t* highs, UColToken *tok, uint32_t fStrength, UErrorCode *status) {
672 U_CFUNC void ucol_doCE(UColTokenParser *src, uint32_t *CEparts, UColToken *tok, UErrorCode *status) {
743 UColToken *tok = lh->last;
852 UColToken *tok = lh->first;
853 UColToken *expt = NULL;
866 UColToken exp;
874 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
    [all...]
ucol_res.cpp 640 UColToken *sourceReset = NULL, *targetReset = NULL;
    [all...]
ucol_elm.cpp     [all...]

Completed in 1791 milliseconds