Home | History | Annotate | Download | only in common

Lines Matching refs:append

40         return result.append((UChar)63/*?*/);
45 result.append((UChar)45/*-*/);
57 result.append(DIGITS[0]);
61 result.append(DIGITS[digit]);
79 * append the escaped notation and return TRUE.
83 result.append(BACKSLASH);
85 result.append(UPPER_U);
86 result.append(DIGITS[0xF&(c>>28)]);
87 result.append(DIGITS[0xF&(c>>24)]);
88 result.append(DIGITS[0xF&(c>>20)]);
89 result.append(DIGITS[0xF&(c>>16)]);
91 result.append(LOWER_U);
93 result.append(DIGITS[0xF&(c>>12)]);
94 result.append(DIGITS[0xF&(c>>8)]);
95 result.append(DIGITS[0xF&(c>>4)]);
96 result.append(DIGITS[0xF&c]);
280 * Append a character to a rule that is being built up. To flush
283 * @param rule the string to append the character to
284 * @param c the character to append, or (UChar32)-1 if none.
318 rule.append(BACKSLASH).append(APOSTROPHE);
331 rule.append(APOSTROPHE);
332 rule.append(quoteBuf);
333 rule.append(APOSTROPHE);
337 rule.append(BACKSLASH).append(APOSTROPHE);
349 rule.append(c);
352 rule.append(c);
360 rule.append(BACKSLASH);
361 rule.append(c);
365 // whitespace need quoting. Also append stuff to quotes if we are
373 quoteBuf.append(c);
376 quoteBuf.append(c);
380 // Otherwise just append
382 rule.append(c);
397 * Given a matcher reference, which may be null, append its