/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-normalize-private.hh | 59 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 138 if (!c->decompose (c, ab, &a, &b) || 154 if ((ret = decompose (c, shortest, a))) { 174 /* Returns 0 if didn't decompose, number of resulting characters otherwise. */ 205 else if (decompose (c, shortest, buffer->cur().codepoint)) 300 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode [all...] |
hb-ot-shape-complex-private.hh | 115 /* decompose() 119 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member in struct:hb_ot_complex_shaper_t
|
/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
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
PerspectiveTransformOperation.cpp | 57 toT.decompose(decomp);
|
RotateTransformOperation.cpp | 74 toT.decompose(decomp);
|
AffineTransform.cpp | 310 from.decompose(srA); 311 this->decompose(srB); 350 bool AffineTransform::decompose(DecomposedType& decomp) const function in class:WebCore::AffineTransform
|
AffineTransform.h | 160 // decompose the matrix into its component parts 168 bool decompose(DecomposedType&) const;
|
/external/chromium_org/third_party/icu/source/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 | 135 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); 181 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); 431 Normalizer::decompose(a, FALSE, 0, aa, ec); 432 Normalizer::decompose(b, FALSE, 0, bb, ec); 670 Normalizer::decompose(targ, FALSE, 0, targD, status); 684 Normalizer::decompose(srcStr, FALSE, 0, cs2, status); 720 Normalizer::decompose(targ, FALSE, 0, targD, status); 732 Normalizer::decompose(srcStr, FALSE, 0, cs2, status); 770 Normalizer::decompose(targ, FALSE, 0, targD, status); 795 Normalizer::decompose(targ, FALSE, 0, targ2, status) [all...] |
tstnorm.cpp | 855 Normalizer::decompose(s1, FALSE, normOptions, r1, errorCode); 856 Normalizer::decompose(s2, FALSE, normOptions, r2, errorCode); 865 Normalizer::decompose(r1, FALSE, normOptions, t1, errorCode); 866 Normalizer::decompose(r2, FALSE, normOptions, t2, errorCode); [all...] |
/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...] |
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.h | 89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
|
/external/icu4c/tools/gennorm2/ |
n2builder.h | 89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
normlzr.h | 240 * Static method to decompose a <code>UnicodeString</code>. 256 static void U_EXPORT2 decompose(const UnicodeString& source,
|
/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/chromium_org/third_party/icu/source/common/ |
normalizer2impl.h | 75 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { function in class:Hangul 327 const UChar *decompose(const UChar *src, const UChar *limit, 457 UBool decompose(UChar32 c, uint16_t norm16,
|
/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,
|