Changeset 6554
- Timestamp:
- May 14, 2007, 5:49:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-unicode.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-unicode.lisp
r6538 r6554 81 81 length-of-vector-encoding-function ;(VECTOR START END) 82 82 83 ;; Returns the number of (full) characters encoded in memor tat (+ POINTER START)83 ;; Returns the number of (full) characters encoded in memory at (+ POINTER START) 84 84 ;; and the number of octets used to encode them. (The second value may be less 85 85 ;; than NOCTETS.) … … 4362 4362 (lambda (string pointer idx start end) 4363 4363 (declare (fixnum idx)) 4364 (when (> end start) 4365 (setf (%get-unsigned-long pointer idx) 4366 byte-order-mark-char-code) 4367 (incf idx 4)) 4364 4368 4365 (do* ((i start (1+ i))) 4369 4366 ((>= i end) idx)
Note:
See TracChangeset
for help on using the changeset viewer.
