Home
last modified time | relevance | path

Searched refs:decompose (Results 1 – 25 of 61) sorted by relevance

123

/external/qemu/android/base/files/
DPathUtils.h92 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()
DPathUtils_unittest.cpp168 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()
DPathUtils.cpp75 StringVector PathUtils::decompose(const char* path, HostType hostType) { in decompose() function in android::base::PathUtils
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-shape-normalize.cc91 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()
Dhb-unicode-private.hh51 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()
Dhb-ot-shape-normalize-private.hh58 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member
Dhb-ot-shape-complex-private.hh120 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc91 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()
Dhb-unicode-private.hh51 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()
Dhb-ot-shape-normalize-private.hh58 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member
Dhb-ot-shape-complex-private.hh119 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp136 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 …]
Dtstnrapi.cpp63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode); in TestNormalizerAPI()
153 Normalizer::decompose(s, FALSE, 0, s, status); in TestNormalizerAPI()
Dtstnorm.cpp856 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/
Dtransrt.cpp136 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 …]
Dtstnrapi.cpp63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode); in TestNormalizerAPI()
153 Normalizer::decompose(s, FALSE, 0, s, status); in TestNormalizerAPI()
Dtstnorm.cpp856 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/
Dnormalizer2impl.h80 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,
Dnormalizer2impl.cpp493 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/
DPerspectiveTransformOperation.cpp52 toT.decompose(decomp); in blend()
DAffineTransform.h167 bool decompose(DecomposedType&) const;
/external/icu/icu4c/source/layout/
DHangulLayoutEngine.cpp132 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/
Dn2builder.h89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.h89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
/external/chromium_org/third_party/icu/source/common/
Dnormalizer2impl.h76 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,

123