HomeSort by relevance Sort by last modified time
    Searched full:str_v (Results 1 - 5 of 5) 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();
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
std_string.i 178 // char **c_charptr_array( const std::vector <string > &str_v );
181 // SWIGEXT char **c_charptr_array( const std::vector <string > &str_v ) {
182 // char **out = new char *[str_v.size() + 1];
183 // out[str_v.size()] = 0;
184 // for( int i = 0; i < str_v.size(); i++ ) {
185 // out[i] = (char *)str_v[i].c_str();
  /external/pcre/dist2/src/
pcre2_tables.c 235 #define STRING_Avestan0 STR_A STR_v STR_e STR_s STR_t STR_a STR_n "\0"
238 #define STRING_Bassa_Vah0 STR_B STR_a STR_s STR_s STR_a STR_UNDERSCORE STR_V STR_a STR_h "\0"
264 #define STRING_Devanagari0 STR_D STR_e STR_v STR_a STR_n STR_a STR_g STR_a STR_r STR_i "\0"
284 #define STRING_Inscriptional_Pahlavi0 STR_I STR_n STR_s STR_c STR_r STR_i STR_p STR_t STR_i STR_o STR_n STR_a STR_l STR_UNDERSCORE STR_P STR_a STR_h STR_l STR_a STR_v STR_i "\0"
286 #define STRING_Javanese0 STR_J STR_a STR_v STR_a STR_n STR_e STR_s STR_e "\0"
320 #define STRING_Meroitic_Cursive0 STR_M STR_e STR_r STR_o STR_i STR_t STR_i STR_c STR_UNDERSCORE STR_C STR_u STR_r STR_s STR_i STR_v STR_e "\0"
360 #define STRING_Psalter_Pahlavi0 STR_P STR_s STR_a STR_l STR_t STR_e STR_r STR_UNDERSCORE STR_P STR_a STR_h STR_l STR_a STR_v STR_i "\0"
368 #define STRING_Shavian0 STR_S STR_h STR_a STR_v STR_i STR_a STR_n "\0"
383 #define STRING_Tai_Viet0 STR_T STR_a STR_i STR_UNDERSCORE STR_V STR_i STR_e STR_t "\0"
393 #define STRING_Vai0 STR_V STR_a STR_i "\0
    [all...]
pcre2_internal.h 850 #define STR_V "V"
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 2636 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 119 milliseconds