Searched refs:quotedString (Results 1 – 3 of 3) sorted by relevance
57 String quotedString = string; in quoteStringIfNeeded() local58 quotedString.replace('\\', "\\\\"); in quoteStringIfNeeded()59 quotedString.replace('\'', "\\'"); in quoteStringIfNeeded()60 return "'" + quotedString + "'"; in quoteStringIfNeeded()
58 static UChar *quotedString(const UChar *string);185 static UChar *quotedString(const UChar *string) { in quotedString() function230 UChar *string = quotedString(thestr); in printOutBundle()
61 static UChar *quotedString(const UChar *string);373 static UChar *quotedString(const UChar *string) { in quotedString() function522 UChar *string = quotedString(thestr); in printOutAlias()563 UChar *string = quotedString(thestr); in printOutBundle()