HomeSort by relevance Sort by last modified time
    Searched full:scriptcount (Results 1 - 15 of 15) 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/webkit/Source/WebKit/mac/WebView/
WebPDFRepresentation.mm 133 NSUInteger scriptCount = [scripts count];
134 if (!scriptCount)
140 for (NSUInteger i = 0; i < scriptCount; ++i) {
  /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/icu4c/i18n/
uspoof.cpp 211 // Share the computation when possible. scriptCount == -1 means that we haven't
213 int32_t scriptCount = -1;
216 scriptCount = This->scriptScan(text, length, failPos, *status);
217 // printf("scriptCount (clipped to 2) = %d\n", scriptCount);
218 if ( scriptCount >= 2) {
219 // Note: scriptCount == 2 covers all cases of the number of scripts >= 2
304 if (scriptCount == -1) {
306 scriptCount = This->scriptScan(text, length, t, *status);
316 scriptCount == 1)
    [all...]
uspoof_impl.cpp 381 int32_t scriptCount = 0;
384 while ((inputIdx < length || length == -1) && scriptCount < 2) {
404 scriptCount++;
408 if (scriptCount == 2) {
411 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...]

Completed in 727 milliseconds