Searched refs:virama (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-indic.cc308 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,
596 hb_codepoint_t glyphs[3] = {virama, consonant, virama};
672 hb_codepoint_t virama;
673 if (indic_plan->get_virama_glyph (font, &virama))
581 consonant_position_from_face(const indic_shape_plan_t *indic_plan, const hb_codepoint_t consonant, const hb_codepoint_t virama, hb_face_t *face) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc308 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,
596 hb_codepoint_t glyphs[3] = {virama, consonant, virama};
672 hb_codepoint_t virama;
673 if (indic_plan->get_virama_glyph (font, &virama))
581 consonant_position_from_face(const indic_shape_plan_t *indic_plan, const hb_codepoint_t consonant, const hb_codepoint_t virama, hb_face_t *face) argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransrt.cpp1272 UnicodeSet virama; member in class:LegalIndic
1289 }else if(virama.contains(cp)){
1316 virama.addAll(UnicodeSet("[\\u094d\\u09cd\\u0a4d\\u0acd\\u0b4d\\u0bcd\\u0c4d\\u0ccd\\u0d4d]",status));
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp1272 UnicodeSet virama; member in class:LegalIndic
1289 }else if(virama.contains(cp)){
1316 virama.addAll(UnicodeSet("[\\u094d\\u09cd\\u0a4d\\u0acd\\u0b4d\\u0bcd\\u0c4d\\u0ccd\\u0d4d]",status));
/external/icu/icu4c/source/layout/
H A DIndicReordering.cpp488 // 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
1176 // Don't apply half form to virama that stands alone at the end of a syllable
1177 // to prevent half forms from forming when syllable ends with virama
1216 // First find the relevant virama for the script we are dealing with
1217 LEUnicode virama;
[all...]

Completed in 1152 milliseconds