• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/international/

Lines Matching +refs:point +refs:max

233 	    (setq from (max #xA0 (car elt)) to (min #xffff (cdr elt)))
283 (defsubst utf-translate-cjk-substitutable-p (code-point)
288 (if (and (>= code-point (car elt)) (<= code-point (cdr elt)))
349 (defun utf-lookup-subst-table-for-decode (code-point)
352 (utf-translate-cjk-substitutable-p code-point))
354 (gethash code-point
426 ;; R0 is an untranslatable Unicode code-point (U+3500..U+DFFF or
766 ;; Pre-read character is in r5 (charset-ID) and r6 (code-point).
898 "Return the UCS code for an untranslated sequence of raw bytes t point.
901 (aset utf-8-ccl-regs 1 (or (char-after (1+ (point))) 0))
902 (aset utf-8-ccl-regs 2 (or (char-after (+ 2 (point))) 0))
903 (aset utf-8-ccl-regs 3 (or (char-after (+ 3 (point))) 0))
911 ;; and move point to the next character.
922 "Put a suitable composition on an untranslatable sequence at point.
924 Move point to the end of the sequence."
933 (delete-region (point) (min (point-max) (+ l (point)))))
935 (put-text-property (point) (min (point-max) (+ l (point)))
937 (put-text-property (point) (min (point-max) (+ l (point)))
940 (put-text-property (point) (min (point-max) (+ l (point)))
943 (compose-region (point) (+ l (point)) ?$,3u=(B))
959 (narrow-to-region (point) (+ (point) length))
998 (diacritic-compose-region (point-max) (point-min))
999 (thai-compose-region (point-max) (point-min))
1000 (lao-compose-region (point-max) (point-min))
1001 (devanagari-compose-region (point-max) (point-min))
1002 (malayalam-compose-region (point-max) (point-min))
1003 (tamil-compose-region (point-max) (point-min)))
1004 (- (point-max) (point-min)))))