HomeSort by relevance Sort by last modified time
    Searched full:cstring (Results 1 - 25 of 1259) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/using/
export 0 cstring
  /ndk/sources/cxx-stl/stlport/stlport/using/
export 0 cstring
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
export 0 cstring
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
export 0 cstring
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
export 0 cstring
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
export 0 cstring
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/
export 0 cstring
  /external/stlport/etc/
std_headers_c.txt 14 cstring
  /external/oprofile/gui/ui/
oprof_start.base.ui 7 <cstring>oprof_start_base</cstring>
39 <cstring>setup_config_tab</cstring>
45 <cstring>counter_setup_page</cstring>
64 <cstring>counter_group</cstring>
83 <cstring>Layout10</cstring>
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
fwd.hpp 32 variable_base var( cstring var_name );
38 variable_data& new_var_record( cstring var_name );
39 variable_data* find_var_record( cstring var_name );
41 cstring sys_read_var( cstring var_name );
42 void sys_write_var( cstring var_name, format_stream& var_value );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
basic_parameter.hpp 43 explicit basic_parameter( cstring n )
65 param_type( cstring name = cstring() ) \
70 inline shared_ptr<param_type ## _t<cstring> > \
71 param_type( cstring name = cstring() ) \
73 return shared_ptr<param_type ## _t<cstring> >( new param_type ## _t<cstring>( name ) ); \
dual_name_parameter.ipp 47 split( string_name_policy& snp, char_name_policy& cnp, cstring src, K const& k )
49 cstring::iterator sep = std::find( src.begin(), src.end(), BOOST_RT_PARAM_LITERAL( '|' ) );
52 snp.accept_modifier( k = cstring( src.begin(), sep ) );
55 cnp.accept_modifier( k = cstring( sep+1, src.end() ) );
61 dual_name_policy::set_prefix( cstring src )
69 dual_name_policy::set_name( cstring src )
77 dual_name_policy::set_separator( cstring src )
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
CString.cpp 28 #include "CString.h"
46 CString::CString(const char* str)
54 CString::CString(const char* str, size_t length)
64 void CString::init(const char* str, size_t length)
73 char* CString::mutableData()
81 CString CString::newUninitialized(size_t length, char*& characterBuffer)
83 CString result
    [all...]
CString.h 35 // CStringBuffer is the ref-counted storage class for the characters in a CString.
43 friend class CString;
55 class WTF_EXPORT CString {
57 CString() { }
58 CString(const char*);
59 CString(const char*, size_t length);
60 CString(CStringBuffer* buffer) : m_buffer(buffer) { }
61 static CString newUninitialized(size_t length, char*& characterBuffer);
84 WTF_EXPORT bool operator==(const CString& a, const CString& b)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/tests/
CString.cpp 28 #include "wtf/text/CString.h"
35 CString string;
40 CString stringFromCharPointer(static_cast<const char*>(0));
45 CString stringFromCharAndLength(static_cast<const char*>(0), 0);
54 CString string(emptyString);
59 CString stringWithLength(emptyString, 0);
69 CString string(referenceString);
74 CString stringWithLength(referenceString, 6);
83 CString emptyString = CString::newUninitialized(0, buffer)
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
letsutil.cpp 38 char *cString = NEW_ARRAY(char, cLength + 1);
40 uString->extract(0, uLength, cString, cLength, US_INV);
41 cString[cLength] = '\0';
43 return cString;
65 char *cString = NEW_ARRAY(char, cLength + 1);
67 uString->extract(0, uLength, cString, cLength, "UTF-8");
69 cString[cLength] = '\0';
71 return cString;
74 void freeCString(char *cString)
76 DELETE_ARRAY(cString);
    [all...]
  /external/icu4c/test/letest/
letsutil.cpp 38 char *cString = NEW_ARRAY(char, cLength + 1);
40 uString->extract(0, uLength, cString, cLength, US_INV);
41 cString[cLength] = '\0';
43 return cString;
65 char *cString = NEW_ARRAY(char, cLength + 1);
67 uString->extract(0, uLength, cString, cLength, "UTF-8");
69 cString[cLength] = '\0';
71 return cString;
74 void freeCString(char *cString)
76 DELETE_ARRAY(cString);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
FormDataBuilder.h 42 static void beginMultiPartHeader(Vector<char>&, const CString& boundary, const CString& name);
43 static void addBoundaryToMultiPartHeader(Vector<char>&, const CString& boundary, bool isLastBoundary = false);
45 static void addContentTypeToMultiPartHeader(Vector<char>&, const CString& mimeType);
49 static void addKeyValuePairAsFormData(Vector<char>&, const CString& key, const CString& value, FormData::EncodingType = FormData::FormURLEncoded);
50 static void encodeStringAsFormData(Vector<char>&, const CString&);
  /external/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
interpret_argument_value.hpp 46 static bool _( cstring source, boost::optional<T>& res )
63 static bool _( cstring source, boost::optional<dstring>& res )
76 // cstring case
78 struct interpret_argument_value_impl<cstring> {
79 static bool _( cstring source, boost::optional<cstring>& res )
81 BOOST_RT_PARAM_TRACE( "In interpret_argument_value_impl<cstring>" );
94 static bool _( cstring source, boost::optional<bool>& res )
126 interpret_argument_value( cstring source, boost::optional<T>& res, long )
136 interpret_argument_value( cstring source, boost::optional<std::list<T> >& res, int
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>

Completed in 674 milliseconds

1 2 3 4 5 6 7 8 91011>>