Searched refs:scriptCodeCount (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DFontMap.h55 const LEFontInstance *fFontInstances[scriptCodeCount];
56 const char *fFontNames[scriptCodeCount];
57 le_int32 fFontIndices[scriptCodeCount];
H A DFontMap.cpp29 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) {
H A DScriptCompositeFontInstance.cpp69 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLEScripts.h239 scriptCodeCount = 158 enumerator in enum:ScriptCodes
H A DLEFontInstance.cpp40 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
H A DIndicClassTables.cpp283 static const IndicClassTable * const indicClassTables[scriptCodeCount] = {
439 if (scriptCode < 0 || scriptCode >= scriptCodeCount) {
H A DOpenTypeLayoutEngine.cpp238 if (scriptCode < 0 || scriptCode >= scriptCodeCount) {
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A Dletest.cpp49 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) {
H A Dcletest.c193 for(scriptCode = 0; scriptCode < scriptCodeCount; scriptCode += 1) {
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/
H A DParagraphLayout.cpp138 static const le_bool complexTable[scriptCodeCount] = {
972 if (script < 0 || script >= (UScriptCode) scriptCodeCount) {

Completed in 117 milliseconds