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

  /cts/tests/tests/text/src/android/text/method/cts/
BaseKeyListenerTest.java 64 String testText = "\u05E9\u05DC\u05D5\u05DD\u002E";
65 content = Editable.Factory.getInstance().newEditable(testText);
69 assertEquals(testText, content.toString());
71 int end = testText.length();
76 int middle = testText.length() / 2;
82 testText = "\u05D6\u05D4\u0020Android\u0020\u05E2\u05D5\u05D1\u05D3";
83 content = Editable.Factory.getInstance().newEditable(testText);
89 end = testText.length();
165 String testText = "!#$%&'()`{*}_?+";
166 Editable content = Editable.Factory.getInstance().newEditable(testText);
    [all...]
  /external/icu/icu4c/source/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
SimpleBITest.java 48 public static final String testText =
192 bi.setText(testText);
201 fragment = testText.substring(lastP, p);
203 fragment = testText.substring(lastP);
RBBITestMonkey.java     [all...]
BreakIteratorTest.java 242 private void doMultipleSelectionTest(BreakIterator iterator, String testText)
    [all...]
RBBITest.java 461 private void doMultipleSelectionTest(RuleBasedBreakIterator iterator, String testText)
    [all...]
  /external/icu/icu4c/source/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...]
regcoll.cpp 1084 UnicodeString testText = "church church catcatcher runcrunchynchy";
1085 CollationElementIterator *iter = coll.createCollationElementIterator(testText);
1152 nextElements[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset());
    [all...]
regextst.cpp     [all...]
  /external/skia/tests/
SurfaceTest.cpp 389 SkString testText("Hello World");
426 EXPECT_COPY_ON_WRITE(drawText(testText.c_str(), testText.size(), 0, 1, testPaint))
427 EXPECT_COPY_ON_WRITE(drawPosText(testText.c_str(), testText.size(), testPoints2, \
429 EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, NULL, \
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationRegressionTest.java     [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 117 String testText = "Android Ui Automator Input Text";
122 editText.setText(testText);
135 if (!testText.equals(result.getText())) {
136 throw new UiObjectNotFoundException("Test text: " + testText);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 363 StringBuffer testText = new StringBuffer();
375 testText.append(node.getNodeValue());
397 String testString = testText.toString();
    [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 480 milliseconds