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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFace.cpp 107 unsigned scriptCount = maxCount;
109 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCount, scriptTags);
110 for (unsigned scriptIndex = 0; scriptIndex < scriptCount; ++scriptIndex) {
  /external/icu/icu4c/source/layout/
ScriptAndLanguage.h 45 le_uint16 scriptCount;
ScriptAndLanguage.cpp 42 * There are some fonts that have a large, bogus value for scriptCount. To try
53 le_uint16 count = SWAPW(scriptCount);
71 // the scriptCount value is bogus; do a linear search
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 311 OpenType::UInt16 scriptCount;
319 uint16_t count = scriptCount;
331 uint16_t count = scriptCount;
  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 561 int32_t scriptCount = identifierInfo->getScriptCount();
570 scriptCount == 1) {
576 scriptCount > 1) {
  /external/icu/icu4c/source/i18n/
uspoof.cpp 594 int32_t scriptCount = identifierInfo->getScriptCount();
603 scriptCount == 1) {
609 scriptCount > 1) {
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 586 int32_t scriptCount = identifierInfo.getScriptCount();
587 TEST_ASSERT_MSG(test.fScriptCount == scriptCount, msgBuf);
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 586 int32_t scriptCount = identifierInfo.getScriptCount();
587 TEST_ASSERT_MSG(test.fScriptCount == scriptCount, msgBuf);
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 228 milliseconds