Lines Matching full:scriptcount
210 // Share the computation when possible. scriptCount == -1 means that we haven't
212 int32_t scriptCount = -1;
215 scriptCount = This->scriptScan(text, length, failPos, *status);
216 // printf("scriptCount (clipped to 2) = %d\n", scriptCount);
217 if ( scriptCount >= 2) {
218 // Note: scriptCount == 2 covers all cases of the number of scripts >= 2
303 if (scriptCount == -1) {
305 scriptCount = This->scriptScan(text, length, t, *status);
315 scriptCount == 1) {
321 scriptCount > 1) {