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

1 2 3 4

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerData.java 63 String decomp = decompose.get(ch);
81 NormalizerData(IntHashtable canonicalClass, IntStringHashtable decompose,
84 this.decompose = decompose;
101 return decompose.get(ch);
119 private IntStringHashtable decompose; field in class:NormalizerData
NormalizerBuilder.java 54 IntStringHashtable decompose = new IntStringHashtable(null); local
62 buildDecompositionTables(canonicalClass, decompose, compose,
66 setMinimalDecomp(canonicalClass, decompose, compose,
69 return new NormalizerData(canonicalClass, decompose, compose,
114 IntHashtable canonicalClass, IntStringHashtable decompose,
193 decompose.put(value, decomp);
240 decompose.put(value, String.valueOf(first) + second);
258 private static void setMinimalDecomp(IntHashtable canonicalClass, IntStringHashtable decompose,
420 decompose.put(value, decomp);
TestDeprecatedNormalizerAPI.java 83 //test deprecated decompose method
84 Normalizer.decompose(s,false,0);
94 * returned by Normalizer.decompose().
121 String normDecomp = Normalizer.decompose(chString, compat);
138 String decomp = Normalizer.decompose(xString, compat);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerData.java 62 String decomp = decompose.get(ch);
80 NormalizerData(IntHashtable canonicalClass, IntStringHashtable decompose,
83 this.decompose = decompose;
100 return decompose.get(ch);
118 private IntStringHashtable decompose; field in class:NormalizerData
NormalizerBuilder.java 53 IntStringHashtable decompose = new IntStringHashtable(null); local
61 buildDecompositionTables(canonicalClass, decompose, compose,
65 setMinimalDecomp(canonicalClass, decompose, compose,
68 return new NormalizerData(canonicalClass, decompose, compose,
113 IntHashtable canonicalClass, IntStringHashtable decompose,
192 decompose.put(value, decomp);
239 decompose.put(value, String.valueOf(first) + second);
257 private static void setMinimalDecomp(IntHashtable canonicalClass, IntStringHashtable decompose,
419 decompose.put(value, decomp);
TestDeprecatedNormalizerAPI.java 79 //test deprecated decompose method
80 Normalizer.decompose(s,false,0);
90 * returned by Normalizer.decompose().
117 String normDecomp = Normalizer.decompose(chString, compat);
134 String decomp = Normalizer.decompose(xString, compat);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btPolarDecomposition.h 42 unsigned int decompose(const btMatrix3x3& a, btMatrix3x3& u, btMatrix3x3& h) const;
btPolarDecomposition.cpp 42 unsigned int btPolarDecomposition::decompose(const btMatrix3x3& a, btMatrix3x3& u, btMatrix3x3& h) const function in class:btPolarDecomposition
97 return polar.decompose(a, u, h);
  /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-ot-shape-normalize.cc 68 * - The complex shapers can customize the compose and decompose functions to
79 return (bool) c->unicode->decompose (ab, a, b);
118 /* Returns 0 if didn't decompose, number of resulting characters otherwise. */
120 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) function
126 if (!c->decompose (c, ab, &a, &b) ||
142 if ((ret = decompose (c, shortest, a))) {
175 if (decompose (c, shortest, u))
302 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode,
313 * separate rounds: decompose, reorder, recompose (if desired). Currentl
    [all...]
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-complex-private.hh 121 /* decompose()
125 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member in struct:hb_ot_complex_shaper_t
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
CorrelatedRandomVectorGenerator.java 108 decompose(covariance, small); method
136 decompose(covariance, small); method
171 /** Decompose the original square matrix.
188 private void decompose(RealMatrix covariance, double small) method in class:CorrelatedRandomVectorGenerator
  /external/opencv3/modules/calib3d/src/
homography_decomp.cpp 81 virtual void decompose(std::vector<CameraMotion>& camMotions) = 0;
99 virtual void decompose(std::vector<CameraMotion>& camMotions);
110 virtual void decompose(std::vector<CameraMotion>& camMotions);
151 //!main routine to decompose homography
160 decompose(camMotions);
182 void HomographyDecompZhang::decompose(std::vector<CameraMotion>& camMotions) function in class:cv::HomographyDecomposition::HomographyDecompZhang
305 void HomographyDecompInria::decompose(std::vector<CameraMotion>& camMotions) function in class:cv::HomographyDecomposition::HomographyDecompInria
  /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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ArabicCharacterData.java 57 decomposition = Normalizer.decompose(UCharacter.toString(character), true);
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 90 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
  /external/icu/icu4c/source/common/
normalizer2impl.h 79 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,
566 UBool decompose(UChar32 c, uint16_t norm16,
normalizer2impl.cpp 444 Normalizer2Impl::decompose(const UnicodeString &src, UnicodeString &dest, function in class:Normalizer2Impl
456 decompose(sArray, sArray+src.length(), dest, src.length(), errorCode);
461 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
471 decompose(src, limit, &buffer, errorCode);
479 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
545 if(!decompose(c, norm16, *buffer, errorCode)) {
565 // Decompose a short piece of text which is likely to contain characters that
576 if(!decompose(c, norm16, buffer, errorCode)) {
583 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16, function in class:Normalizer2Impl
590 // c does not decompose
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 67 public static int decompose(int c, Appendable buffer) { method in class:Normalizer2Impl.Hangul
767 // c does not decompose
769 // Hangul syllable: decompose algorithmically
771 Hangul.decompose(c, buffer);
799 // c does not decompose
923 public Appendable decompose(CharSequence s, StringBuilder dest) { method in class:Normalizer2Impl
924 decompose(s, 0, s.length(), dest, s.length()); method
932 public void decompose(CharSequence s, int src, int limit, StringBuilder dest, method in class:Normalizer2Impl
939 decompose(s, src, limit, buffer); method
945 public int decompose(CharSequence s, int src, int limit, method in class:Normalizer2Impl
1001 decompose(c, norm16, buffer); method
1024 decompose(s, 0, limit, buffer); method
1763 decompose(c, getNorm16(c), buffer); method
1766 private void decompose(int c, int norm16, method
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 63 public static int decompose(int c, Appendable buffer) { method in class:Normalizer2Impl.Hangul
763 // c does not decompose
765 // Hangul syllable: decompose algorithmically
767 Hangul.decompose(c, buffer);
795 // c does not decompose
798 // Hangul syllable: decompose algorithmically
919 public Appendable decompose(CharSequence s, StringBuilder dest) { method in class:Normalizer2Impl
920 decompose(s, 0, s.length(), dest, s.length()); method
928 public void decompose(CharSequence s, int src, int limit, StringBuilder dest, method in class:Normalizer2Impl
935 decompose(s, src, limit, buffer); method
941 public int decompose(CharSequence s, int src, int limit, method in class:Normalizer2Impl
997 decompose(c, norm16, buffer); method
1020 decompose(s, 0, limit, buffer); method
1759 decompose(c, getNorm16(c), buffer); method
1762 private void decompose(int c, int norm16, method
    [all...]
  /external/icu/icu4c/source/common/unicode/
normlzr.h 245 * Static method to decompose a <code>UnicodeString</code>.
261 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);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java 754 * Decompose a string.
756 * @param str The string to decompose.
765 public static String decompose(String str, boolean compat) { method in class:Normalizer
766 return decompose(str,compat,0);
770 * Decompose a string.
772 * @param str The string to decompose.
782 public static String decompose(String str, boolean compat, int options) { method in class:Normalizer
787 * Decompose a string.
789 * @param source The char array to decompose.
803 public static int decompose(char[] source,char[] target, boolean compat, int options) method in class:Normalizer
828 public static int decompose(char[] src,int srcStart, int srcLimit, method in class:Normalizer
    [all...]

Completed in 1471 milliseconds

1 2 3 4