Home
last modified time | relevance | path

Searched refs:appendBMP (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dnormalizer2impl.h146 appendBMP((UChar)c, cc, errorCode) : in append()
153 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) { in appendBMP() function
Dnormalizer2impl.cpp1227 if(!buffer.appendBMP((UChar)c, 0, errorCode)) { in compose()