Searched refs:currentString (Results 1 - 10 of 10) 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/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DVariableTranslator.java132 StringExpression currentString = (StringExpression) current;
134 last = new StringExpression(lastString.getValue() + currentString.getValue());
/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/i18n/
H A Dsmpdtfmt.cpp1086 UnicodeString currentString(str,start,len);
1087 int32_t equalSignPosition = currentString.indexOf((UChar)ULOC_KEYWORD_ASSIGN_UNICODE,0);
1089 nsName.setTo(currentString);
1092 nsName.setTo(currentString,equalSignPosition+1);
1093 ovrField.setTo(currentString,0,1); // We just need the first character.
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1113 UnicodeString currentString(str,start,len);
1114 int32_t equalSignPosition = currentString.indexOf((UChar)ULOC_KEYWORD_ASSIGN_UNICODE,0);
1116 nsName.setTo(currentString);
1119 nsName.setTo(currentString,equalSignPosition+1);
1120 ovrField.setTo(currentString,0,1); // We just need the first character.
/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 Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.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 1253 milliseconds