Home | History | Annotate | Download | only in i18n

Lines Matching refs:sLength

798                                const uint8_t *s8, int32_t &sIndex, int32_t sLength) {
802 if(i2 < sLength || sLength < 0) {
841 const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength) {
848 if(c == 0 && sLength < 0) {
849 sLength = sIndex - 1;
855 if(sIndex != sLength) {
874 if(c2 <= 0xc5 && 0xc2 <= c2 && nextIndex != sLength &&
880 if(i2 < sLength || sLength < 0) {
897 if(c2 == 0 && sLength < 0) {
898 sLength = sIndex;