Home | History | Annotate | Download | only in src

Lines Matching refs:MB_CUR_MAX_L

1706         if (__l == 0 || MB_CUR_MAX_L(__l) == 1)  // there are no known constant length encodings
1756 return __l == 0 ? 1 : static_cast<int>( MB_CUR_MAX_L(__l));