Searched defs:currentString (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImplCF.cpp36 static StringImpl* currentString; member in namespace:WTF::StringWrapperCFAllocator
58 underlyingString = currentString;
60 currentString = 0;
139 ASSERT(!StringWrapperCFAllocator::currentString);
140 StringWrapperCFAllocator::currentString = this; member in class:WTF::StringWrapperCFAllocator
147 // CoreFoundation might not have to allocate anything, we clear currentString in case we did not execute allocate().
148 StringWrapperCFAllocator::currentString = 0; member in class:WTF::StringWrapperCFAllocator
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp934 const SegmentedString& currentString = m_input.current(); local
935 OrdinalNumber line = currentString.currentLine();
936 OrdinalNumber column = currentString.currentColumn();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp193 const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status); local
195 desc.append(currentString);
/external/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp193 const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status); local
195 desc.append(currentString);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 222 milliseconds