Searched refs:decomposeShort (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2impl.cpp494 UBool Normalizer2Impl::decomposeShort(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
1140 if(!decomposeShort(prevBoundary, src, buffer, errorCode)) {
1535 // The exception is the call to decomposeShort() which uses the buffer
1641 if(!decomposeShort(prevBoundary, src, *buffer, errorCode)) {
H A Dnormalizer2impl.h455 UBool decomposeShort(const UChar *src, const UChar *limit,
/external/icu4c/common/
H A Dnormalizer2impl.cpp517 UBool Normalizer2Impl::decomposeShort(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
1264 if(!decomposeShort(prevBoundary, src, buffer, errorCode)) {
1592 // The exception is the call to decomposeShort() which uses the buffer
1697 if(!decomposeShort(prevBoundary, src, *buffer, errorCode)) {
H A Dnormalizer2impl.h549 UBool decomposeShort(const UChar *src, const UChar *limit,

Completed in 57 milliseconds