OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptCount
(Results
1 - 9
of
9
) 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/platform/fonts/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/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/chromium_org/third_party/WebKit/Source/platform/fonts/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);
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 390 milliseconds