Lines Matching defs:uv
311 UV uv;
346 if ((uv = swash_fetch(rv, s, TRUE)) < none) {
349 d = uvuni_to_utf8(d, uv);
351 else if (uv == none) {
357 else if (uv == extra) {
405 UV uv;
422 if ((uv = swash_fetch(rv, s, TRUE)) < none || uv == extra)
449 UV uv;
490 uv = swash_fetch(rv, s, TRUE);
501 if (uv < none) {
504 if (uv != puv) {
505 d = uvuni_to_utf8(d, uv);
506 puv = uv;
510 else if (uv == none) { /* "none" is unmapped character */
518 else if (uv == extra && !del) {
529 uv = utf8_to_uvuni(s, &len);
530 if (uv != puv) {
533 puv = uv;
545 uv = swash_fetch(rv, s, TRUE);
555 if (uv < none) {
558 d = uvuni_to_utf8(d, uv);
561 else if (uv == none) { /* "none" is unmapped character */
568 else if (uv == extra && !del) {