Searched defs:str (Results 401 - 425 of 2866) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/samples/translit/
H A Dmain.cpp39 UnicodeString str, str2; local
81 str.remove();
82 defFmt->format(cal->getTime(status), str, status);
85 uprintf(escape(str));
89 str.remove();
90 fmt->format(cal->getTime(status), str, status);
93 uprintf(escape(str));
97 greek_latin->transliterate(str);
99 uprintf(escape(str));
103 str2 = str;
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcposxtst.c77 char str[128]; local
84 u_austrcpy(str, ustr);
88 set_num, msg_num, str, len, err);
92 str, DATA[i+2]);
/external/icu/icu4c/source/test/intltest/
H A Dfldset.h62 * @param str string to parse
66 int32_t parseFrom(const U_NAMESPACE_QUALIFIER UnicodeString& str, UErrorCode& status) { argument
67 return parseFrom(str,NULL,status);
74 * @param str string to parse
78 int32_t parseFrom(const U_NAMESPACE_QUALIFIER UnicodeString& str, argument
81 return parseFrom(str, &inheritFrom, status);
88 * @param str string to parse
92 int32_t parseFrom(const U_NAMESPACE_QUALIFIER UnicodeString& str,
/external/iproute2/lib/
H A Dipx_ntop.c7 static __inline__ int do_digit(char *str, u_int32_t addr, u_int32_t scale, size_t *pos, size_t len) argument
16 *str = tmp + 'A' - 10;
18 *str = tmp + '0';
24 static const char *ipx_ntop1(const struct ipx_addr *addr, char *str, size_t len) argument
30 return str;
33 if (do_digit(str + pos, ntohl(addr->ipx_net), i, &pos, len))
34 return str;
37 return str;
39 *(str + pos) = '.';
43 if (do_digit(str
58 ipx_ntop(int af, const void *addr, char *str, size_t len) argument
[all...]
/external/ipsec-tools/src/racoon/
H A Dgcmalloc.h84 strdup(const char *str) argument
87 return (GC_STRDUP(str));
95 #define racoon_strdup(str) GC_debug_strdup(str)
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp33 testbuf(const string_type& str) argument
34 : str_(str)
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
H A Dbool.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Ddouble.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dfloat.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dint.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dlong.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dlong_double.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dlong_long.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dpointer.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dshort.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dunsigned_int.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dunsigned_long.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dunsigned_long_long.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
H A Dunsigned_short.pass.cpp31 testbuf(const string_type& str) argument
32 : str_(str)
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dchart.pass.cpp29 testbuf(const string_type& str) argument
30 : str_(str)
H A Dsigned_char.pass.cpp29 testbuf(const string_type& str) argument
30 : str_(str)
H A Dsigned_char_pointer.pass.cpp29 testbuf(const string_type& str) argument
30 : str_(str)
H A Dunsigned_char.pass.cpp29 testbuf(const string_type& str) argument
30 : str_(str)
H A Dunsigned_char_pointer.pass.cpp29 testbuf(const string_type& str) argument
30 : str_(str)
H A Dwchar_t_pointer.pass.cpp29 testbuf(const string_type& str) argument
30 : str_(str)

Completed in 191 milliseconds

<<11121314151617181920>>