HomeSort by relevance Sort by last modified time
    Searched refs:testString (Results 101 - 125 of 131) sorted by null

1 2 3 45 6

  /external/icu4c/test/intltest/
dcfmtest.cpp 203 UnicodeString testString(FALSE, testData, len);
223 RegexMatcher lineMat(UNICODE_STRING_SIMPLE("(?m)^(.*?)$"), testString, 0, status);
csdetest.cpp 157 void CharsetDetectionTest::checkEncoding(const UnicodeString &testString, const UnicodeString &encoding, const UnicodeString &id)
160 int32_t testLength = testString.length();
172 char *bytes = extractBytes(testString, codepage, byteLength);
220 if (testString.compare(decoded, dLength) != 0) {
225 if(testString[i] != decoded[i]) {
regextst.cpp     [all...]
tsmthred.cpp 185 name = "TestString";
187 TestString();
    [all...]
transtst.cpp     [all...]
ustrtest.cpp     [all...]
  /external/clang/test/Analysis/
inline.cpp 298 void testString() {
  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp 145 void CharsetDetectionTest::checkEncoding(const UnicodeString &testString, const UnicodeString &encoding, const UnicodeString &id)
148 int32_t testLength = testString.length();
160 char *bytes = extractBytes(testString, codepage, byteLength);
208 if (testString.compare(decoded, dLength) != 0) {
213 if(testString[i] != decoded[i]) {
regextst.cpp     [all...]
tsmthred.cpp 179 name = "TestString";
181 TestString();
    [all...]
transtst.cpp     [all...]
ustrtest.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_marshal.py 264 testString = 'abc' * size
265 marshal.dumps(testString)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_marshal.py 264 testString = 'abc' * size
265 marshal.dumps(testString)
  /external/icu4c/test/cintltst/
cbiapts.c 627 UChar testString[TEST_STRING_LENGTH];
640 u_uastrncpy(testString, "ABC", TEST_STRING_LENGTH);
643 bi = ubrk_openRules(rules, -1, testString, -1, NULL, &status);
    [all...]
reapits.c 43 * testString: The string data, also a (char *) C string.
49 #define TEST_SETUP(pattern, testString, flags) { \
54 srcString = (UChar *)malloc((strlen(testString)+2)*sizeof(UChar)); \
55 u_uastrncpy(srcString, testString, strlen(testString)+1); \
    [all...]
cmsccoll.c     [all...]
cucdtst.c     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DatagramSocketTest.java 51 String testString = "Test String";
743 retval = new String(rbuf, 0, testString.length());
760 dp = new DatagramPacket(testString.getBytes(), testString.length(),
770 .equals(testString));
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketTest.java 54 String testString = "Test String";
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t053hetero.py 310 def testString(self):
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]
reapits.c 43 * testString: The string data, also a (char *) C string.
49 #define TEST_SETUP(pattern, testString, flags) { \
54 srcString = (UChar *)malloc((strlen(testString)+2)*sizeof(UChar)); \
55 u_uastrncpy(srcString, testString, strlen(testString)+1); \
    [all...]
cucdtst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 

Completed in 1747 milliseconds

1 2 3 45 6