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

  /external/icu4c/layout/
ScriptAndLanguage.h 43 le_uint16 scriptCount;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/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/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 381 int32_t scriptCount = 0;
384 while ((inputIdx < length || length == -1) && scriptCount < 2) {
394 scriptCount++;
398 if (scriptCount == 2) {
401 return scriptCount;
uspoof.cpp 213 // Share the computation when possible. scriptCount == -1 means that we haven't
215 int32_t scriptCount = -1;
218 scriptCount = This->scriptScan(text, length, failPos, *status);
219 // printf("scriptCount (clipped to 2) = %d\n", scriptCount);
220 if ( scriptCount >= 2) {
221 // Note: scriptCount == 2 covers all cases of the number of scripts >= 2
301 if (scriptCount == -1) {
303 scriptCount = This->scriptScan(text, length, t, *status);
313 scriptCount == 1)
    [all...]
  /external/icu4c/i18n/
uspoof.cpp 561 int32_t scriptCount = identifierInfo->getScriptCount();
570 scriptCount == 1) {
576 scriptCount > 1) {
  /external/icu4c/test/intltest/
itspoof.cpp 586 int32_t scriptCount = identifierInfo.getScriptCount();
587 TEST_ASSERT_MSG(test.fScriptCount == scriptCount, msgBuf);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp 313 OpenType::UInt16 scriptCount;
321 uint16_t count = scriptCount;
333 uint16_t count = scriptCount;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 140 milliseconds