Searched refs:strorg (Results 1 - 2 of 2) sorted by relevance

/external/stlport/test/unit/
H A Dioiter_test.cpp34 const char *strorg = "abcd"; local
37 string objStr(strorg);
43 pc = strorg;
44 string::size_type sz = strlen(strorg);
H A Dstring_test.cpp456 string strorg = "This is test string for string calls"; local
464 str = strorg;
470 str = strorg;
474 str = strorg;
478 str = strorg;
482 str = strorg;
489 str = strorg;
593 string strorg("This is test string for string calls");
594 string str = strorg;
598 str = strorg;
[all...]

Completed in 63 milliseconds