Searched refs:tokStrength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp330 uint32_t tokStrength = tok->strength; local
379 if(tokStrength < UCOL_CE_STRENGTH_LIMIT) {
380 if((lh->pos[tokStrength] = ucol_inv_getNext(src, lh, tokStrength)) >= 0) {
381 lh->fStrToken[tokStrength] = tok;
388 while(tok != NULL && tok->strength >= tokStrength) {
389 if(tokStrength < UCOL_CE_STRENGTH_LIMIT) {
390 lh->lStrToken[tokStrength] = tok;
394 if(tokStrength < UCOL_CE_STRENGTH_LIMIT-1) {
396 if(lh->pos[tokStrength]
[all...]
/external/icu4c/i18n/
H A Ducol_bld.cpp331 uint32_t tokStrength = tok->strength; local
380 if(tokStrength < UCOL_CE_STRENGTH_LIMIT) {
381 if((lh->pos[tokStrength] = ucol_inv_getNext(src, lh, tokStrength)) >= 0) {
382 lh->fStrToken[tokStrength] = tok;
389 while(tok != NULL && tok->strength >= tokStrength) {
390 if(tokStrength < UCOL_CE_STRENGTH_LIMIT) {
391 lh->lStrToken[tokStrength] = tok;
395 if(tokStrength < UCOL_CE_STRENGTH_LIMIT-1) {
397 if(lh->pos[tokStrength]
[all...]

Completed in 82 milliseconds