Searched defs:bestValue (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Dfilteredbrk.cpp261 int32_t bestValue = -1; local
284 bestValue = fData->fBackwardsTrie->getValue();
290 //if(debug2) u_printf("rev<?/%C/?end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
291 bestValue = fData->fBackwardsTrie->getValue();
293 //if(debug2) u_printf("rev<+/%C/+end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
297 //if(debug2) u_printf("rev< /%C/ end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
300 //int32_t bestValue
[all...]

Completed in 149 milliseconds