/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)");
|
/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)");
|
/external/chromium_org/third_party/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 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-normalize-private.hh | 59 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 | 115 /* decompose() 119 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.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
|
/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/chromium_org/third_party/WebKit/Source/platform/transforms/ |
PerspectiveTransformOperation.cpp | 57 toT.decompose(decomp);
|
AffineTransform.h | 160 // decompose the matrix into its component parts 168 bool decompose(DecomposedType&) const;
|
RotateTransformOperation.cpp | 74 toT.decompose(decomp);
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.h | 89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
|
/external/icu4c/tools/gennorm2/ |
n2builder.h | 89 UBool decompose(UChar32 start, UChar32 end, uint32_t value);
|
/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/chromium_org/third_party/icu/source/common/ |
normalizer2impl.cpp | 404 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, function in class:Normalizer2Impl 470 if(!decompose(c, norm16, *buffer, errorCode)) { 490 // Decompose a short piece of text which is likely to contain characters that 501 if(!decompose(c, norm16, buffer, errorCode)) { 508 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16, function in class:Normalizer2Impl 515 // c does not decompose 518 // Hangul syllable: decompose algorithmically 520 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); 547 // c does not decompose 550 // Hangul syllable: decompose algorithmicall [all...] |
/external/ceres-solver/internal/ceres/ |
parameter_block_ordering.h | 67 // Use an approximate independent set ordering to decompose the
|
/external/icu4c/layout/ |
HangulLayoutEngine.h | 103 * or decompose a modern Hangul syllable if it forms part of an old Hangul syllable.
|