Searched refs:nullString (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DSetNodeAttributeCommand.cpp52 AtomicStringImpl* nullString = 0; local
53 m_oldValue = nullString;
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInspectorValues.cpp59 const char* const nullString = "null"; member in namespace:Inspector::__anon2614
201 if (parseConstToken(start, end, tokenEnd, nullString))
583 output->append(nullString, 4);
669 output->append(nullString, 4);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DExceptionHelpers.cpp97 return vm.smallStrings.nullString();
H A DJSCJSValue.cpp358 return vm.smallStrings.nullString();
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dudbgutil.cpp397 static const char *nullString = "(null)"; variable
400 if(str==NULL) str=nullString;
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.c1304 JSStringRef nullString = JSStringCreateWithUTF8CString(0); local
1305 const JSChar* characters = JSStringGetCharactersPtr(nullString);
1320 size_t length = JSStringGetLength(nullString);
1326 JSStringRelease(nullString);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c487 UChar nullString[] = {0,0,0}; local
521 uregex_setText(re, nullString, -1, &status);

Completed in 213 milliseconds