Home | History | Annotate | Download | only in text

Lines Matching defs:scriptName

99         private String scriptName; // script name equivalent of top, if != top
107 scriptName = null;
116 scriptName = UScript.getName(s[0]);
118 if (scriptName.equalsIgnoreCase(top)) {
119 scriptName = null;
137 // that protects an invalid scriptName
138 scriptName = null;
163 // to the scriptName.
168 nextSpec = scriptName; // scriptName may be null
172 if (!Utility.sameObjects(nextSpec, scriptName)) {
173 nextSpec = scriptName;