Lines Matching refs:ss
1145 UChar *ss, *p, *pstart, *pend = NULL_UCHARP; in backref_match_at_nested_level() local
1166 ss = *s; in backref_match_at_nested_level()
1170 pstart, &ss, (int )(pend - pstart)) == 0) in backref_match_at_nested_level()
1175 if (*p++ != *ss++) return 0; /* or goto next_mem; */ in backref_match_at_nested_level()
1179 *s = ss; in backref_match_at_nested_level()
1624 UChar *q, *ss, *sp, lowbuf[ONIGENC_MBC_NORMALIZE_MAXLEN]; in match_at() local
1627 ss = s; in match_at()
1713 UChar *ss, *sp, *q, *endp, lowbuf[ONIGENC_MBC_NORMALIZE_MAXLEN]; in match_at() local
1721 ss = s; in match_at()
1842 UChar *ss; in match_at() local
1848 ss = s; in match_at()
1850 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
1903 UChar *ss; in match_at() local
1913 ss = s; in match_at()
1915 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
1954 UChar *ss; in match_at() local
1959 ss = s; in match_at()
1962 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
2238 UChar* ss = s + enc_len(encode, s); in match_at() local
2239 if (ON_STR_END(ss + enc_len(encode, ss))) { in match_at()