Searched refs:stringIndex (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DPlatformFont.java248 int stringIndex = start;
263 if(stringIndex >= end) {
268 while(stringIndex < end)
270 currentDefaultChar = data[stringIndex];
283 char ch = (char)data[stringIndex];
326 theChar.uniChar = data[stringIndex];
360 convertedData = new byte[(end - stringIndex + 1) *
365 convertedData = new byte[(end - stringIndex + 1) *
393 stringIndex++;
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCoreTextSupport.m36 CTS_Provider(CFIndex stringIndex, CFIndex *charCount,
42 if (stringIndex != 0) {
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java2059 int stringIndex = 0;
2081 fp.setBeginIndex(stringIndex);
2082 fp.setEndIndex(stringIndex + string.length());
2084 stringIndex += string.length();
2108 fp.setBeginIndex(stringIndex);
2109 fp.setEndIndex(stringIndex + 1);
2113 stringIndex++;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTextPipe.m96 (CFIndex stringIndex, CFIndex *charCount, CFDictionaryRef *attributes, void *refCon)
101 if (stringIndex != 0)
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java1242 return findAttr(outer(ClassFile.class).pool.stringIndex(name, false));
1389 int stringIndex(String name, boolean createIfNotFound) { method in class:Indify.Pool
1424 Code_index = pool.stringIndex("Code", false);
1521 this.name = (short) cf.pool.stringIndex(name, true);

Completed in 1959 milliseconds