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

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_string.i 95 char **c_charptr_array( const std::vector <std::string > &str_v );
98 SWIGEXT char **c_charptr_array( const std::vector <std::string > &str_v ) {
99 char **out = new char *[str_v.size() + 1];
100 out[str_v.size()] = 0;
101 for( int i = 0; i < str_v.size(); i++ ) {
102 out[i] = (char *)str_v[i].c_str();
  /external/libvncserver/x11vnc/
connections.c 1178 char str_v[] = "View";
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 2631 const char str_v[24] = { 0x54, 0x68, 0x65, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x5c, 0x24, 0x31, 0x20, 0x69, 0x73, 0x20, 0x24, 0x31, 0x2e, 0x00 }; \/* The value of \\$1 is $1. *\/ local
    [all...]

Completed in 91 milliseconds