Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/external/bluetooth/glib/glib/
Dgstring.c239 const gchar *string) in g_string_chunk_insert()
270 const gchar *string) in g_string_chunk_insert_const()
313 const gchar *string, in g_string_chunk_insert_len()
353 g_string_maybe_expand (GString* string, in g_string_maybe_expand()
378 GString *string = g_slice_new (GString); in g_string_sized_new() local
401 GString *string; in g_string_new() local
437 GString *string; in g_string_new_len() local
464 g_string_free (GString *string, in g_string_free()
559 g_string_assign (GString *string, in g_string_assign()
587 g_string_truncate (GString *string, in g_string_truncate()
[all …]
/external/webkit/WebKit/win/
DWebLocalizableStrings.h59 #define UI_STRING(string, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAM… argument
60 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAM… argument
61 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAM… argument
62 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BU… argument
66 #define UI_STRING(string, comment) WebLocalizedStringUTF8(0, string) argument
67 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(0, key) argument
68 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(0, string) argument
69 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(0, key) argument
/external/webkit/JavaScriptCore/API/
DJSStringRef.cpp42 JSStringRef JSStringCreateWithUTF8CString(const char* string) in JSStringCreateWithUTF8CString()
57 JSStringRef JSStringRetain(JSStringRef string) in JSStringRetain()
63 void JSStringRelease(JSStringRef string) in JSStringRelease()
68 size_t JSStringGetLength(JSStringRef string) in JSStringGetLength()
73 const JSChar* JSStringGetCharactersPtr(JSStringRef string) in JSStringGetCharactersPtr()
78 size_t JSStringGetMaximumUTF8CStringSize(JSStringRef string) in JSStringGetMaximumUTF8CStringSize()
84 size_t JSStringGetUTF8CString(JSStringRef string, char* buffer, size_t bufferSize) in JSStringGetUTF8CString()
DJSStringRefBSTR.cpp34 JSStringRef JSStringCreateWithBSTR(BSTR string) in JSStringCreateWithBSTR()
39 BSTR JSStringCopyBSTR(const JSStringRef string) in JSStringCopyBSTR()
DJSStringRefCF.cpp37 JSStringRef JSStringCreateWithCFString(CFStringRef string) in JSStringCreateWithCFString()
54 CFStringRef JSStringCopyCFString(CFAllocatorRef alloc, JSStringRef string) in JSStringCopyCFString()
/external/webkit/WebCore/dom/
DClassNames.h32 ClassNamesData(const String& string, bool shouldFoldCase) in ClassNamesData()
37 bool contains(const AtomicString& string) in contains()
67 …ClassNames(const String& string, bool shouldFoldCase) : m_data(new ClassNamesData(string, shouldFo… in ClassNames()
69 …void set(const String& string, bool shouldFoldCase) { m_data.set(new ClassNamesData(string, should… in set()
72 … bool contains(const AtomicString& string) const { return m_data && m_data->contains(string); } in contains()
/external/proguard/src/proguard/util/
DListUtil.java63 public static List commaSeparatedList(String string) in commaSeparatedList()
114 private static int skipWhitespace(String string, int index) in skipWhitespace()
128 private static String quotedString(String string) in quotedString()
168 String string = commaSeparatedString(list); in main() local
/external/gdata/src/com/google/wireless/gdata/data/
DStringUtils.java19 public static boolean isEmpty(String string) { in isEmpty()
31 public static boolean isEmptyOrWhitespace(String string) { in isEmptyOrWhitespace()
44 public static int parseInt(String string, int defaultValue) { in parseInt()
/external/bluetooth/glib/tests/
Dregex-test.c176 const gchar *string, in test_match_simple()
198 #define TEST_MATCH_SIMPLE(pattern, string, compile_opts, match_opts, expected) { \ argument
210 const gchar *string, in test_match()
254 #define TEST_MATCH(pattern, compile_opts, match_opts, string, \ argument
266 gchar *string; member
283 const gchar *string, in test_match_next()
389 #define TEST_MATCH_NEXT0(pattern, string, string_len, start_position) { \ argument
397 #define TEST_MATCH_NEXT1(pattern, string, string_len, start_position, \ argument
407 #define TEST_MATCH_NEXT2(pattern, string, string_len, start_position, \ argument
417 #define TEST_MATCH_NEXT3(pattern, string, string_len, start_position, \ argument
[all …]
/external/webkit/WebCore/platform/text/
DTextBreakIteratorICU.cpp34 UBreakIteratorType type, const UChar* string, int length) in setUpIterator()
56 TextBreakIterator* characterBreakIterator(const UChar* string, int length) in characterBreakIterator()
64 TextBreakIterator* wordBreakIterator(const UChar* string, int length) in wordBreakIterator()
72 TextBreakIterator* lineBreakIterator(const UChar* string, int length) in lineBreakIterator()
80 TextBreakIterator* sentenceBreakIterator(const UChar* string, int length) in sentenceBreakIterator()
120 const char* breakRules, const UChar* string, int length) in setUpIteratorWithRules()
145 TextBreakIterator* cursorMovementIterator(const UChar* string, int length) in cursorMovementIterator()
/external/gdata/src/com/google/wireless/gdata2/data/
DStringUtils.java19 public static boolean isEmpty(String string) { in isEmpty()
31 public static boolean isEmptyOrWhitespace(String string) { in isEmptyOrWhitespace()
52 public static int parseInt(String string, int defaultValue) { in parseInt()
/external/webkit/WebKit/mac/Misc/
DWebLocalizableStrings.h60 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), … argument
61 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWOR… argument
65 #define UI_STRING(string, comment) WebLocalizedString(0, string) argument
66 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(0, key) argument
/external/webkit/JavaScriptCore/tests/mozilla/js1_1/
Dbrowser.js48 function writeLineToLog( string ) { argument
51 function writeHeaderToLog( string ) { argument
61 function writeFormattedResult( expect, actual, string, passed ) { argument
/external/webkit/JavaScriptCore/tests/mozilla/js1_4/
Dbrowser.js48 function writeLineToLog( string ) { argument
51 function writeHeaderToLog( string ) { argument
61 function writeFormattedResult( expect, actual, string, passed ) { argument
Dshell.js114 function writeTestCaseResult( expect, actual, string ) { argument
119 function writeFormattedResult( expect, actual, string, passed ) { argument
125 function writeLineToLog( string ) { argument
128 function writeHeaderToLog( string ) { argument
/external/webkit/JavaScriptCore/tests/mozilla/ecma/
Dbrowser.js48 function writeLineToLog( string ) { argument
51 function writeHeaderToLog( string ) { argument
61 function writeFormattedResult( expect, actual, string, passed ) { argument
/external/webkit/WebKitTools/Scripts/modules/
Dlogging.py34 def log(string): argument
37 def error(string): argument
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
Dbrowser.js51 function writeLineToLog( string ) { argument
54 function writeHeaderToLog( string ) { argument
64 function writeFormattedResult( expect, actual, string, passed ) { argument
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/
Dbrowser.js51 function writeLineToLog( string ) { argument
54 function writeHeaderToLog( string ) { argument
64 function writeFormattedResult( expect, actual, string, passed ) { argument
/external/webkit/V8Binding/v8/src/
Dregexp-delay.js138 function DoRegExpExec(regexp, string, index) { argument
143 function DoRegExpExecGlobal(regexp, string) { argument
149 function RegExpExec(string) { argument
206 function RegExpTest(string) { argument
355 function RegExpSetInput(string) { argument
Dtoken.cc36 #define T(name, string, precedence) #name, argument
44 #define T(name, string, precedence) string, argument
51 #define T(name, string, precedence) precedence, argument
116 #define T(name, string, precedence) name, in Initialize() argument
151 #define T(name, string, precedence) \ in Initialize() argument
154 #define K(name, string, precedence) \ in Initialize() argument
/external/webkit/WebCore/platform/text/qt/
DTextBreakIteratorQt.cpp44 TextBreakIterator* wordBreakIterator(const UChar* string, int length) in wordBreakIterator()
55 TextBreakIterator* characterBreakIterator(const UChar* string, int length) in characterBreakIterator()
66 TextBreakIterator* cursorMovementIterator(const UChar* string, int length) in cursorMovementIterator()
71 TextBreakIterator* lineBreakIterator(const UChar* string, int length) in lineBreakIterator()
83 TextBreakIterator* sentenceBreakIterator(const UChar* string, int length) in sentenceBreakIterator()
156 const UChar *string; member in WebCore::TextBreakIterator
238 TextBreakIterator* wordBreakIterator(const UChar* string, int length) in wordBreakIterator()
251 TextBreakIterator* characterBreakIterator(const UChar* string, int length) in characterBreakIterator()
265 TextBreakIterator* cursorMovementIterator(const UChar* string, int length) in cursorMovementIterator()
/external/webkit/WebCore/bindings/v8/
DV8Binding.cpp52 explicit WebCoreStringResource(const String& string) in WebCoreStringResource()
61 explicit WebCoreStringResource(const AtomicString& string) in WebCoreStringResource()
207 String string = v8ValueToWebCoreString(v8Value); in v8ValueToAtomicWebCoreString() local
211 v8::Handle<v8::String> v8String(const String& string) in v8String()
223 static v8::Local<v8::String> makeExternalString(const String& string) in makeExternalString()
252 v8::Local<v8::String> v8ExternalString(const String& string) in v8ExternalString()
DV8HiddenPropertyName.cpp38 …static v8::Persistent<v8::String>* string = createString("WebCore::V8HiddenPropertyName::objectPro… in objectPrototype() local
45 …static v8::Persistent<v8::String>* string = createString("WebCore::V8HiddenPropertyName::isolatedW… in isolatedWorld() local
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/
Dshell.js112 function writeTestCaseResult( expect, actual, string ) { argument
117 function writeFormattedResult( expect, actual, string, passed ) { argument
150 function writeLineToLog( string ) { argument
153 function writeHeaderToLog( string ) { argument

12345678910>>...21