/external/qemu/android/base/files/ |
D | PathUtils.h | 92 static StringVector decompose(const char* path, HostType hostType); 96 static inline StringVector decompose(const char* path) { in decompose() function 97 return decompose(path, HOST_TYPE); in decompose()
|
D | PathUtils_unittest.cpp | 168 TEST(PathUtils, decompose) { in TEST() argument 205 PathUtils::decompose(path, kHostPosix), in TEST() 210 PathUtils::decompose(path, kHostWin32), in TEST() 215 PathUtils::decompose(path), in TEST()
|
D | PathUtils.cpp | 75 StringVector PathUtils::decompose(const char* path, HostType hostType) { in decompose() function in android::base::PathUtils
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-shape-normalize.cc | 91 return c->unicode->decompose (ab, a, b); in decompose_unicode() 132 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) in decompose() function 138 if (!c->decompose (c, ab, &a, &b) || in decompose() 154 if ((ret = decompose (c, shortest, a))) { in decompose() 205 else if (decompose (c, shortest, buffer->cur().codepoint)) in decompose_current_character() 300 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode, in _hb_ot_shape_normalize()
|
D | hb-unicode-private.hh | 51 HB_UNICODE_FUNC_IMPLEMENT (decompose) \ 85 inline hb_bool_t decompose (hb_codepoint_t ab, in decompose() function 89 return func.decompose (this, ab, a, b, user_data.decompose); in decompose()
|
D | hb-ot-shape-normalize-private.hh | 58 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member
|
D | hb-ot-shape-complex-private.hh | 120 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-normalize.cc | 91 return c->unicode->decompose (ab, a, b); in decompose_unicode() 132 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) in decompose() function 138 if (!c->decompose (c, ab, &a, &b) || in decompose() 154 if ((ret = decompose (c, shortest, a))) { in decompose() 205 else if (decompose (c, shortest, buffer->cur().codepoint)) in decompose_current_character() 298 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode, in _hb_ot_shape_normalize()
|
D | hb-unicode-private.hh | 51 HB_UNICODE_FUNC_IMPLEMENT (decompose) \ 85 inline hb_bool_t decompose (hb_codepoint_t ab, in decompose() function 89 return func.decompose (this, ab, a, b, user_data.decompose); in decompose()
|
D | hb-ot-shape-normalize-private.hh | 58 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member
|
D | hb-ot-shape-complex-private.hh | 119 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member
|
/external/icu/icu4c/source/test/intltest/ |
D | transrt.cpp | 136 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); in is() 182 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); in is() 432 Normalizer::decompose(a, FALSE, 0, aa, ec); in isSame() 433 Normalizer::decompose(b, FALSE, 0, bb, ec); in isSame() 671 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2() 685 Normalizer::decompose(srcStr, FALSE, 0, cs2, status); in test2() 721 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2() 733 Normalizer::decompose(srcStr, FALSE, 0, cs2, status); in test2() 771 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2() 796 Normalizer::decompose(targ, FALSE, 0, targ2, status); in test2() [all …]
|
D | tstnrapi.cpp | 63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode); in TestNormalizerAPI() 153 Normalizer::decompose(s, FALSE, 0, s, status); in TestNormalizerAPI()
|
D | tstnorm.cpp | 856 Normalizer::decompose(s1, FALSE, normOptions, r1, errorCode); in ref_norm_compare() 857 Normalizer::decompose(s2, FALSE, normOptions, r2, errorCode); in ref_norm_compare() 866 Normalizer::decompose(r1, FALSE, normOptions, t1, errorCode); in ref_norm_compare() 867 Normalizer::decompose(r2, FALSE, normOptions, t2, errorCode); in ref_norm_compare() 1253 Normalizer::decompose(s, FALSE, 0, d, errorCode); in countFoldFCDExceptions() 1260 Normalizer::decompose(s, FALSE, 0, d, errorCode); in countFoldFCDExceptions()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | transrt.cpp | 136 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); in is() 182 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); in is() 432 Normalizer::decompose(a, FALSE, 0, aa, ec); in isSame() 433 Normalizer::decompose(b, FALSE, 0, bb, ec); in isSame() 671 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2() 685 Normalizer::decompose(srcStr, FALSE, 0, cs2, status); in test2() 721 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2() 733 Normalizer::decompose(srcStr, FALSE, 0, cs2, status); in test2() 771 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2() 796 Normalizer::decompose(targ, FALSE, 0, targ2, status); in test2() [all …]
|
D | tstnrapi.cpp | 63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode); in TestNormalizerAPI() 153 Normalizer::decompose(s, FALSE, 0, s, status); in TestNormalizerAPI()
|
D | tstnorm.cpp | 856 Normalizer::decompose(s1, FALSE, normOptions, r1, errorCode); in ref_norm_compare() 857 Normalizer::decompose(s2, FALSE, normOptions, r2, errorCode); in ref_norm_compare() 866 Normalizer::decompose(r1, FALSE, normOptions, t1, errorCode); in ref_norm_compare() 867 Normalizer::decompose(r2, FALSE, normOptions, t2, errorCode); in ref_norm_compare() 1253 Normalizer::decompose(s, FALSE, 0, d, errorCode); in countFoldFCDExceptions() 1260 Normalizer::decompose(s, FALSE, 0, d, errorCode); in countFoldFCDExceptions()
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.h | 80 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() function 426 UnicodeString &decompose(const UnicodeString &src, UnicodeString &dest, 433 void decompose(const UChar *src, const UChar *limit, 437 const UChar *decompose(const UChar *src, const UChar *limit, 569 UBool decompose(UChar32 c, uint16_t norm16,
|
D | normalizer2impl.cpp | 493 Normalizer2Impl::decompose(const UnicodeString &src, UnicodeString &dest, in decompose() function in Normalizer2Impl 505 decompose(sArray, sArray+src.length(), dest, src.length(), errorCode); in decompose() 510 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, in decompose() function in Normalizer2Impl 520 decompose(src, limit, &buffer, errorCode); in decompose() 528 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, in decompose() function in Normalizer2Impl 594 if(!decompose(c, norm16, *buffer, errorCode)) { in decompose() 625 if(!decompose(c, norm16, buffer, errorCode)) { in decomposeShort() 632 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16, in decompose() function in Normalizer2Impl 644 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose() 675 length=Hangul::decompose(c, buffer); in getDecomposition() [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | PerspectiveTransformOperation.cpp | 52 toT.decompose(decomp); in blend()
|
D | AffineTransform.h | 167 bool decompose(DecomposedType&) const;
|
/external/icu/icu4c/source/layout/ |
D | HangulLayoutEngine.cpp | 132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) in decompose() function 172 le_int32 c = decompose(ch, lead, vowel, trail); in getCharClass()
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
D | n2builder.h | 89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.h | 89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
|
/external/chromium_org/third_party/icu/source/common/ |
D | normalizer2impl.h | 76 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() function 419 const UChar *decompose(const UChar *src, const UChar *limit, 551 UBool decompose(UChar32 c, uint16_t norm16,
|