Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ubrk_isBoundary

261     if (ubrk_isBoundary(word, 2) != FALSE) {
262 log_err("error ubrk_isBoundary(word, 2) did not return FALSE\n");
266 log_err("error ubrk_current() != 4 after ubrk_isBoundary(word, 2)\n");
268 if (ubrk_isBoundary(word, 4) != TRUE) {
269 log_err("error ubrk_isBoundary(word, 4) did not return TRUE\n");