Lines Matching refs:U16_IS_SURROGATE_LEAD
504 if(U16_IS_SURROGATE_LEAD(c) && U16_IS_TRAIL(c2 = string[strItr])) {