Home | History | Annotate | Download | only in i18n

Lines Matching refs:tailored

113 /* would, except that it cannot be tailored. A range (we currently only  */
1187 uhash_put(src->tailored, sourceToken, sourceToken, status);
1236 //sourceToken = (UColToken *)uhash_iget(src->tailored, (int32_t)key);
1237 sourceToken = (UColToken *)uhash_get(src->tailored, &key);
1305 // We got an UCA before. However, this might have been tailored.
1315 //sourceToken = (UColToken *)uhash_iget(src->tailored, (int32_t)key);
1316 sourceToken = (UColToken *)uhash_get(src->tailored, &key);
1328 // if we found a tailored thing, we have to use the UCA value and construct
1331 // character to which we want to anchor is already tailored.
1406 sourceToken = (UColToken *)uhash_get(src->tailored, &key);
1438 uhash_put(src->tailored, sourceToken, sourceToken, status);
1604 sourceToken = (UColToken *)uhash_get(src->tailored, &key);
1830 src->tailored = uhash_open(uhash_hashTokens, uhash_compareTokens, NULL, status);
1834 uhash_setValueDeleter(src->tailored, uhash_freeBlock);
1900 if(src->tailored != NULL) {
1901 uhash_close(src->tailored);