OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptCount
(Results
1 - 5
of
5
) 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/i18n/
uspoof.cpp
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)
[
all
...]
uspoof_impl.cpp
380
int32_t
scriptCount
= 0;
383
while ((inputIdx < length || length == -1) &&
scriptCount
< 2) {
403
scriptCount
++;
407
if (
scriptCount
== 2) {
410
return
scriptCount
;
Completed in 107 milliseconds