Home | History | Annotate | Download | only in i18n

Lines Matching refs:U_SENTINEL

832         if(s == limit) { return U_SENTINEL; }
836 return U_SENTINEL;
884 if(pos == length || (s[pos] == 0 && length < 0)) { return U_SENTINEL; }