HomeSort by relevance Sort by last modified time
    Searched refs:testText (Results 1 - 7 of 7) sorted by null

  /external/icu4c/samples/citer/
citer.cpp 48 const UChar *testText = testString.getTerminatedBuffer();
50 UCharCharacterIterator iter(testText, u_strlen(testText));
53 u_fprintf(out, "testText = %s", testChars);
76 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
83 if (c == CharacterIterator::DONE && i != u_strlen(testText)) {
86 else if (c != testText[i]) {
115 const UChar *testText = testString.getTerminatedBuffer();
117 StringCharacterIterator iter(testText, u_strlen(testText));
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 162 UnicodeString testText("Now is the time for all good men to come to the aid of their country.");
165 SCharacterIterator* test = new SCharacterIterator(testText);
172 if(test->getLength()!=testText.length()){
180 if(test->getIndex()!=testText.length()){
195 UnicodeString testText("Now is the time for all good men to come to the aid of their country.");
199 CharacterIterator* test1 = new StringCharacterIterator(testText);
200 CharacterIterator* test1b= new StringCharacterIterator(testText, -1);
201 CharacterIterator* test1c= new StringCharacterIterator(testText, 100);
202 CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5);
203 CharacterIterator* test1e= new StringCharacterIterator(testText, 100, 20, 5)
    [all...]
rbbitst.cpp     [all...]
regextst.cpp     [all...]
  /sdk/common/tests/src/com/android/util/
PositionXmlParserTest.java 114 public void testText() throws Exception {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 892 milliseconds