Lines Matching refs:append
38 return result.append((UChar)63/*?*/);
43 result.append((UChar)45/*-*/);
55 result.append(DIGITS[0]);
59 result.append(DIGITS[digit]);
77 * append the escaped notation and return TRUE.
81 result.append(BACKSLASH);
83 result.append(UPPER_U);
84 result.append(DIGITS[0xF&(c>>28)]);
85 result.append(DIGITS[0xF&(c>>24)]);
86 result.append(DIGITS[0xF&(c>>20)]);
87 result.append(DIGITS[0xF&(c>>16)]);
89 result.append(LOWER_U);
91 result.append(DIGITS[0xF&(c>>12)]);
92 result.append(DIGITS[0xF&(c>>8)]);
93 result.append(DIGITS[0xF&(c>>4)]);
94 result.append(DIGITS[0xF&c]);
278 * Append a character to a rule that is being built up. To flush
281 * @param rule the string to append the character to
282 * @param c the character to append, or (UChar32)-1 if none.
316 rule.append(BACKSLASH).append(APOSTROPHE);
329 rule.append(APOSTROPHE);
330 rule.append(quoteBuf);
331 rule.append(APOSTROPHE);
335 rule.append(BACKSLASH).append(APOSTROPHE);
347 rule.append(c);
350 rule.append(c);
358 rule.append(BACKSLASH);
359 rule.append(c);
363 // whitespace need quoting. Also append stuff to quotes if we are
371 quoteBuf.append(c);
374 quoteBuf.append(c);
378 // Otherwise just append
380 rule.append(c);
395 * Given a matcher reference, which may be null, append its