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

  /external/stlport/test/unit/
collate_facets_test.cpp 58 string strs[] = {"abdd", "ab?d", "abbd", "abcd"}; local
62 transformed[i] = col.transform(strs[i].data(), strs[i].data() + strs[i].size());
65 sort(strs, strs + 4, loc);
66 CPPUNIT_ASSERT( strs[0] == "abbd" );
67 CPPUNIT_ASSERT( strs[1] == "abcd" );
68 CPPUNIT_ASSERT( strs[2] == "ab?d" );
69 CPPUNIT_ASSERT( strs[3] == "abdd" )
109 wstring strs[] = {L"abdd", L"abcd", L"abbd", L"abcd"}; local
234 string strs[] = {"abdd", \/* "ab?d",*\/ "abbd", "abcd"}; local
    [all...]
mvctor_test.cpp 625 vector<string> strs; local
630 strs.push_back(it->front());
639 CPPUNIT_ASSERT( strs.size() == 10 * 10 );
640 vector<string>::iterator it(strs.begin()), itEnd(strs.end());
654 vector<string> strs; local
659 strs.push_back(it->front());
668 CPPUNIT_ASSERT( strs.size() == 10 * 10 );
669 vector<string>::iterator it(strs.begin()), itEnd(strs.end())
678 vector<string> strs; local
703 vector<string> strs; local
732 vector<string> strs; local
762 vector<string> strs; local
    [all...]
  /ndk/sources/android/stlport/test/unit/
collate_facets_test.cpp 58 string strs[] = {"abdd", "ab?d", "abbd", "abcd"}; local
62 transformed[i] = col.transform(strs[i].data(), strs[i].data() + strs[i].size());
65 sort(strs, strs + 4, loc);
66 CPPUNIT_ASSERT( strs[0] == "abbd" );
67 CPPUNIT_ASSERT( strs[1] == "abcd" );
68 CPPUNIT_ASSERT( strs[2] == "ab?d" );
69 CPPUNIT_ASSERT( strs[3] == "abdd" )
109 wstring strs[] = {L"abdd", L"abcd", L"abbd", L"abcd"}; local
234 string strs[] = {"abdd", \/* "ab?d",*\/ "abbd", "abcd"}; local
    [all...]
mvctor_test.cpp 625 vector<string> strs; local
630 strs.push_back(it->front());
639 CPPUNIT_ASSERT( strs.size() == 10 * 10 );
640 vector<string>::iterator it(strs.begin()), itEnd(strs.end());
654 vector<string> strs; local
659 strs.push_back(it->front());
668 CPPUNIT_ASSERT( strs.size() == 10 * 10 );
669 vector<string>::iterator it(strs.begin()), itEnd(strs.end())
678 vector<string> strs; local
703 vector<string> strs; local
732 vector<string> strs; local
762 vector<string> strs; local
    [all...]
  /external/chromium/third_party/icu/source/tools/ctestfw/
dbgutil.cpp 21 static UnicodeString **strs = NULL; variable
34 if(strs != NULL) {
36 delete [] strs[t];
38 delete[] strs;
39 strs = NULL;
55 if(strs == NULL) {
69 strs = newStrs;
76 if(strs == NULL ) {
83 return strs[UDBG_ENUM_COUNT][0];
89 return strs[type][count]
    [all...]
  /external/icu4c/tools/ctestfw/
dbgutil.cpp 21 static UnicodeString **strs = NULL; variable
34 if(strs != NULL) {
36 delete [] strs[t];
38 delete[] strs;
39 strs = NULL;
55 if(strs == NULL) {
69 strs = newStrs;
76 if(strs == NULL ) {
83 return strs[UDBG_ENUM_COUNT][0];
89 return strs[type][count]
    [all...]
  /cts/tools/annotation-helper/src/spechelper/
Test.java 25 long l, String... strs) {
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 23 unsigned char strs[10][10], outbuf[128]; local
41 LTC_SET_ASN1(list, 0, LTC_ASN1_BIT_STRING, strs[1], sizeof(strs[1]));
43 LTC_SET_ASN1(list, 2, LTC_ASN1_OCTET_STRING, strs[0], sizeof(strs[0]));
51 if (memcmp(strs[0], oct_str, sizeof(oct_str))) {
56 if (memcmp(strs[1], bin_str, sizeof(bin_str))) {
66 strcpy((char*)strs[0], "one");
67 strcpy((char*)strs[1], "one2");
68 strcpy((char*)strs[2], "two")
    [all...]
  /external/icu4c/common/
uloc.c 2187 char **strs; local
    [all...]
  /device/samsung/crespo/alsa-utils/alsaconf/
alsaconf.in 558 strs='@ABCDEFGHIJKLMNOPQRSTUVWXYZ'
559 echo ${strs:$a:1}${strs:$b:1}${strs:$c:1}
    [all...]
  /external/chromium/third_party/icu/source/common/
uloc.c 2921 char **strs; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dtfmttst.cpp 3161 UnicodeString strf, strl, strm, strs; local
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 3222 UnicodeString strf, strl, strm, strs; local
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 382 milliseconds