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

1 2 3

  /external/qemu/android/base/files/
PathUtils.h 83 // Decompose |path| into individual components. If |path| has a root
92 static StringVector decompose(const char* path, HostType hostType);
94 // Decompose |path| into individual components for the host platform.
96 static inline StringVector decompose(const char* path) { function in class:android::base::PathUtils
97 return decompose(path, HOST_TYPE);
116 // Given a list of components returned by decompose(), simplify it
PathUtils_unittest.cpp 168 TEST(PathUtils, decompose) {
205 PathUtils::decompose(path, kHostPosix),
210 PathUtils::decompose(path, kHostWin32),
215 PathUtils::decompose(path),
PathUtils.cpp 75 StringVector PathUtils::decompose(const char* path, HostType hostType) { function in class:android::base::PathUtils
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize-private.hh 58 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member in struct:hb_ot_shape_normalize_context_t
hb-unicode-private.hh 51 HB_UNICODE_FUNC_IMPLEMENT (decompose) \
85 inline hb_bool_t decompose (hb_codepoint_t ab, function in struct:hb_unicode_funcs_t
89 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 116 /* decompose()
120 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 58 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member in struct:hb_ot_shape_normalize_context_t
hb-unicode-private.hh 51 HB_UNICODE_FUNC_IMPLEMENT (decompose) \
85 inline hb_bool_t decompose (hb_codepoint_t ab, function in struct:hb_unicode_funcs_t
89 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))
298 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/chromium_org/third_party/WebKit/Source/platform/transforms/
PerspectiveTransformOperation.cpp 52 toT.decompose(decomp);
AffineTransform.h 159 // decompose the matrix into its component parts
167 bool decompose(DecomposedType&) const;
RotateTransformOperation.cpp 130 toT.decompose(decomp);
  /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 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...]
  /external/icu/icu4c/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 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...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
  /external/icu/icu4c/source/common/
normalizer2impl.h 80 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { function in class:Hangul
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,
normalizer2impl.cpp 493 Normalizer2Impl::decompose(const UnicodeString &src, UnicodeString &dest, function in class:Normalizer2Impl
505 decompose(sArray, sArray+src.length(), dest, src.length(), errorCode);
510 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
520 decompose(src, limit, &buffer, errorCode);
528 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
594 if(!decompose(c, norm16, *buffer, errorCode)) {
614 // Decompose a short piece of text which is likely to contain characters that
625 if(!decompose(c, norm16, buffer, errorCode)) {
632 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16, function in class:Normalizer2Impl
639 // c does not decompose
    [all...]
  /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/icu/icu4c/source/common/unicode/
normlzr.h 240 * Static method to decompose a <code>UnicodeString</code>.
256 static void U_EXPORT2 decompose(const UnicodeString& source,
  /external/icu/icu4c/source/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);

Completed in 523 milliseconds

1 2 3