HomeSort by relevance Sort by last modified time
    Searched full:emptystring (Results 76 - 100 of 187) sorted by null

1 2 34 5 6 7 8

  /prebuilts/gdb/linux-x86/lib/python2.7/email/
utils.py 46 EMPTYSTRING = ''
314 value = quote(EMPTYSTRING.join(value))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 46 EMPTYSTRING = ''
314 value = quote(EMPTYSTRING.join(value))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 46 EMPTYSTRING = ''
314 value = quote(EMPTYSTRING.join(value))
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 137 return XString.EMPTYSTRING;
ElemWithParam.java 209 var = XString.EMPTYSTRING;
ElemLiteralResult.java 56 private static final String EMPTYSTRING = "";
231 return EMPTYSTRING;
285 return EMPTYSTRING;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FunctionDef1Arg.java 88 return XString.EMPTYSTRING;
  /external/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 70 TEST(StringAppendFTest, EmptyString) {
  /external/python/cpython3/Lib/email/
charset.py 33 EMPTYSTRING = ''
347 this_line = EMPTYSTRING.join(current_line)
357 joined_line = EMPTYSTRING.join(current_line)
362 joined_line = EMPTYSTRING.join(current_line)
header.py 27 EMPTYSTRING = ''
259 return EMPTYSTRING.join(uchunks)
570 return EMPTYSTRING.join((EMPTYSTRING.join((fws, part))
utils.py 43 EMPTYSTRING = ''
311 value = quote(EMPTYSTRING.join(value))
quoprimime.py 48 EMPTYSTRING = ''
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 32 def __init__(self, parent, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,style=wx.SP_ARROW_KEYS,min=0,max=100,initial=0):
46 def __init__(self, parent, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,style=wx.SP_ARROW_KEYS,min=0,max=100,initial=0):
65 def __init__(self, parent, id=-1,label=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize):
83 def __init__(self, parent, id=-1,label=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize):
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 65 private static final String EMPTYSTRING = "";
370 if (prefix1 == null && EMPTYSTRING.equals(prefix))
1102 return (index > 0) ? qname.substring(0, index) : EMPTYSTRING;
    [all...]
ToXMLSAXHandler.java 374 if (EMPTYSTRING.equals(prefix))
381 if (!EMPTYSTRING.equals(uri)) // hack for attribset16 test
SerializerBase.java 858 String uri = EMPTYSTRING;
860 final String prefix = (col > 0) ? qname.substring(0, col) : EMPTYSTRING;
862 if (!EMPTYSTRING.equals(prefix) || isElement)
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 119 UnicodeString emptyString;
127 fSetRefsMatcher->appendReplacement(expandedDef, emptyString, status);
168 UnicodeString emptyString;
182 fSetRefsMatcher->appendReplacement(thisRule->fExpandedRule, emptyString, status);
280 UnicodeString emptyString;
294 line = fCommentsMatcher->replaceFirst(emptyString, status);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 230 static jstring emptyString;
630 jstring uri = parsingContext->processNamespaces ? e.uri() : emptyString;
631 jstring localName = parsingContext->processNamespaces ? e.localName() : emptyString;
707 jstring internedPrefix = emptyString;
713 jstring internedUri = emptyString;
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmlexer_unittest.cpp 13 TEST(CXFA_FMLexerTest, EmptyString) {
  /external/v8/tools/clang/empty_string/
EmptyStringConverter.cpp 166 llvm::cl::OptionCategory category("EmptyString Tool");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
pygettext.py 173 EMPTYSTRING = ''
238 return EMPTYSTRING.join(s)
424 self.__addentry(EMPTYSTRING.join(self.__data))
  /external/python/cpython2/Tools/i18n/
pygettext.py 173 EMPTYSTRING = ''
237 return EMPTYSTRING.join(s)
423 self.__addentry(EMPTYSTRING.join(self.__data))
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 379 private static final String emptyString = "";
519 return emptyString; // Should not occur, but is not forbidden.
568 return emptyString;
629 return emptyString;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 377 private static final String emptyString = "";
517 return emptyString; // Should not occur, but is not forbidden.
566 return emptyString;
627 return emptyString;
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 34 var emptystring string var

Completed in 2043 milliseconds

1 2 34 5 6 7 8