Searched refs:appendCodeUnit (Results 1 – 12 of 12) sorted by relevance
26 return appendCodeUnit((UChar)c); in appendCodePoint()28 return appendCodeUnit(U16_LEAD(c)) && appendCodeUnit(U16_TRAIL(c)); in appendCodePoint()37 if(!appendCodeUnit(c)) { in appendString()44 if(!appendCodeUnit(*s++)) { in appendString()
370 out.appendCodeUnit(*pos); // Next unit of a pending linear-match node. in getNextUChars()391 out.appendCodeUnit(*pos); in getNextUChars()405 out.appendCodeUnit(*pos++); in getNextBranchUChars()408 out.appendCodeUnit(*pos); in getNextBranchUChars()
1748 UnicodeStringAppendable::appendCodeUnit(UChar c) { in appendCodeUnit() function in UnicodeStringAppendable
63 virtual UBool appendCodeUnit(UChar c) = 0;172 virtual UBool appendCodeUnit(UChar c);
320 virtual UBool appendCodeUnit(UChar /*c*/) { return TRUE; } in appendCodeUnit() function in DummyAppendable
2048 app.appendCodeUnit(0x61); in doTestAppendable()2080 virtual UBool appendCodeUnit(UChar c) { str.append(c); return TRUE; } in appendCodeUnit() function in SimpleAppendable