Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h166 appendBMP((UChar)c, cc, errorCode) : in append()
172 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) { in appendBMP() function
Dnormalizer2impl.cpp1584 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose()
1609 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h166 appendBMP((UChar)c, cc, errorCode) : in append()
172 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) { in appendBMP() function
Dnormalizer2impl.cpp1584 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose()
1609 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h166 appendBMP((char16_t)c, cc, errorCode) : in append()
172 UBool appendBMP(char16_t c, uint8_t cc, UErrorCode &errorCode) { in appendBMP() function
Dnormalizer2impl.cpp1584 if(!buffer.appendBMP((char16_t)syllable, 0, errorCode)) { in compose()
1609 if(!buffer.appendBMP((char16_t)syllable, 0, errorCode)) { in compose()