Home
last modified time | relevance | path

Searched refs:getChars (Results 1 – 25 of 1825) sorted by relevance

12345678910>>...73

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/db/
H A DShortString.java64 public char[] getChars() throws IndexException { in getChars() method in ShortString
72 chunk.getChars(this.record + CHARS, chars, 0, length); in getChars()
79 return new String(getChars()); in getString()
101 return CharArrayUtils.equals(getChars(), string.getChars()); in equals()
110 return CharArrayUtils.equals(getChars(), chars); in equals()
132 chars = getChars(); in hashCode()
154 return compare(getChars(), other, caseSensitive); in compare()
159 return compare(getChars(), string.getChars(), caseSensitive); in compare()
169 return compareCompatibleWithIgnoreCase(string.getChars()); in compareCompatibleWithIgnoreCase()
174 return compareCompatibleWithIgnoreCase(getChars(), other); in compareCompatibleWithIgnoreCase()
[all …]
H A DLongString.java100 public char[] getChars() throws IndexException { in getChars() method in LongString
119 chunk.getChars(p + CHARS1, chars, 0, numChars1); in getChars()
133 chunk.getChars(p + CHARSN, chars, start, partLen); in getChars()
199 chars = getChars();
211 return ShortString.compare(getChars(), string.getChars(), caseSensitive);
216 return ShortString.compare(getChars(), other.toCharArray(), caseSensitive);
221 return ShortString.compare(getChars(), other, caseSensitive);
226 return ShortString.compareCompatibleWithIgnoreCase(getChars(), string.getChars());
231 return ShortString.comparePrefix(getChars(), other, caseSensitive);
236 return new String(getChars());
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DStringJoiner.java150 private static int getChars(String s, char[] chars, int start) { in getChars() method in StringJoiner
152 s.getChars(0, len, chars, start); in getChars()
178 int k = getChars(prefix, chars, 0); in toString()
180 k += getChars(elts[0], chars, k); in toString()
182 k += getChars(delimiter, chars, k); in toString()
183 k += getChars(elts[i], chars, k); in toString()
186 k += getChars(suffix, chars, k); in toString()
243 int i = 1, k = getChars(elts[0], chars, 0); in compactElts()
245 k += getChars(delimiter, chars, k); in compactElts()
246 k += getChars(elts[i], chars, k); in compactElts()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/
H A DStringJoiner.java150 private static int getChars(String s, char[] chars, int start) { in getChars() method in StringJoiner
152 s.getChars(0, len, chars, start); in getChars()
178 int k = getChars(prefix, chars, 0); in toString()
180 k += getChars(elts[0], chars, k); in toString()
182 k += getChars(delimiter, chars, k); in toString()
183 k += getChars(elts[i], chars, k); in toString()
186 k += getChars(suffix, chars, k); in toString()
243 int i = 1, k = getChars(elts[0], chars, 0); in compactElts()
245 k += getChars(delimiter, chars, k); in compactElts()
246 k += getChars(elts[i], chars, k); in compactElts()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DStringJoiner.java150 private static int getChars(String s, char[] chars, int start) { in getChars() method in StringJoiner
152 s.getChars(0, len, chars, start); in getChars()
178 int k = getChars(prefix, chars, 0); in toString()
180 k += getChars(elts[0], chars, k); in toString()
182 k += getChars(delimiter, chars, k); in toString()
183 k += getChars(elts[i], chars, k); in toString()
186 k += getChars(suffix, chars, k); in toString()
243 int i = 1, k = getChars(elts[0], chars, 0); in compactElts()
245 k += getChars(delimiter, chars, k); in compactElts()
246 k += getChars(elts[i], chars, k); in compactElts()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/
H A DStringJoiner.java150 private static int getChars(String s, char[] chars, int start) { in getChars() method in StringJoiner
152 s.getChars(0, len, chars, start); in getChars()
178 int k = getChars(prefix, chars, 0); in toString()
180 k += getChars(elts[0], chars, k); in toString()
182 k += getChars(delimiter, chars, k); in toString()
183 k += getChars(elts[i], chars, k); in toString()
186 k += getChars(suffix, chars, k); in toString()
243 int i = 1, k = getChars(elts[0], chars, 0); in compactElts()
245 k += getChars(delimiter, chars, k); in compactElts()
246 k += getChars(elts[i], chars, k); in compactElts()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/
H A DStringJoiner.java150 private static int getChars(String s, char[] chars, int start) { in getChars() method in StringJoiner
152 s.getChars(0, len, chars, start); in getChars()
178 int k = getChars(prefix, chars, 0); in toString()
180 k += getChars(elts[0], chars, k); in toString()
182 k += getChars(delimiter, chars, k); in toString()
183 k += getChars(elts[i], chars, k); in toString()
186 k += getChars(suffix, chars, k); in toString()
243 int i = 1, k = getChars(elts[0], chars, 0); in compactElts()
245 k += getChars(delimiter, chars, k); in compactElts()
246 k += getChars(elts[i], chars, k); in compactElts()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/plugins/CKEditorPlugin/kcfinder/lib/
H A Dclass_fastImage.php78 switch ($this->getChars(2))
119 $chars = $this->getChars(25);
127 $chars = $this->getChars(11);
135 $chars = $this->getChars(29);
153 $this->getChars(2);
184 $skip = $this->readInt($this->getChars(2)) - 2;
189 $this->getChars($skip);
194 $c = $this->getChars(7);
202 private function getChars($n) function in kcfinder\\fastImage
236 $c = $this->getChars(1);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/
H A DStringJoiner.java151 private static int getChars(String s, char[] chars, int start) { in getChars() method in StringJoiner
153 s.getChars(0, len, chars, start); in getChars()
179 int k = getChars(prefix, chars, 0); in toString()
181 k += getChars(elts[0], chars, k); in toString()
183 k += getChars(delimiter, chars, k); in toString()
184 k += getChars(elts[i], chars, k); in toString()
187 k += getChars(suffix, chars, k); in toString()
253 int i = 1, k = getChars(elts[0], chars, 0); in compactElts()
255 k += getChars(delimiter, chars, k); in compactElts()
256 k += getChars(elts[i], chars, k); in compactElts()
/dports/www/limesurvey/limesurvey/third_party/kcfinder/lib/
H A Dclass_fastImage.php78 switch ($this->getChars(2))
119 $chars = $this->getChars(25);
127 $chars = $this->getChars(11);
135 $chars = $this->getChars(29);
153 $this->getChars(2);
184 $skip = $this->readInt($this->getChars(2)) - 2;
189 $this->getChars($skip);
194 $c = $this->getChars(7);
202 private function getChars($n) function in kcfinder\\fastImage
236 $c = $this->getChars(1);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/
H A DStringJoiner.java151 private static int getChars(String s, char[] chars, int start) { in getChars() method in StringJoiner
153 s.getChars(0, len, chars, start); in getChars()
179 int k = getChars(prefix, chars, 0); in toString()
181 k += getChars(elts[0], chars, k); in toString()
183 k += getChars(delimiter, chars, k); in toString()
184 k += getChars(elts[i], chars, k); in toString()
187 k += getChars(suffix, chars, k); in toString()
253 int i = 1, k = getChars(elts[0], chars, 0); in compactElts()
255 k += getChars(delimiter, chars, k); in compactElts()
256 k += getChars(elts[i], chars, k); in compactElts()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringUTF16IntrinsicRangeChecks.java51 getChars((int)1234, -5, -5 + 4, val); in main()
52 getChars((int)1234, -1, -1 + 4, val); in main()
53 getChars((int)1234, 0, 0 + 4, val); in main()
54 getChars((int)1234, 1, 1 + 4, val); in main()
56 getChars((long)1234, -5, -5 + 4, val); in main()
57 getChars((long)1234, -1, -1 + 4, val); in main()
58 getChars((long)1234, 0, 0 + 4, val); in main()
59 getChars((long)1234, 1, 1 + 4, val); in main()
163 static void getChars(int i, int begin, int end, byte[] value) { in getChars() method in TestStringUTF16IntrinsicRangeChecks
165 Helper.getChars(i, begin, end, value); in getChars()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringUTF16IntrinsicRangeChecks.java51 getChars((int)1234, -5, -5 + 4, val); in main()
52 getChars((int)1234, -1, -1 + 4, val); in main()
53 getChars((int)1234, 0, 0 + 4, val); in main()
54 getChars((int)1234, 1, 1 + 4, val); in main()
56 getChars((long)1234, -5, -5 + 4, val); in main()
57 getChars((long)1234, -1, -1 + 4, val); in main()
58 getChars((long)1234, 0, 0 + 4, val); in main()
59 getChars((long)1234, 1, 1 + 4, val); in main()
163 static void getChars(int i, int begin, int end, byte[] value) { in getChars() method in TestStringUTF16IntrinsicRangeChecks
165 Helper.getChars(i, begin, end, value); in getChars()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringUTF16IntrinsicRangeChecks.java51 getChars((int)1234, -5, -5 + 4, val); in main()
52 getChars((int)1234, -1, -1 + 4, val); in main()
53 getChars((int)1234, 0, 0 + 4, val); in main()
54 getChars((int)1234, 1, 1 + 4, val); in main()
56 getChars((long)1234, -5, -5 + 4, val); in main()
57 getChars((long)1234, -1, -1 + 4, val); in main()
58 getChars((long)1234, 0, 0 + 4, val); in main()
59 getChars((long)1234, 1, 1 + 4, val); in main()
163 static void getChars(int i, int begin, int end, byte[] value) { in getChars() method in TestStringUTF16IntrinsicRangeChecks
165 Helper.getChars(i, begin, end, value); in getChars()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringUTF16IntrinsicRangeChecks.java51 getChars((int)1234, -5, -5 + 4, val); in main()
52 getChars((int)1234, -1, -1 + 4, val); in main()
53 getChars((int)1234, 0, 0 + 4, val); in main()
54 getChars((int)1234, 1, 1 + 4, val); in main()
56 getChars((long)1234, -5, -5 + 4, val); in main()
57 getChars((long)1234, -1, -1 + 4, val); in main()
58 getChars((long)1234, 0, 0 + 4, val); in main()
59 getChars((long)1234, 1, 1 + 4, val); in main()
163 static void getChars(int i, int begin, int end, byte[] value) { in getChars() method in TestStringUTF16IntrinsicRangeChecks
165 Helper.getChars(i, begin, end, value); in getChars()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringUTF16IntrinsicRangeChecks.java51 getChars((int)1234, -5, -5 + 4, val); in main()
52 getChars((int)1234, -1, -1 + 4, val); in main()
53 getChars((int)1234, 0, 0 + 4, val); in main()
54 getChars((int)1234, 1, 1 + 4, val); in main()
56 getChars((long)1234, -5, -5 + 4, val); in main()
57 getChars((long)1234, -1, -1 + 4, val); in main()
58 getChars((long)1234, 0, 0 + 4, val); in main()
59 getChars((long)1234, 1, 1 + 4, val); in main()
163 static void getChars(int i, int begin, int end, byte[] value) { in getChars() method in TestStringUTF16IntrinsicRangeChecks
165 Helper.getChars(i, begin, end, value); in getChars()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringUTF16IntrinsicRangeChecks.java51 getChars((int)1234, -5, -5 + 4, val); in main()
52 getChars((int)1234, -1, -1 + 4, val); in main()
53 getChars((int)1234, 0, 0 + 4, val); in main()
54 getChars((int)1234, 1, 1 + 4, val); in main()
56 getChars((long)1234, -5, -5 + 4, val); in main()
57 getChars((long)1234, -1, -1 + 4, val); in main()
58 getChars((long)1234, 0, 0 + 4, val); in main()
59 getChars((long)1234, 1, 1 + 4, val); in main()
163 static void getChars(int i, int begin, int end, byte[] value) { in getChars() method in TestStringUTF16IntrinsicRangeChecks
165 Helper.getChars(i, begin, end, value); in getChars()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringUTF16IntrinsicRangeChecks.java51 getChars((int)1234, -5, -5 + 4, val); in main()
52 getChars((int)1234, -1, -1 + 4, val); in main()
53 getChars((int)1234, 0, 0 + 4, val); in main()
54 getChars((int)1234, 1, 1 + 4, val); in main()
56 getChars((long)1234, -5, -5 + 4, val); in main()
57 getChars((long)1234, -1, -1 + 4, val); in main()
58 getChars((long)1234, 0, 0 + 4, val); in main()
59 getChars((long)1234, 1, 1 + 4, val); in main()
163 static void getChars(int i, int begin, int end, byte[] value) { in getChars() method in TestStringUTF16IntrinsicRangeChecks
165 Helper.getChars(i, begin, end, value); in getChars()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringUTF16IntrinsicRangeChecks.java51 getChars((int)1234, -5, -5 + 4, val); in main()
52 getChars((int)1234, -1, -1 + 4, val); in main()
53 getChars((int)1234, 0, 0 + 4, val); in main()
54 getChars((int)1234, 1, 1 + 4, val); in main()
56 getChars((long)1234, -5, -5 + 4, val); in main()
57 getChars((long)1234, -1, -1 + 4, val); in main()
58 getChars((long)1234, 0, 0 + 4, val); in main()
59 getChars((long)1234, 1, 1 + 4, val); in main()
163 static void getChars(int i, int begin, int end, byte[] value) { in getChars() method in TestStringUTF16IntrinsicRangeChecks
165 Helper.getChars(i, begin, end, value); in getChars()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/
H A DConvert.java135 WIN32_UNC_FILE_PREFIX.getChars(0, prefixLength, result, 0); in toPlatformChars()
136 target.getChars(1, nameLength, result, prefixLength); in toPlatformChars()
143 WIN32_UNC_FILE_PREFIX.getChars(0, prefixLength, result, 0); in toPlatformChars()
144 target.getChars(0, nameLength, result, prefixLength); in toPlatformChars()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/patches/java.base/java/lang/
H A DHelper.java69 … public static char[] getChars(byte[] value, int srcBegin, int srcEnd, int dstSize, int dstBegin) { in getChars() method in Helper
71 StringUTF16.getChars(value, srcBegin, srcEnd, dst, dstBegin); in getChars()
99 public static int getChars(int i, int begin, int end, byte[] value) { in getChars() method in Helper
100 return StringUTF16.getChars(i, begin, end, value); in getChars()
103 public static int getChars(long l, int begin, int end, byte[] value) { in getChars() method in Helper
104 return StringUTF16.getChars(l, begin, end, value); in getChars()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/patches/java.base/java/lang/
H A DHelper.java69 … public static char[] getChars(byte[] value, int srcBegin, int srcEnd, int dstSize, int dstBegin) { in getChars() method in Helper
71 StringUTF16.getChars(value, srcBegin, srcEnd, dst, dstBegin); in getChars()
99 public static int getChars(int i, int begin, int end, byte[] value) { in getChars() method in Helper
100 return StringUTF16.getChars(i, begin, end, value); in getChars()
103 public static int getChars(long l, int begin, int end, byte[] value) { in getChars() method in Helper
104 return StringUTF16.getChars(l, begin, end, value); in getChars()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/patches/java.base/java/lang/
H A DHelper.java69 … public static char[] getChars(byte[] value, int srcBegin, int srcEnd, int dstSize, int dstBegin) { in getChars() method in Helper
71 StringUTF16.getChars(value, srcBegin, srcEnd, dst, dstBegin); in getChars()
99 public static int getChars(int i, int begin, int end, byte[] value) { in getChars() method in Helper
100 return StringUTF16.getChars(i, begin, end, value); in getChars()
103 public static int getChars(long l, int begin, int end, byte[] value) { in getChars() method in Helper
104 return StringUTF16.getChars(l, begin, end, value); in getChars()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/patches/java.base/java/lang/
H A DHelper.java69 … public static char[] getChars(byte[] value, int srcBegin, int srcEnd, int dstSize, int dstBegin) { in getChars() method in Helper
71 StringUTF16.getChars(value, srcBegin, srcEnd, dst, dstBegin); in getChars()
99 public static int getChars(int i, int begin, int end, byte[] value) { in getChars() method in Helper
100 return StringUTF16.getChars(i, begin, end, value); in getChars()
103 public static int getChars(long l, int begin, int end, byte[] value) { in getChars() method in Helper
104 return StringUTF16.getChars(l, begin, end, value); in getChars()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/patches/java.base/java/lang/
H A DHelper.java69 … public static char[] getChars(byte[] value, int srcBegin, int srcEnd, int dstSize, int dstBegin) { in getChars() method in Helper
71 StringUTF16.getChars(value, srcBegin, srcEnd, dst, dstBegin); in getChars()
99 public static int getChars(int i, int begin, int end, byte[] value) { in getChars() method in Helper
100 return StringUTF16.getChars(i, begin, end, value); in getChars()
103 public static int getChars(long l, int begin, int end, byte[] value) { in getChars() method in Helper
104 return StringUTF16.getChars(l, begin, end, value); in getChars()

12345678910>>...73