OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test1d
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
citrtest.cpp
202
CharacterIterator*
test1d
= new StringCharacterIterator(testText, -2, 100, 5);
local
209
if (
test1d
->startIndex() < 0)
211
if (
test1d
->endIndex() > testText.length())
213
if (
test1d
->getIndex() <
test1d
->startIndex() ||
test1d
->endIndex() <
test1d
->getIndex())
252
delete
test1d
;
[
all
...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java
517
assertEquals("
Test1D
:wrong format for pattern index " + i + ":",
595
assertEquals("
Test1D
:wrong format for pattern index " + i + ":",
[
all
...]
Completed in 53 milliseconds