Home
last modified time | relevance | path

Searched defs:decompose (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize-private.hh60 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member
Dhb-ot-shape-complex-private.hh117 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member
Dhb-ot-shape-normalize.cc132 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) in decompose() function
Dhb-unicode-private.hh87 inline hb_bool_t decompose (hb_codepoint_t ab, in decompose() function
/external/icu4c/common/
Dnormlzr.cpp163 Normalizer::decompose(const UnicodeString& source, in decompose() function in Normalizer
Dnormalizer2impl.cpp427 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, in decompose() function in Normalizer2Impl
531 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16, in decompose() function in Normalizer2Impl
Dnormalizer2impl.h76 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() function
/external/icu4c/layout/
DHangulLayoutEngine.cpp132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) in decompose() function
/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp292 static bool decompose(const TransformationMatrix::Matrix4& mat, TransformationMatrix::DecomposedTyp… in decompose() function
1059 bool TransformationMatrix::decompose(DecomposedType& decomp) const in decompose() function in WebCore::TransformationMatrix
/external/icu4c/tools/gennorm2/
Dn2builder.cpp447 Normalizer2DataBuilder::decompose(UChar32 start, UChar32 end, uint32_t value) { in decompose() function in Normalizer2DataBuilder
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py723 def decompose(self): member in Tag