Searched refs:appendBMP (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.h | 166 appendBMP((UChar)c, cc, errorCode) : in append() 172 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) { in appendBMP() function
|
D | normalizer2impl.cpp | 1584 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/ |
D | normalizer2impl.h | 166 appendBMP((UChar)c, cc, errorCode) : in append() 172 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) { in appendBMP() function
|
D | normalizer2impl.cpp | 1584 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/ |
D | normalizer2impl.h | 166 appendBMP((char16_t)c, cc, errorCode) : in append() 172 UBool appendBMP(char16_t c, uint8_t cc, UErrorCode &errorCode) { in appendBMP() function
|
D | normalizer2impl.cpp | 1584 if(!buffer.appendBMP((char16_t)syllable, 0, errorCode)) { in compose() 1609 if(!buffer.appendBMP((char16_t)syllable, 0, errorCode)) { in compose()
|