HomeSort by relevance Sort by last modified time
    Searched refs:virama (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 301 hb_codepoint_t virama; member in struct:indic_config_t
485 if (!config->virama || !font->get_glyph (config->virama, 0, &glyph))
487 /* Technically speaking, the spec says we should apply 'locl' to virama too.
490 /* Our get_glyph() function needs a font, so we can't get the virama glyph
552 /* For old-spec, the order of glyphs is Consonant,Virama,
553 * whereas for new-spec, it's Virama,Consonant. However,
890 * where U+0DD9 is a left matra and U+0DCA is the virama.
891 * We don't want to move the virama with the left matra.
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 1308 UnicodeSet virama; member in class:LegalIndic
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 301 hb_codepoint_t virama; member in struct:indic_config_t
485 if (!config->virama || !font->get_glyph (config->virama, 0, &glyph))
487 /* Technically speaking, the spec says we should apply 'locl' to virama too.
490 /* Our get_glyph() function needs a font, so we can't get the virama glyph
552 /* For old-spec, the order of glyphs is Consonant,Virama,
553 * whereas for new-spec, it's Virama,Consonant. However,
890 * where U+0DD9 is a left matra and U+0DCA is the virama.
891 * We don't want to move the virama with the left matra.
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 1309 UnicodeSet virama; member in class:LegalIndic
    [all...]
  /external/icu4c/layout/
IndicReordering.cpp 488 // The TDIL spec says that consonant + virama + RRA should produce a rakar in Malayalam. However,
570 {-1, -1, -1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1, -1, 7, -1}, // 4 - consonant virama
573 {-1, -1, -1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1, -1, -1, -1}, // 7 - consonant virama ZWJ, consonant ZWJ virama
574 {-1, 6, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4, -1, -1}, // 8 - independent vowels that can take a virama
692 // A lone virama is illegal unless it follows a
    [all...]

Completed in 75 milliseconds