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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 308 hb_codepoint_t virama; member in struct:indic_config_t
515 if (!config->virama || !font->get_glyph (config->virama, 0, &glyph))
517 /* Technically speaking, the spec says we should apply 'locl' to virama too.
520 /* Our get_glyph() function needs a font, so we can't get the virama glyph
583 const hb_codepoint_t virama,
586 /* For old-spec, the order of glyphs is Consonant,Virama,
587 * whereas for new-spec, it's Virama,Consonant. However,
596 hb_codepoint_t glyphs[3] = {virama, consonant, virama};
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 1272 UnicodeSet virama; member in class:LegalIndic
    [all...]
  /external/icu/icu4c/source/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
697 // A lone virama is illegal unless it follows a
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java 443 String virama = "\u094d\u09cd\u0a4d\u0acd\u0b4d\u0bcd\u0c4d\u0ccd\u0d4d"; field in class:RoundTripTest.LegalIndic
454 }else if(virama.indexOf(cp)!=-1){
    [all...]

Completed in 219 milliseconds