Searched defs:setTo (Results 1 - 25 of 45) sorted by relevance

12

/external/icu/icu4c/source/i18n/
H A Ddigitaffix.cpp55 DigitAffix::setTo(const UnicodeString &value, int32_t fieldId) { function in class:DigitAffix
H A Dtztrans.cpp61 setTo(*right.fTo);
114 TimeZoneTransition::setTo(const TimeZoneRule& to) { function in class:TimeZoneTransition
H A Dnumber_fluent.cpp73 copy.fMacros.symbols.setTo(symbols);
80 copy.fMacros.symbols.setTo(ns);
176 void SymbolsWrapper::setTo(const DecimalFormatSymbols &dfs) { function in class:SymbolsWrapper
182 void SymbolsWrapper::setTo(const NumberingSystem *ns) { function in class:SymbolsWrapper
H A Dmeasunit.cpp1151 dest[idx].setTo(typeIdx, subTypeIdx);
1177 dest[subTypeIdx].setTo(typeIdx, subTypeIdx);
1285 void MeasureUnit::setTo(int32_t typeId, int32_t subTypeId) { function in class:MeasureUnit
H A Ddtptngen.cpp1344 missingFields->setTo(tempInfo);
2198 DistanceInfo::setTo(DistanceInfo &other) { function in class:DateTimePatternGenerator::AppendItemNamesSink::DistanceInfo
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTypedValue.java190 public void setTo(TypedValue other) method in class:ShadowTypedValue
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DIBMCalendarTest.java1209 void setTo(Calendar cal) { method in class:IBMCalendarTest.CalFields
1324 in.setTo(calLast);
1333 in.setTo(calDefault);
1342 in.setTo(calFirst);
1417 in.setTo(calLast);
1435 in.setTo(calDefault);
1453 in.setTo(calFirst);
1471 in.setTo(calNextAvail);
1962 d.base.setTo(cal);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIBMCalendarTest.java1206 void setTo(Calendar cal) { method in class:IBMCalendarTest.CalFields
1321 in.setTo(calLast);
1330 in.setTo(calDefault);
1339 in.setTo(calFirst);
1414 in.setTo(calLast);
1432 in.setTo(calDefault);
1450 in.setTo(calFirst);
1468 in.setTo(calNextAvail);
1959 d.base.setTo(cal);
/external/icu/icu4c/source/common/
H A Ducharstriebuilder.cpp40 void setTo(const UnicodeString &s, int32_t val, UnicodeString &strings, UErrorCode &errorCode);
66 UCharsTrieElement::setTo(const UnicodeString &s, int32_t val, function in class:UCharsTrieElement
126 elements[elementsLength++].setTo(s, value, strings, errorCode);
166 result.setTo(FALSE, uchars+(ucharsCapacity-ucharsLength), ucharsLength);
H A Dbytestriebuilder.cpp40 void setTo(StringPiece s, int32_t val, CharString &strings, UErrorCode &errorCode);
91 BytesTrieElement::setTo(StringPiece s, int32_t val, function in class:BytesTrieElement
176 elements[elementsLength++].setTo(s, value, *strings, errorCode);
H A Dunistr.cpp319 setTo(that, srcStart);
326 setTo(that, srcStart, srcLength);
1256 // setTo() analogous to the readonly-aliasing constructor with the same signature
1258 UnicodeString::setTo(UBool isTerminated, function in class:UnicodeString
1294 // setTo() analogous to the writable-aliasing constructor with the same signature
1296 UnicodeString::setTo(UChar *buffer, function in class:UnicodeString
/external/aac/libSACenc/src/
H A Dsacenc_bitstream.cpp155 LOSSLESSDATA *const hLosslessDataTo, const INT setTo) {
164 hLosslessDataTo->bsXXXDataMode[i][setTo] =
166 hLosslessDataTo->bsDataPair[i][setTo] =
168 hLosslessDataTo->bsQuantCoarseXXX[i][setTo] =
170 hLosslessDataTo->bsFreqResStrideXXX[i][setTo] =
179 const INT setTo) {
190 FDKmemcpy(hTo->ottData.cld[box][setTo], hFrom->ottData.cld[box][setFrom],
192 FDKmemcpy(hTo->ottData.icc[box][setTo], hFrom->ottData.icc[box][setFrom],
198 setFrom, &hTo->CLDLosslessData, setTo);
200 setFrom, &hTo->ICCLosslessData, setTo);
152 DuplicateLosslessData( const INT startBox, const INT stopBox, const LOSSLESSDATA *const hLosslessDataFrom, const INT setFrom, LOSSLESSDATA *const hLosslessDataTo, const INT setTo) argument
177 fdk_sacenc_duplicateParameterSet( const SPATIALFRAME *const hFrom, const INT setFrom, SPATIALFRAME *const hTo, const INT setTo) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h1671 * Unlike the substring constructor and setTo() functions,
1966 inline UnicodeString& setTo(const UnicodeString& srcText,
1982 inline UnicodeString& setTo(const UnicodeString& srcText,
1994 inline UnicodeString& setTo(const UnicodeString& srcText);
2004 inline UnicodeString& setTo(const char16_t *srcChars,
2015 UnicodeString& setTo(char16_t srcChar);
2025 UnicodeString& setTo(UChar32 srcChar);
2028 * Aliasing setTo() function, analogous to the readonly-aliasing char16_t* constructor.
2050 UnicodeString &setTo(UBool isTerminated,
2055 * Aliasing setTo() functio
4628 UnicodeString::setTo(const UnicodeString& srcText, function in class:UnicodeString
4637 UnicodeString::setTo(const UnicodeString& srcText, function in class:UnicodeString
4646 UnicodeString::setTo(const UnicodeString& srcText) function in class:UnicodeString
4652 UnicodeString::setTo(const char16_t *srcChars, function in class:UnicodeString
4660 UnicodeString::setTo(char16_t srcChar) function in class:UnicodeString
4667 UnicodeString::setTo(UChar32 srcChar) function in class:UnicodeString
[all...]
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java1145 public void setTo(ToHeader to) { method in class:SIPMessage
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateTimePatternGenerator.java1893 missingFields.setTo(tempInfo);
2581 void setTo(DistanceInfo other) { method in class:DateTimePatternGenerator.DistanceInfo
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java1919 missingFields.setTo(tempInfo);
2606 void setTo(DistanceInfo other) { method in class:DateTimePatternGenerator.DistanceInfo
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2454 void setTo(Calendar& cal) const;
2485 CalFields::setTo(Calendar& cal) const { function in class:CalFields
2577 RPDATA[i].in.setTo(calLast);
2593 RPDATA[i].in.setTo(calDefault);
2609 RPDATA[i].in.setTo(calFirst);
2683 SKDATA[i].in.setTo(calLast);
2707 SKDATA[i].in.setTo(calDefault);
2731 SKDATA[i].in.setTo(calFirst);
2755 SKDATA[i].in.setTo(calNextAvail);
3621 AAZTDATA[i].base.setTo(ca
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/annotation-tools/scene-lib/
H A Dant-contrib.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/AntContribVersion ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 1837 milliseconds

12