Home | History | Annotate | Download | only in i18n

Lines Matching refs:tailored

150 /* would, except that it cannot be tailored. A range (we currently only  */
1538 uhash_put(src->tailored, sourceToken, sourceToken, status);
1590 //sourceToken = (UColToken *)uhash_iget(src->tailored, (int32_t)key);
1591 sourceToken = (UColToken *)uhash_get(src->tailored, &key);
1659 // We got an UCA before. However, this might have been tailored.
1669 //sourceToken = (UColToken *)uhash_iget(src->tailored, (int32_t)key);
1670 sourceToken = (UColToken *)uhash_get(src->tailored, &key);
1682 // if we found a tailored thing, we have to use the UCA value and construct
1685 // character to which we want to anchor is already tailored.
1777 sourceToken = (UColToken *)uhash_get(src->tailored, &key);
1810 uhash_put(src->tailored, sourceToken, sourceToken, status);
1977 sourceToken = (UColToken *)uhash_get(src->tailored, &key);
2360 src->tailored = uhash_open(uhash_hashTokens, uhash_compareTokens, NULL, status);
2364 uhash_setValueDeleter(src->tailored, uprv_free);
2429 if(src->tailored != NULL) {
2430 uhash_close(src->tailored);