HomeSort by relevance Sort by last modified time
    Searched full:scriptcount (Results 1 - 19 of 19) sorted by null

  /external/icu4c/layout/
ScriptAndLanguage.h 43 le_uint16 scriptCount;
ScriptAndLanguage.cpp 38 * There are some fonts that have a large, bogus value for scriptCount. To try
49 le_uint16 count = SWAPW(scriptCount);
54 // the scriptCount value is bogus; do a linear search
  /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/tools/dumpce/
dumpce.cpp 901 * @param scriptcount number of scripts
905 UBool checkInScripts(UScriptCode script[], int scriptcount,
909 for (int i = 0; i < scriptcount; i ++) {
931 * @param scriptcount number of scripts
935 inline UBool checkInScripts(UScriptCode script[], int scriptcount,
943 if (checkInScripts(script, scriptcount, codepoint)) {
1032 * @param scriptcount number of scripts
1036 int getScriptElements(UScriptCode script[], int scriptcount,
1043 if (checkInScripts(script, scriptcount, codepoint)) {
1500 uint32_t scriptcount = uscript_getCode(locale, scriptcode, 32, local
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 901 * @param scriptcount number of scripts
905 UBool checkInScripts(UScriptCode script[], int scriptcount,
909 for (int i = 0; i < scriptcount; i ++) {
931 * @param scriptcount number of scripts
935 inline UBool checkInScripts(UScriptCode script[], int scriptcount,
943 if (checkInScripts(script, scriptcount, codepoint)) {
1031 * @param scriptcount number of scripts
1035 int getScriptElements(UScriptCode script[], int scriptcount,
1042 if (checkInScripts(script, scriptcount, codepoint)) {
1499 uint32_t scriptcount = uscript_getCode(locale, scriptcode, 32, local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
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...]
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;
  /external/harfbuzz/src/
harfbuzz-open.c 228 sl->ScriptCount= 0;
234 sr[sl->ScriptCount].ScriptTag = GET_ULong();
244 error = Load_Script( &sr[sl->ScriptCount].Script, stream );
246 sl->ScriptCount += 1;
257 if ( sl->ScriptCount == 0 )
267 for ( n = 0; n < sl->ScriptCount; n++ )
285 count = sl->ScriptCount;
harfbuzz-open.h 89 HB_UShort ScriptCount; /* number of ScriptRecords */
harfbuzz-dump.c 128 DUMP_FUINT (ScriptList, ScriptCount);
130 for (i=0; i < ScriptList->ScriptCount; i++)
harfbuzz-gsub.c     [all...]
harfbuzz-gpos.c     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.c 228 sl->ScriptCount= 0;
234 sr[sl->ScriptCount].ScriptTag = GET_ULong();
244 error = Load_Script( &sr[sl->ScriptCount].Script, stream );
246 sl->ScriptCount += 1;
257 if ( sl->ScriptCount == 0 )
267 for ( n = 0; n < sl->ScriptCount; n++ )
285 count = sl->ScriptCount;
harfbuzz-open.h 89 HB_UShort ScriptCount; /* number of ScriptRecords */
harfbuzz-gsub.c     [all...]
harfbuzz-gpos.c     [all...]
  /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;
  /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);

Completed in 628 milliseconds