Searched defs:quotes (Results 1 - 25 of 27) sorted by relevance

12

/external/parameter-framework/utility/
H A DNaiveTokenizer.cpp35 const char *quotes = "'\""; // single or double quotes local
48 if (strstr(quotes, first) != NULL) {
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java65 * Return the specified text surrounded with double quotes
67 * @param text - the text to surround with quotes
68 * @return the text with leading and trailing double quotes
72 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java64 * Return the specified text surrounded with double quotes
66 * @param text - the text to surround with quotes
67 * @return the text with leading and trailing double quotes
71 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java64 * Return the specified text surrounded with double quotes
66 * @param text - the text to surround with quotes
67 * @return the text with leading and trailing double quotes
71 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java64 * Return the specified text surrounded with double quotes
66 * @param text - the text to surround with quotes
67 * @return the text with leading and trailing double quotes
71 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java64 * Return the specified text surrounded with double quotes
66 * @param text - the text to surround with quotes
67 * @return the text with leading and trailing double quotes
71 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java64 * Return the specified text surrounded with double quotes
66 * @param text - the text to surround with quotes
67 * @return the text with leading and trailing double quotes
71 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java64 * Return the specified text surrounded with double quotes
66 * @param text - the text to surround with quotes
67 * @return the text with leading and trailing double quotes
71 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java64 * Return the specified text surrounded with double quotes
66 * @param text - the text to surround with quotes
67 * @return the text with leading and trailing double quotes
71 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java64 * Return the specified text surrounded with double quotes
66 * @param text - the text to surround with quotes
67 * @return the text with leading and trailing double quotes
71 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java65 * Return the specified text surrounded with double quotes
67 * @param text - the text to surround with quotes
68 * @return the text with leading and trailing double quotes
72 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java65 * Return the specified text surrounded with double quotes
67 * @param text - the text to surround with quotes
68 * @return the text with leading and trailing double quotes
72 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java157 * Return the specified text surrounded with double quotes
159 * @param text - the text to surround with quotes
160 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
/external/nist-sip/java/gov/nist/core/
H A DNameValue.java57 private String quotes; field in class:NameValue
67 this.quotes = "";
85 quotes = "";
112 this.quotes = Separators.DOUBLE_QUOTE;
166 buffer.append(name).append(separator).append(quotes);
168 buffer.append(quotes);
177 return name + separator + quotes + quotes;
181 buffer.append(name).append(separator).append(quotes).append(quotes);
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPUtils.java49 * @param quotes
50 * The characters to be used as quotes around array items that
58 String separator, String quotes, boolean allowCommas) throws XMPException
61 .catenateArrayItems(xmp, schemaNS, arrayName, separator, quotes, allowCommas);
57 catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, String separator, String quotes, boolean allowCommas) argument
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java74 * @param quotes
75 * The characters to be used as quotes around array items that
84 String separator, String quotes, boolean allowCommas) throws XMPException
93 if (quotes == null || quotes.length() == 0)
95 quotes = "\"";
117 // Make sure the open and close quotes are a legitimate pair.
118 char openQuote = quotes.charAt(0);
119 char closeQuote = checkQuotes(quotes, openQuote);
249 // internal quotes tha
83 catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, String separator, String quotes, boolean allowCommas) argument
872 checkQuotes(String quotes, char openQuote) argument
[all...]

Completed in 1986 milliseconds

12