HomeSort by relevance Sort by last modified time
    Searched refs:testText (Results 1 - 8 of 8) 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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SmsManagerTest.java 23 private String testText = "testSmsBodyText";
46 smsManager.sendTextMessage(testDestinationAddress, testScAddress, testText, null, null);
52 Assert.assertEquals(testText, lastParams.getText());
57 smsManager.sendTextMessage(testDestinationAddress, testScAddress, testText, null, null);
64 smsManager.sendTextMessage("", testScAddress, testText, null, null);
  /external/icu4c/test/intltest/
citrtest.cpp 163 UnicodeString testText("Now is the time for all good men to come to the aid of their country.");
166 SCharacterIterator* test = new SCharacterIterator(testText);
173 if(test->getLength()!=testText.length()){
181 if(test->getIndex()!=testText.length()){
196 UnicodeString testText("Now is the time for all good men to come to the aid of their country.");
200 CharacterIterator* test1 = new StringCharacterIterator(testText);
201 CharacterIterator* test1b= new StringCharacterIterator(testText, -1);
202 CharacterIterator* test1c= new StringCharacterIterator(testText, 100);
203 CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5);
204 CharacterIterator* test1e= new StringCharacterIterator(testText, 100, 20, 5)
    [all...]
rbbitst.cpp     [all...]
regextst.cpp     [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 114 String testText = "Android Ui Automator Input Text";
119 editText.setText(testText);
132 if (!testText.equals(result.getText())) {
133 throw new UiObjectNotFoundException("Test text: " + testText);
    [all...]
  /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 3354 milliseconds