OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subCount
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java
706
int
subCount
= subString.length();
707
if (
subCount
> 0) {
708
if (
subCount
+ start > count) {
722
if (!found ||
subCount
+ i > count) {
723
return -1; // handles
subCount
> count || start >= count
726
while (++o2 <
subCount
&& value[++o1] == subString.charAt(o2)) {
729
if (o2 ==
subCount
) {
771
int
subCount
= subString.length();
772
if (
subCount
<= count && start >= 0) {
773
if (
subCount
> 0)
[
all
...]
String.java
[
all
...]
/external/icu4c/layout/
ContextualSubstSubtables.cpp
296
le_uint16
subCount
= SWAPW(substCount);
309
ContextualSubstitutionBase::applySubstitutionLookups(lookupProcessor, substLookupRecordArray,
subCount
, glyphIterator, fontInstance, position, success);
/external/icu4c/test/cintltst/
ccaltst.c
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 325 milliseconds