Searched refs:s2e_conv (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c1626 s2e_conv(nkf_char c2, nkf_char c1, nkf_char *p2, nkf_char *p1) function
1953 s2e_conv(s2, s1, p2, p1);
2145 s2e_conv(s2, s1, &c2, &c1);
2169 s2e_conv(s2, s1, &c2, &c1);
2200 nkf_char ret = s2e_conv(c2, c1, &c2, &c1);
2689 s2e_conv(s2, s1, &c2, &c1);
3122 s2e_conv(ptr->buf[0], ptr->buf[1], &ptr->buf[0], &ptr->buf[1]);
3133 if (s2e_conv(ptr->buf[0], ptr->buf[1], &ptr->buf[0], &ptr->buf[1]) == 0) {
3145 s2e_conv(ptr->buf[0], ptr->buf[1], &ptr->buf[0], &ptr->buf[1]);

Completed in 115 milliseconds