OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEndIndex
(Results
1 - 25
of
70
) sorted by null
1
2
3
/libcore/luni/src/main/java/java/text/
CharacterIterator.java
70
public int
getEndIndex
();
RuleBasedBreakIterator.java
52
if (offset < it.getBeginIndex() || offset > it.
getEndIndex
()) {
53
String message = "Valid range is [" + it.getBeginIndex() + " " + it.
getEndIndex
() + "]";
FieldPosition.java
113
public int
getEndIndex
() {
StringCharacterIterator.java
175
public int
getEndIndex
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLFrame.java
48
public int
getEndIndex
() {
GLTrace.java
76
return mGLCalls.subList(frame.getStartIndex(), frame.
getEndIndex
());
/libcore/luni/src/test/java/libcore/java/text/
OldFieldPositionTest.java
69
.
getEndIndex
());
73
Integer.MAX_VALUE, fpos.
getEndIndex
());
77
-1, fpos.
getEndIndex
());
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
StringCharacterIteratorTest.java
215
* @tests java.text.StringCharacterIterator.
getEndIndex
()
219
assertEquals("fixture".length(), fixture.
getEndIndex
());
221
assertEquals("fixture".length(), fixture.
getEndIndex
());
224
assertEquals("fixture".length(), fixture.
getEndIndex
());
226
assertEquals(4, fixture.
getEndIndex
());
230
assertEquals("Wrong end index 6", 6, it1.
getEndIndex
());
409
assertEquals("Wrong end index", 7, it.
getEndIndex
());
422
assertEquals("Wrong end index", 7, it.
getEndIndex
());
436
assertEquals("Wrong end index", 6, it.
getEndIndex
());
518
assertEquals("Wrong end index", 4, it1.
getEndIndex
());
[
all
...]
FieldPositionTest.java
120
* @tests java.text.FieldPosition#
getEndIndex
()
123
// Test for method int java.text.FieldPosition.
getEndIndex
()
127
assertEquals("
getEndIndex
should have returned 3",
128
3, fpos.
getEndIndex
());
198
3, fpos.
getEndIndex
());
Support_Format.java
56
+ field, end, pos.
getEndIndex
());
86
while (iterator.getIndex() != iterator.
getEndIndex
()) {
AttributedStringTest.java
93
public int
getEndIndex
() {
AttributedCharacterIteratorTest.java
73
* @tests java.text.AttributedCharacterIterator#
getEndIndex
()
79
assertEquals("Wrong begin index", 6, it.
getEndIndex
());
/external/chromium_org/third_party/icu/source/i18n/unicode/
fieldpos.h
84
* temp[__min(tempLen, tempLen-pos.
getEndIndex
())] = '\0';
206
int32_t
getEndIndex
(void) const { return fEndIndex; }
/external/icu4c/i18n/unicode/
fieldpos.h
84
* temp[__min(tempLen, tempLen-pos.
getEndIndex
())] = '\0';
206
int32_t
getEndIndex
(void) const { return fEndIndex; }
/external/chromium/chrome/browser/chromeos/status/
clock_menu_button.cc
90
int ampm_length = ampm_field.
getEndIndex
() - ampm_field.getBeginIndex();
96
time_string.removeBetween(begin, ampm_field.
getEndIndex
());