OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptCodeCount
(Results
1 - 12
of
12
) sorted by null
/external/icu4c/samples/layout/
FontMap.h
55
const LEFontInstance *fFontInstances[
scriptCodeCount
];
56
const char *fFontNames[
scriptCodeCount
];
57
le_int32 fFontIndices[
scriptCodeCount
];
FontMap.cpp
29
for (i = 0; i <
scriptCodeCount
; i += 1) {
94
for (script = 0; script <
scriptCodeCount
; script += 1) {
137
if (fFontCount < (le_int32)
scriptCodeCount
) {
141
// only be
scriptCodeCount
fonts in use at once,
148
for (script = 0; script <
scriptCodeCount
; script += 1) {
154
if (script >=
scriptCodeCount
) {
160
if (index >=
scriptCodeCount
) {
201
if (scriptCode <= -1 || scriptCode >=
scriptCodeCount
) {
ScriptCompositeFontInstance.cpp
69
if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >=
scriptCodeCount
) {
/external/icu4c/layout/
LEScripts.h
239
scriptCodeCount
= 158
LEFontInstance.cpp
40
if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >=
scriptCodeCount
) {
IndicClassTables.cpp
283
static const IndicClassTable * const indicClassTables[
scriptCodeCount
] = {
439
if (scriptCode < 0 || scriptCode >=
scriptCodeCount
) {
OpenTypeLayoutEngine.cpp
238
if (scriptCode < 0 || scriptCode >=
scriptCodeCount
) {
/external/chromium_org/third_party/icu/source/test/letest/
letest.cpp
49
if ((int)
scriptCodeCount
!= (int)USCRIPT_CODE_LIMIT) {
50
log_err("ScriptCodes::
scriptCodeCount
= %d, but UScriptCode::USCRIPT_CODE_LIMIT = %d\n",
scriptCodeCount
, USCRIPT_CODE_LIMIT);
223
for(le_int32 scriptCode = 0; scriptCode <
scriptCodeCount
; scriptCode += 1) {
[
all
...]
cletest.c
193
for(scriptCode = 0; scriptCode <
scriptCodeCount
; scriptCode += 1) {
/external/icu4c/test/letest/
letest.cpp
49
if ((int)
scriptCodeCount
!= (int)USCRIPT_CODE_LIMIT) {
50
log_err("ScriptCodes::
scriptCodeCount
= %d, but UScriptCode::USCRIPT_CODE_LIMIT = %d\n",
scriptCodeCount
, USCRIPT_CODE_LIMIT);
223
for(le_int32 scriptCode = 0; scriptCode <
scriptCodeCount
; scriptCode += 1) {
[
all
...]
cletest.c
193
for(scriptCode = 0; scriptCode <
scriptCodeCount
; scriptCode += 1) {
/external/icu4c/layoutex/
ParagraphLayout.cpp
138
static const le_bool complexTable[
scriptCodeCount
] = {
972
if (script < 0 || script >= (UScriptCode)
scriptCodeCount
) {
[
all
...]
Completed in 307 milliseconds