Searched defs:decompose (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Dnormlzr.cpp216 Normalizer::decompose(const UnicodeString& source, function in class:Normalizer
/external/icu4c/common/
H A Dnormlzr.cpp164 Normalizer::decompose(const UnicodeString& source, function in class:Normalizer
H A Dnormalizer2impl.cpp378 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
444 if(!decompose(c, norm16, *buffer, errorCode)) {
475 if(!decompose(c, norm16, buffer, errorCode)) {
482 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16, function in class:Normalizer2Impl
489 // c does not decompose
492 // Hangul syllable: decompose algorithmically
494 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
521 // c does not decompose
524 // Hangul syllable: decompose algorithmically
525 length=Hangul::decompose(
[all...]
H A Dnormalizer2impl.h73 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { function in class:Hangul
315 const UChar *decompose(const UChar *src, const UChar *limit,
436 UBool decompose(UChar32 c, uint16_t norm16,
/external/icu4c/layout/
H A DHangulLayoutEngine.cpp132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) function
172 le_int32 c = decompose(ch, lead, vowel, trail);
/external/icu4c/tools/gennorm2/
H A Dn2builder.cpp404 didDecompose|=builder.decompose(start, end, value);
411 Normalizer2DataBuilder::decompose(UChar32 start, UChar32 end, uint32_t value) { function in class:Normalizer2DataBuilder
471 int32_t hangulLength=Hangul::decompose(c, buffer);
/external/webkit/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp279 static bool decompose(const TransformationMatrix::Matrix4& mat, TransformationMatrix::DecomposedType& result) function in namespace:WebCore
1019 // decompose
1022 from.decompose(fromDecomp);
1023 decompose(toDecomp);
1046 bool TransformationMatrix::decompose(DecomposedType& decomp) const function in class:WebCore::TransformationMatrix
1056 if (!WebCore::decompose(m_matrix, decomp))
/external/webkit/WebKitTools/Scripts/webkitpy/
H A DBeautifulSoup.py723 def decompose(self): member in class:Tag
728 i.decompose()

Completed in 77 milliseconds