OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_v
(Results
1 - 2
of
2
) 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/icu/icu4c/source/test/intltest/
regextst.cpp
2634
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 405 milliseconds