Searched refs:scriptRecordArray (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DScriptAndLanguage.h71 ScriptRecord scriptRecordArray[ANY_NUMBER]; member in struct:ScriptListTable
76 LE_VAR_ARRAY(ScriptListTable, scriptRecordArray)
H A DScriptAndLanguage.cpp71 * which we know has to be past the end of the scriptRecordArray, to compute
74 * Note: normally, the first offset will point to just after the scriptRecordArray,
75 * but there's no guarantee of this, only that it's *after* the scriptRecordArray.
77 * data that's not actually in the scriptRecordArray and hence the array will appear
87 LEReferenceToArrayOf<ScriptRecord> oneElementTable(base, success, &scriptRecordArray[0], 1);
93 le_uint16 limit = ((SWAPW(scriptRecordArray[0].offset) - sizeof(ScriptListTable)) / sizeof(scriptRecordArray)) + ANY_NUMBER;
100 LEReferenceToArrayOf<ScriptRecord> scriptRecordArrayRef(base, success, &scriptRecordArray[0], limit);
108 LEReferenceToArrayOf<ScriptRecord> scriptRecordArrayRef(base, success, &scriptRecordArray[0], count);

Completed in 63 milliseconds