HomeSort by relevance Sort by last modified time
    Searched defs:currentString (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImplCF.cpp 36 static StringImpl* currentString;
58 underlyingString = currentString;
60 currentString = 0;
139 ASSERT(!StringWrapperCFAllocator::currentString);
140 StringWrapperCFAllocator::currentString = this;
147 // CoreFoundation might not have to allocate anything, we clear currentString in case we did not execute allocate().
148 StringWrapperCFAllocator::currentString = 0;
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 132 StringExpression currentString = (StringExpression) current;
134 last = new StringExpression(lastString.getValue() + currentString.getValue());
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 193 const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status);
195 desc.append(currentString);
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 193 const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status);
195 desc.append(currentString);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 477 milliseconds