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 300 hb_codepoint_t virama; member in struct:indic_config_t
505 if (!config->virama || !font->get_nominal_glyph (config->virama, &glyph))
507 /* Technically speaking, the spec says we should apply 'locl' to virama too.
510 /* Our get_nominal_glyph() function needs a font, so we can't get the virama glyph
580 const hb_codepoint_t virama,
583 /* For old-spec, the order of glyphs is Consonant,Virama,
584 * whereas for new-spec, it's Virama,Consonant. However,
593 hb_codepoint_t glyphs[3] = {virama, consonant, virama};
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 1275 UnicodeSet virama; member in class:LegalIndic
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RoundTripTest.java 467 String virama = "\u094d\u09cd\u0a4d\u0acd\u0b4d\u0bcd\u0c4d\u0ccd\u0d4d"; field in class:RoundTripTest.LegalIndic
479 }else if(virama.indexOf(cp)!=-1){
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java 464 String virama = "\u094d\u09cd\u0a4d\u0acd\u0b4d\u0bcd\u0c4d\u0ccd\u0d4d"; field in class:RoundTripTest.LegalIndic
476 }else if(virama.indexOf(cp)!=-1){
    [all...]

Completed in 159 milliseconds