Home
last modified time | relevance | path

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

12

/external/icu4c/test/intltest/
Dtransrt.cpp135 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); in is()
181 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); in is()
431 Normalizer::decompose(a, FALSE, 0, aa, ec); in isSame()
432 Normalizer::decompose(b, FALSE, 0, bb, ec); in isSame()
670 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2()
684 Normalizer::decompose(srcStr, FALSE, 0, cs2, status); in test2()
720 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2()
732 Normalizer::decompose(srcStr, FALSE, 0, cs2, status); in test2()
770 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2()
795 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.cpp855 Normalizer::decompose(s1, FALSE, normOptions, r1, errorCode); in ref_norm_compare()
856 Normalizer::decompose(s2, FALSE, normOptions, r2, errorCode); in ref_norm_compare()
865 Normalizer::decompose(r1, FALSE, normOptions, t1, errorCode); in ref_norm_compare()
866 Normalizer::decompose(r2, FALSE, normOptions, t2, errorCode); in ref_norm_compare()
1221 Normalizer::decompose(s, FALSE, 0, d, errorCode); in countFoldFCDExceptions()
1228 Normalizer::decompose(s, FALSE, 0, d, errorCode); in countFoldFCDExceptions()
Dcanittst.cpp183 Normalizer::decompose(s, FALSE, 0, decomp, status); in characterTest()
Ditspoof.cpp380 Normalizer::decompose(rawExpected, FALSE /*NFD*/, 0, expected, status); in testConfData()
/external/webkit/Source/WebCore/platform/graphics/transforms/
DPerspectiveTransformOperation.cpp56 toT.decompose(decomp); in blend()
DRotateTransformOperation.cpp73 toT.decompose(decomp); in blend()
DTransformationMatrix.cpp292 static bool decompose(const TransformationMatrix::Matrix4& mat, TransformationMatrix::DecomposedTyp… in decompose() function
1035 from.decompose(fromDecomp); in blend()
1036 decompose(toDecomp); in blend()
1059 bool TransformationMatrix::decompose(DecomposedType& decomp) const in decompose() function in WebCore::TransformationMatrix
1069 if (!WebCore::decompose(m_matrix, decomp)) in decompose()
DTransformationMatrix.h259 bool decompose(DecomposedType& decomp) const;
/external/icu4c/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/icu4c/tools/gennorm2/
Dn2builder.h89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
Dn2builder.cpp415 didDecompose|=builder.decompose(start, end, value); in rangeHandler()
422 Normalizer2DataBuilder::decompose(UChar32 start, UChar32 end, uint32_t value) { in decompose() function in Normalizer2DataBuilder
482 int32_t hangulLength=Hangul::decompose(c, buffer); in decompose()
/external/icu4c/common/
Dnormalizer2impl.h75 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() function
330 const UChar *decompose(const UChar *src, const UChar *limit,
463 UBool decompose(UChar32 c, uint16_t norm16,
Dnormalizer2impl.cpp404 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, in decompose() function in Normalizer2Impl
470 if(!decompose(c, norm16, *buffer, errorCode)) { in decompose()
501 if(!decompose(c, norm16, buffer, errorCode)) { in decomposeShort()
508 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16, in decompose() function in Normalizer2Impl
520 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose()
551 length=Hangul::decompose(c, buffer); in getDecomposition()
578 decompose(src, limit, &buffer, errorCode); in decomposeAndAppend()
Dnormlzr.cpp164 Normalizer::decompose(const UnicodeString& source, in decompose() function in Normalizer
Dnormalizer2.cpp240 impl.decompose(src, limit, &buffer, errorCode); in normalize()
251 return impl.decompose(src, limit, NULL, errorCode); in spanQuickCheckYes()
/external/icu4c/common/unicode/
Dnormlzr.h256 static void U_EXPORT2 decompose(const UnicodeString& source,
/external/eigen/doc/
DC06_TutorialLinearAlgebra.dox202 at the time of the construction, the matrix that you will want to decompose; or if you want to reus…
221 so that when you subsequently decompose such matrices, no dynamic memory allocation is performed (o…
/external/eigen/test/eigen2/
Dtestsuite.cmake65 # decompose as a pair key=value
/external/eigen/test/
Dtestsuite.cmake72 # decompose as a pair key=value
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py723 def decompose(self): member in Tag
728 i.decompose()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp352 m_transform.decompose(tDecomp); in translation()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-038087 * kwq/KWQKURL.mm: (KURL::KWQKURLPrivate::decompose): Use CFURLCopyPath
9156 (KURL::KWQKURLPrivate::decompose): Add the new "../" and "./" logic.
17064 (KURL::KWQKURLPrivate::decompose), (KURL::KWQKURLPrivate::compose), (KURL::KURL),
DChangeLog-2006-05-1028212 …- start to decompose "special element" handling, replacing it with appropriate handling of the dif…
DChangeLog-2009-06-1641140 (WebCore::decompose):
41163 (WebCore::TransformationMatrix::decompose):

12