Searched refs:scriptCount (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | HarfBuzzFace.cpp | 107 unsigned scriptCount = maxCount; in findScriptForVerticalGlyphSubstitution() local 109 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCount, scriptTags); in findScriptForVerticalGlyphSubstitution() 110 for (unsigned scriptIndex = 0; scriptIndex < scriptCount; ++scriptIndex) { in findScriptForVerticalGlyphSubstitution()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | uspoof.cpp | 215 int32_t scriptCount = -1; in uspoof_check() local 218 scriptCount = This->scriptScan(text, length, failPos, *status); in uspoof_check() 220 if ( scriptCount >= 2) { in uspoof_check() 301 if (scriptCount == -1) { in uspoof_check() 303 scriptCount = This->scriptScan(text, length, t, *status); in uspoof_check() 313 scriptCount == 1) { in uspoof_check() 319 scriptCount > 1) { in uspoof_check()
|
D | uspoof_impl.cpp | 381 int32_t scriptCount = 0; in scriptScan() local 384 while ((inputIdx < length || length == -1) && scriptCount < 2) { in scriptScan() 394 scriptCount++; in scriptScan() 398 if (scriptCount == 2) { in scriptScan() 401 return scriptCount; in scriptScan()
|
/external/icu4c/layout/ |
D | ScriptAndLanguage.h | 43 le_uint16 scriptCount; member
|
D | ScriptAndLanguage.cpp | 49 le_uint16 count = SWAPW(scriptCount); in findScript()
|
/external/icu4c/i18n/ |
D | uspoof.cpp | 561 int32_t scriptCount = identifierInfo->getScriptCount(); in uspoof_checkUnicodeString() local 570 scriptCount == 1) { in uspoof_checkUnicodeString() 576 scriptCount > 1) { in uspoof_checkUnicodeString()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/ |
D | OpenTypeVerticalData.cpp | 313 OpenType::UInt16 scriptCount; member 321 uint16_t count = scriptCount; in script() 333 uint16_t count = scriptCount; in defaultScript()
|
/external/icu4c/test/intltest/ |
D | itspoof.cpp | 586 int32_t scriptCount = identifierInfo.getScriptCount(); in testIdentifierInfo() local 587 TEST_ASSERT_MSG(test.fScriptCount == scriptCount, msgBuf); in testIdentifierInfo()
|