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

1 2 3 4 5

  /external/icu4c/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/harfbuzz_ng/src/
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
136 if (!c->decompose (c, ab, &a, &b) ||
152 if ((ret = decompose (c, shortest, a))) {
172 /* Returns 0 if didn't decompose, number of resulting characters otherwise. */
204 else if (decompose (c, shortest, buffer->cur().codepoint))
283 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode
    [all...]
hb-ot-shape-normalize-private.hh 60 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member in struct:hb_ot_shape_normalize_context_t
hb-unicode.h 252 * @u: codepoint to decompose
256 * Fully decompose @u to its Unicode compatibility decomposition. The codepoints of the decomposition will be written to @decomposed.
262 * compatibility decomposition plus an terminating value of 0. Consequently, @decompose must be allocated by the caller to be at least this length. Implementations
hb-unicode-private.hh 53 HB_UNICODE_FUNC_IMPLEMENT (decompose) \
87 inline hb_bool_t decompose (hb_codepoint_t ab, function in struct:hb_unicode_funcs_t
91 return func.decompose (this, ab, a, b, user_data.decompose);
hb-ot-shape-complex-thai.cc 273 * When you have a SARA AM, decompose it in NIKHAHIT + SARA AA, *and* move the
326 /* Is SARA AM. Decompose and reorder. */
373 NULL, /* decompose */
hb-ot-shape-complex-private.hh 113 /* decompose()
117 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member in struct:hb_ot_complex_shaper_t
hb-ot-shape-complex-default.cc 221 NULL, /* decompose */
  /external/svox/pico/lib/
picokdt.h 149 decompose function. Where needed (hitory attribute) the direct tree
153 for every tree type there is a decompose function to decompose the
222 /* decompose the tree output and return the class in dtres
262 /* decompose the tree output and return the class in dtres
316 /* decompose the tree output and return the class vector in dtvres
363 /* decompose the tree output and return the class vector in dtres
425 /* decompose the tree output and return the class vector in dtres
452 /* decompose the tree output and return the class in dtres
  /external/icu4c/tools/gennorm2/
n2builder.h 89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
PerspectiveTransformOperation.cpp 56 toT.decompose(decomp);
RotateTransformOperation.cpp 73 toT.decompose(decomp);
  /libcore/luni/src/main/java/java/text/
Normalizer.java 24 * Unicode Normalization Forms</a>. Normalization can decompose and compose
  /external/icu4c/common/
normalizer2impl.cpp 427 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
493 if(!decompose(c, norm16, *buffer, errorCode)) {
513 // Decompose a short piece of text which is likely to contain characters that
524 if(!decompose(c, norm16, buffer, errorCode)) {
531 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16, function in class:Normalizer2Impl
538 // c does not decompose
541 // Hangul syllable: decompose algorithmically
543 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
570 // c does not decompose
573 // Hangul syllable: decompose algorithmicall
    [all...]
  /external/ceres-solver/internal/ceres/
parameter_block_ordering.h 61 // Use an approximate independent set ordering to decompose the
polynomial_solver.cc 71 // Decompose row_norm/col_norm into mantissa * 2^exponent,
  /external/icu4c/layout/
HangulLayoutEngine.h 103 * or decompose a modern Hangul syllable if it forms part of an old Hangul syllable.
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/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.cpp 149 // decompose the canvas into basics
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 263 // Decompose TEMP2 into IV, the first 8 octets, and TEMP1, the remaining octets.
284 // Decompose WKCKS. CKS is the last 8 octets and WK, the wrapped key, are
  /external/eigen/doc/
C06_TutorialLinearAlgebra.dox 202 at the time of the construction, the matrix that you will want to decompose; or if you want to reuse an existing
221 so that when you subsequently decompose such matrices, no dynamic memory allocation is performed (of course, if you
  /dalvik/tests/092-locale/src/
Main.java 128 System.err.println("Bad decompose: '" + composed + "' --> '"
  /external/eigen/test/eigen2/
testsuite.cmake 65 # decompose as a pair key=value
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
oracle11.php 161 'DECOMPOSE',

Completed in 1475 milliseconds

1 2 3 4 5