Home
last modified time | relevance | path

Searched defs:appendCodeUnit (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Duobjtest.cpp320 virtual UBool appendCodeUnit(UChar /*c*/) { return TRUE; } in appendCodeUnit() function in DummyAppendable
Dustrtest.cpp2072 virtual UBool appendCodeUnit(UChar c) { str.append(c); return TRUE; } in appendCodeUnit() function in SimpleAppendable
/external/icu4c/common/
Dunistr.cpp1634 UnicodeStringAppendable::appendCodeUnit(UChar c) { in appendCodeUnit() function in UnicodeStringAppendable