Home
last modified time | relevance | path

Searched refs:quotedString (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/css/
DFontFamilyValue.cpp57 String quotedString = string; in quoteStringIfNeeded() local
58 quotedString.replace('\\', "\\\\"); in quoteStringIfNeeded()
59 quotedString.replace('\'', "\\'"); in quoteStringIfNeeded()
60 return "'" + quotedString + "'"; in quoteStringIfNeeded()
/external/icu4c/samples/uresb/
Duresb.c58 static UChar *quotedString(const UChar *string);
185 static UChar *quotedString(const UChar *string) { in quotedString() function
230 UChar *string = quotedString(thestr); in printOutBundle()
/external/icu4c/tools/genrb/
Dderb.c61 static UChar *quotedString(const UChar *string);
373 static UChar *quotedString(const UChar *string) { in quotedString() function
522 UChar *string = quotedString(thestr); in printOutAlias()
563 UChar *string = quotedString(thestr); in printOutBundle()