Home
last modified time | relevance | path

Searched defs:srcChar (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/unicode/
Dunistr.h4015 UChar srcChar) in replace()
4021 UChar32 srcChar) { in replace()
4285 UnicodeString::setTo(UChar srcChar) in setTo()
4292 UnicodeString::setTo(UChar32 srcChar) in setTo()
4320 UnicodeString::append(UChar srcChar) in append()
4324 UnicodeString::append(UChar32 srcChar) { in append()
4372 UChar srcChar) in insert()
4377 UChar32 srcChar) in insert()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1663 const UChar* srcChar = glyphBuffer.glyphs(from); in drawText() local