Home
last modified time | relevance | path

Searched refs:removeQuotes (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DLDML2ICUBinaryWriter.java848 resTop.name = removeQuotes(resTop.name); in buildKeyList()
967 public static String removeQuotes(String s) { in removeQuotes() method
DICUResourceWriter.java760 this.val = LDML2ICUBinaryWriter.removeQuotes(this.val); in writeBinary()
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py4770 def removeQuotes(s,l,t): function
4844 tagAttrValue = dblQuotedString.copy().setParseAction( removeQuotes )
4850 … tagAttrValue = quotedString.copy().setParseAction( removeQuotes ) | Word(printablesLessRAbrack)
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4770 def removeQuotes(s,l,t): function
4844 tagAttrValue = dblQuotedString.copy().setParseAction( removeQuotes )
4850 … tagAttrValue = quotedString.copy().setParseAction( removeQuotes ) | Word(printablesLessRAbrack)