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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFace.cpp 110 for (unsigned scriptIndex = 0; scriptIndex < scriptCount; ++scriptIndex) {
113 hb_ot_layout_script_get_language_tags(face, HB_OT_TAG_GSUB, scriptIndex, 0, &languageCount, languageTags);
116 if (hb_ot_layout_language_find_feature(face, HB_OT_TAG_GSUB, scriptIndex, languageIndex, HarfBuzzFace::vertTag, &featureIndex)
117 || hb_ot_layout_language_find_feature(face, HB_OT_TAG_GSUB, scriptIndex, languageIndex, HarfBuzzFace::vrt2Tag, &featureIndex))
118 return hb_ot_tag_to_script(scriptTags[scriptIndex]);
  /external/icu/icu4c/source/i18n/
scriptset.cpp 187 for (int32_t scriptIndex = fromIndex; scriptIndex < (int32_t)sizeof(bits)*8; scriptIndex++) {
188 if (test((UScriptCode)scriptIndex, status)) {
189 return scriptIndex;
alphaindex.cpp 467 int32_t scriptIndex = -1;
476 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex);
    [all...]

Completed in 488 milliseconds