/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-glib.cc | 311 gchar *recomposed = g_utf8_normalize (normalized, -1, G_NORMALIZE_NFC); local 312 hb_codepoint_t c = g_utf8_get_char (recomposed); 317 g_free (recomposed); 323 gchar *recomposed; local 325 recomposed = g_utf8_normalize (normalized, end - normalized, G_NORMALIZE_NFC); 326 /* We expect that recomposed has exactly one character now. */ 327 *a = g_utf8_get_char (recomposed); 328 g_free (recomposed);
|
hb-icu.cc | 281 UChar recomposed[20]; local 283 unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err); 287 U16_GET_UNSAFE (recomposed, 0, c); 297 UChar recomposed[18 * 2]; local 299 len = unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err); 302 /* We expect that recomposed has exactly one character now. */ 303 if (unlikely (u_countChar32 (recomposed, len) != 1)) 305 U16_GET_UNSAFE (recomposed, 0, *a) [all...] |
hb-ot-shape-normalize.cc | 44 * of 1:2 decompositions, marks reordered, and then recomposed if desired,
|
/external/harfbuzz_ng/src/ |
hb-glib.cc | 311 gchar *recomposed = g_utf8_normalize (normalized, -1, G_NORMALIZE_NFC); local 312 hb_codepoint_t c = g_utf8_get_char (recomposed); 317 g_free (recomposed); 323 gchar *recomposed; local 325 recomposed = g_utf8_normalize (normalized, end - normalized, G_NORMALIZE_NFC); 326 /* We expect that recomposed has exactly one character now. */ 327 *a = g_utf8_get_char (recomposed); 328 g_free (recomposed);
|
hb-icu.cc | 281 UChar recomposed[20]; local 283 unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err); 287 U16_GET_UNSAFE (recomposed, 0, c); 297 UChar recomposed[18 * 2]; local 299 len = unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err); 302 /* We expect that recomposed has exactly one character now. */ 303 if (unlikely (u_countChar32 (recomposed, len) != 1)) 305 U16_GET_UNSAFE (recomposed, 0, *a) [all...] |
/external/chromium_org/ui/gfx/ |
transform_util.h | 20 // blended and recomposed.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemIf.java | 76 * recomposed, and allows the template to set remaining
|
ElemParam.java | 87 * recomposed, and allows the template to set remaining
|
ElemWhen.java | 86 * recomposed, and allows the template to set remaining
|
ElemForEach.java | 121 * recomposed, and allows the template to set remaining 171 // * recomposed, and allows the template to set remaining
|
ElemCopyOf.java | 80 * recomposed, and allows the template to set remaining
|
ElemExsltFunction.java | 120 * recomposed, and allows the function to set remaining
|
ElemPI.java | 79 * recomposed, and allows the template to set remaining
|
KeyDeclaration.java | 173 * recomposed, and allows the template to set remaining
|
ElemExtensionCall.java | 87 * recomposed, and allows the template to set remaining
|
ElemWithParam.java | 145 * recomposed, and allows the template to set remaining
|
ElemApplyTemplates.java | 122 * recomposed, and allows the template to set remaining
|
ElemCallTemplate.java | 109 * recomposed, and allows the template to set remaining
|
ElemElement.java | 124 * recomposed, and allows the template to set remaining
|
ElemTemplate.java | 341 * recomposed, and allows the template to set remaining
|
ElemValueOf.java | 167 * recomposed, and allows the template to set remaining
|
ElemSort.java | 328 * recomposed, and allows the template to set remaining
|
ElemVariable.java | 322 * recomposed, and allows the template to set remaining
|
/external/proguard/src/proguard/classfile/util/ |
DescriptorClassEnumeration.java | 201 * Returns whether the most recently returned class name was a recomposed
|
/external/svox/pico/lib/ |
picotrns.h | 48 * - Then the new sequence will be recomposed as phon1' , phon_ins , command , phon2' [note position of command!]
|