OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;