HomeSort by relevance Sort by last modified time
    Searched defs:decomposed (Results 1 - 15 of 15) sorted by null

  /external/harfbuzz_ng/src/
hb-icu.cc 225 UChar decomposed[4]; local
228 len = unorm2_getRawDecomposition (normalizer, ab, decomposed,
229 ARRAY_LENGTH (decomposed), &icu_err);
232 len = u_countChar32 (decomposed, len);
234 U16_GET_UNSAFE (decomposed, 0, *a);
239 U16_NEXT_UNSAFE (decomposed, len, *a);
240 U16_NEXT_UNSAFE (decomposed, len, *b);
295 /* If decomposed to more than two characters, take the last one,
316 hb_codepoint_t *decomposed,
338 /* Convert the decomposed form from UTF-16 to UTF-32. *
    [all...]
hb-ot-shape-complex-hangul.cc 139 * - LV can be precomposed, or decomposed. Lets call those
142 * fully decomposed. Ie. <LVT>, <LV,T>, or <L,V,T>.
335 hb_codepoint_t decomposed[3] = {LBase + lindex, local
338 if (font->has_glyph (decomposed[0]) &&
339 font->has_glyph (decomposed[1]) &&
340 (!tindex || font->has_glyph (decomposed[2])))
343 buffer->replace_glyphs (1, s_len, decomposed);
347 /* We decomposed S: apply jamo features to the individual glyphs
352 /* If we decomposed an LV because of a non-combining T following,
hb-ot-shape-complex-thai.cc 326 hb_codepoint_t decomposed[2] = {hb_codepoint_t (NIKHAHIT_FROM_SARA_AM (u)), local
328 buffer->replace_glyphs (1, 2, decomposed);
353 /* Since we decomposed, and NIKHAHIT is combining, merge clusters with the
  /art/test/092-locale/src/
Main.java 123 String decomposed = "Bl\u0041\u0301ah"; local
127 if (!decomposed.equals(res)) {
132 res = Normalizer.normalize(decomposed, Normalizer.Form.NFC);
134 System.err.println("Bad compose: '" + decomposed + "' --> '"
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 324 UChar decomposed[4]; local
325 int len = unorm2_getRawDecomposition(normalizer, ch, decomposed, 4, &errorCode);
328 U16_NEXT_UNSAFE(decomposed, off, ch);
  /external/dbus/dbus/
dbus-message-util.c 1063 char **decomposed; local
    [all...]
  /external/harfbuzz_ng/test/api/
test-unicode.c 789 hb_codepoint_t decomposed[HB_UNICODE_MAX_DECOMPOSITION_LEN]; local
857 g_assert (hb_unicode_decompose_compatibility (uf, 0x0041, decomposed) == 0);
858 g_assert (hb_unicode_decompose_compatibility (uf, 0x1F632, decomposed) == 0);
861 g_assert (hb_unicode_decompose_compatibility (uf, 0x00B5, decomposed) == 1 && decomposed[0] == 0x03BC);
862 g_assert (hb_unicode_decompose_compatibility (uf, 0x03D6, decomposed) == 1 && decomposed[0] == 0x03C0);
865 g_assert (hb_unicode_decompose_compatibility (uf, 0xFB54, decomposed) == 1 && decomposed[0] == 0x067B);
869 g_assert (hb_unicode_decompose_compatibility (uf, 0xFDFA, decomposed) == 18 && decomposed[17] == 0x0645)
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 124 UnicodeString *rawMapping; // non-NULL if the mapping is further decomposed
452 UnicodeString *decomposed=NULL; local
503 if(decomposed==NULL) {
504 decomposed=new UnicodeString(m, 0, prev);
506 decomposed->append(*cNorm.mapping);
519 if(decomposed==NULL) {
520 decomposed=new UnicodeString(m, 0, prev);
522 decomposed->append(buffer, hangulLength);
523 } else if(decomposed!=NULL) {
524 decomposed->append(m, prev, i-prev)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 297 milliseconds