Searched refs:currentString (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/text/cf/
H A DStringImplCF.cpp39 static StringImpl* currentString; member in namespace:WTF::StringWrapperCFAllocator
60 underlyingString = currentString;
62 currentString = 0;
141 ASSERT(!StringWrapperCFAllocator::currentString);
142 StringWrapperCFAllocator::currentString = this; member in class:WTF::StringWrapperCFAllocator
147 ASSERT(!StringWrapperCFAllocator::currentString);
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/webkit/Source/WebCore/html/parser/
H A DHTMLDocumentParser.cpp461 const SegmentedString& currentString = m_input.current(); local
462 WTF::ZeroBasedNumber line = currentString.currentLine();
463 WTF::ZeroBasedNumber column = currentString.currentColumn();
/external/icu4c/i18n/
H A Drbnf.cpp779 const UChar* currentString = ures_getNextString(ruleSets,&len,NULL,&status); local
780 desc.append(currentString);
H A Dsmpdtfmt.cpp1403 UnicodeString currentString(str,start,len);
1404 int32_t equalSignPosition = currentString.indexOf((UChar)ULOC_KEYWORD_ASSIGN_UNICODE,0);
1406 nsName.setTo(currentString);
1409 nsName.setTo(currentString,equalSignPosition+1);
1410 ovrField.setTo(currentString,0,1); // We just need the first character.
/external/icu4c/test/intltest/
H A Ditrbnf.cpp192 const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status); local
194 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 ...

Completed in 290 milliseconds