HomeSort by relevance Sort by last modified time
    Searched refs:decompose (Results 1 - 25 of 27) sorted by null

1 2

  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 60 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member in struct:hb_ot_shape_normalize_context_t
hb-unicode-private.hh 53 HB_UNICODE_FUNC_IMPLEMENT (decompose) \
87 inline hb_bool_t decompose (hb_codepoint_t ab, function in struct:hb_unicode_funcs_t
91 return func.decompose (this, ab, a, b, user_data.decompose);
hb-ot-shape-normalize.cc 71 * - The complex shapers can customize the compose and decompose functions to
91 return c->unicode->decompose (ab, a, b);
130 /* Returns 0 if didn't decompose, number of resulting characters otherwise. */
132 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) function
136 if (!c->decompose (c, ab, &a, &b) ||
152 if ((ret = decompose (c, shortest, a))) {
172 /* Returns 0 if didn't decompose, number of resulting characters otherwise. */
204 else if (decompose (c, shortest, buffer->cur().codepoint))
283 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode
    [all...]
hb-ot-shape-complex-private.hh 113 /* decompose()
117 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member in struct:hb_ot_complex_shaper_t
hb-unicode.cc 312 return ufuncs->decompose (ab, a, b);
hb-ot-shape-complex-indic.cc 798 /* 2. Decompose and reorder Matras:
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
PerspectiveTransformOperation.cpp 56 toT.decompose(decomp);
RotateTransformOperation.cpp 73 toT.decompose(decomp);
TransformationMatrix.cpp 292 static bool decompose(const TransformationMatrix::Matrix4& mat, TransformationMatrix::DecomposedType& result) function in namespace:WebCore
1059 bool TransformationMatrix::decompose(DecomposedType& decomp) const function in class:WebCore::TransformationMatrix
    [all...]
TransformationMatrix.h 250 // decompose the matrix into its component parts
259 bool decompose(DecomposedType& decomp) const;
  /external/icu4c/test/intltest/
tstnrapi.cpp 56 // test compose() and decompose()
63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode);
153 Normalizer::decompose(s, FALSE, 0, s, status);
155 dataerrln("error in Normalizer::decompose(self)");
163 dataerrln("error in Normalizer::decompose(self)");
transrt.cpp 136 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
182 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
432 Normalizer::decompose(a, FALSE, 0, aa, ec);
433 Normalizer::decompose(b, FALSE, 0, bb, ec);
671 Normalizer::decompose(targ, FALSE, 0, targD, status);
685 Normalizer::decompose(srcStr, FALSE, 0, cs2, status);
721 Normalizer::decompose(targ, FALSE, 0, targD, status);
733 Normalizer::decompose(srcStr, FALSE, 0, cs2, status);
771 Normalizer::decompose(targ, FALSE, 0, targD, status);
796 Normalizer::decompose(targ, FALSE, 0, targ2, status)
    [all...]
tstnorm.cpp 856 Normalizer::decompose(s1, FALSE, normOptions, r1, errorCode);
857 Normalizer::decompose(s2, FALSE, normOptions, r2, errorCode);
866 Normalizer::decompose(r1, FALSE, normOptions, t1, errorCode);
867 Normalizer::decompose(r2, FALSE, normOptions, t2, errorCode);
    [all...]
canittst.cpp 183 Normalizer::decompose(s, FALSE, 0, decomp, status);
itspoof.cpp 380 Normalizer::decompose(rawExpected, FALSE /*NFD*/, 0, expected, status);
  /external/icu4c/tools/gennorm2/
n2builder.h 89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
n2builder.cpp 440 didDecompose|=builder.decompose(start, end, value);
447 Normalizer2DataBuilder::decompose(UChar32 start, UChar32 end, uint32_t value) { function in class:Normalizer2DataBuilder
508 int32_t hangulLength=Hangul::decompose(c, buffer);
    [all...]
  /external/icu4c/common/unicode/
normlzr.h 240 * Static method to decompose a <code>UnicodeString</code>.
256 static void U_EXPORT2 decompose(const UnicodeString& source,
  /external/icu4c/layout/
HangulLayoutEngine.cpp 132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) function
172 le_int32 c = decompose(ch, lead, vowel, trail);
  /external/icu4c/common/
normalizer2impl.h 76 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { function in class:Hangul
419 const UChar *decompose(const UChar *src, const UChar *limit,
551 UBool decompose(UChar32 c, uint16_t norm16,
normalizer2impl.cpp 427 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
493 if(!decompose(c, norm16, *buffer, errorCode)) {
513 // Decompose a short piece of text which is likely to contain characters that
524 if(!decompose(c, norm16, buffer, errorCode)) {
531 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16, function in class:Normalizer2Impl
538 // c does not decompose
541 // Hangul syllable: decompose algorithmically
543 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
570 // c does not decompose
573 // Hangul syllable: decompose algorithmicall
    [all...]
normlzr.cpp 163 Normalizer::decompose(const UnicodeString& source, function in class:Normalizer
normalizer2.cpp 292 impl.decompose(src, limit, &buffer, errorCode);
303 return impl.decompose(src, limit, NULL, errorCode);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 723 def decompose(self): member in class:Tag
728 i.decompose()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 353 m_transform.decompose(tDecomp);
    [all...]

Completed in 340 milliseconds

1 2