Searched refs:appendCodeUnit (Results 1 – 6 of 6) sorted by relevance
28 return appendCodeUnit((UChar)c); in appendCodePoint()30 return appendCodeUnit(U16_LEAD(c)) && appendCodeUnit(U16_TRAIL(c)); in appendCodePoint()39 if(!appendCodeUnit(c)) { in appendString()46 if(!appendCodeUnit(*s++)) { in appendString()
372 out.appendCodeUnit(*pos); // Next unit of a pending linear-match node. in getNextUChars()393 out.appendCodeUnit(*pos); in getNextUChars()407 out.appendCodeUnit(*pos++); in getNextBranchUChars()410 out.appendCodeUnit(*pos); in getNextBranchUChars()
1864 UnicodeStringAppendable::appendCodeUnit(UChar c) { in appendCodeUnit() function in UnicodeStringAppendable
65 virtual UBool appendCodeUnit(UChar c) = 0;174 virtual UBool appendCodeUnit(UChar c);
322 virtual UBool appendCodeUnit(UChar /*c*/) { return TRUE; } in appendCodeUnit() function in DummyAppendable
2040 app.appendCodeUnit(0x61); in doTestAppendable()2072 virtual UBool appendCodeUnit(UChar c) { str.append(c); return TRUE; } in appendCodeUnit() function in SimpleAppendable