Lines Matching defs:to
9 * By using this file, you agree to the terms and conditions set forth bellow.
28 * distribution the "Copyright Notice" refers to the following language:
31 * 4. The name of JPNIC may not be used to endorse or promote products
83 unsigned long *to, size_t tolen);
99 const unsigned long *from, unsigned long *to,
101 assert(version != NULL && from != NULL && to != NULL && tolen >= 0);
104 return (normalize(version, 1, 1, from, to, tolen));
109 const unsigned long *from, unsigned long *to, size_t tolen) {
149 * Note that characters up to it are
166 * If CUR points to a starter character,
174 r = flush_before_cur(&wb, &to, &tolen);
187 * and since compose() tries to compose characters
196 * Call this even when WB.CUR == 0, to make TO
199 r = flush_before_cur(&wb, &to, &tolen);
208 *to = '\0';