Home
last modified time | relevance | path

Searched refs:setTo (Results 1 – 25 of 204) sorted by relevance

123456789

/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp67 rules.setTo(((RuleBasedCollator *)m_de_)->getRules()); in StringSearchTest()
75 rules.setTo(((RuleBasedCollator *)m_es_)->getRules()); in StringSearchTest()
476 text.setTo(temp); in assertEqual()
479 pattern.setTo(temp); in assertEqual()
535 text.setTo(temp); in assertCanonicalEqual()
538 pattern.setTo(temp); in assertCanonicalEqual()
588 text.setTo(temp); in assertEqualWithAttribute()
591 pattern.setTo(temp); in assertEqualWithAttribute()
873 text.setTo(temp, u_strlen(temp)); in TestBreakIterator()
876 pattern.setTo(temp, u_strlen(temp)); in TestBreakIterator()
[all …]
Dloctest.cpp1236 resultStr.setTo(tmp); in TestEuroSupport()
1241 resultStr.setTo(tmp); in TestEuroSupport()
1246 resultStr.setTo(tmp); in TestEuroSupport()
1251 resultStr.setTo(tmp); in TestEuroSupport()
1256 resultStr.setTo(tmp); in TestEuroSupport()
2248 tempStr.setTo(TMP); in TestCurrencyByDate()
2249 resultStr.setTo("SUR"); in TestCurrencyByDate()
2261 tempStr.setTo(TMP); in TestCurrencyByDate()
2262 resultStr.setTo("RUR"); in TestCurrencyByDate()
2274 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
Dustrtest.cpp137 if( test3.setTo((UChar32)0x10330).length() != 2 || in TestBasicManipulation()
180 if (target1 != target2.setTo(src, 12)) { in TestBasicManipulation()
204 if(s.setTo(buffer, -1, LENGTHOF(buffer)).length()!=u_strlen(buffer)) { in TestBasicManipulation()
220 if(s.setTo(buffer, -1, LENGTHOF(buffer)).length()!=LENGTHOF(buffer)) { in TestBasicManipulation()
897 test4.setTo(test1).trim(); in TestSpacePadding()
1116 test1.setTo(FALSE, u, 3); in TestMiscellaneous()
1122 test1.setTo(TRUE, u, -1); in TestMiscellaneous()
1179 test1.setTo(TRUE, ucs, 3); in TestMiscellaneous()
1253 test->setTo(TRUE, workingBuffer, 2); in TestStackAllocation()
1270 test->setTo(TRUE, workingBuffer, -1); in TestStackAllocation()
[all …]
Didnaconf.cpp304 key.setTo(s,0,p).trim(); in Test()
305 value.setTo(s,p+1).trim(); in Test()
324 id.setTo(value, 0, value.indexOf((UChar)0x20)); // space in Test()
327 namezone.setTo(value); in Test()
330 namebase.setTo(value); in Test()
/external/chromium_org/third_party/icu/source/test/intltest/
Dsrchtest.cpp67 rules.setTo(((RuleBasedCollator *)m_de_)->getRules()); in StringSearchTest()
75 rules.setTo(((RuleBasedCollator *)m_es_)->getRules()); in StringSearchTest()
373 text.setTo(temp); in assertEqual()
376 pattern.setTo(temp); in assertEqual()
432 text.setTo(temp); in assertCanonicalEqual()
435 pattern.setTo(temp); in assertCanonicalEqual()
485 text.setTo(temp); in assertEqualWithAttribute()
488 pattern.setTo(temp); in assertEqualWithAttribute()
770 text.setTo(temp, u_strlen(temp)); in TestBreakIterator()
773 pattern.setTo(temp, u_strlen(temp)); in TestBreakIterator()
[all …]
Dloctest.cpp1215 resultStr.setTo(tmp); in TestEuroSupport()
1220 resultStr.setTo(tmp); in TestEuroSupport()
1225 resultStr.setTo(tmp); in TestEuroSupport()
1230 resultStr.setTo(tmp); in TestEuroSupport()
1235 resultStr.setTo(tmp); in TestEuroSupport()
2221 tempStr.setTo(TMP); in TestCurrencyByDate()
2222 resultStr.setTo("SUR"); in TestCurrencyByDate()
2234 tempStr.setTo(TMP); in TestCurrencyByDate()
2235 resultStr.setTo("RUR"); in TestCurrencyByDate()
2247 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
Dustrtest.cpp135 if( test3.setTo((UChar32)0x10330).length() != 2 || in TestBasicManipulation()
178 if (target1 != target2.setTo(src, 12)) { in TestBasicManipulation()
202 if(s.setTo(buffer, -1, LENGTHOF(buffer)).length()!=u_strlen(buffer)) { in TestBasicManipulation()
218 if(s.setTo(buffer, -1, LENGTHOF(buffer)).length()!=LENGTHOF(buffer)) { in TestBasicManipulation()
888 test4.setTo(test1).trim(); in TestSpacePadding()
1096 test1.setTo(FALSE, u, 3); in TestMiscellaneous()
1102 test1.setTo(TRUE, u, -1); in TestMiscellaneous()
1225 test->setTo(TRUE, workingBuffer, 2); in TestStackAllocation()
1242 test->setTo(TRUE, workingBuffer, -1); in TestStackAllocation()
1247 test->setTo(FALSE, workingBuffer, -1); in TestStackAllocation()
[all …]
Didnaconf.cpp305 key.setTo(s,0,p).trim(); in Test()
306 value.setTo(s,p+1).trim(); in Test()
325 id.setTo(value, 0, value.indexOf((UChar)0x20)); // space in Test()
328 namezone.setTo(value); in Test()
331 namebase.setTo(value); in Test()
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
DAgentSession.java260 presence.setTo(workgroupJID); in setOnline()
287 presence.setTo(workgroupJID); in setOnline()
357 presence.setTo(this.getWorkgroupJID()); in setStatus()
412 presence.setTo(this.getWorkgroupJID()); in setStatus()
513 request.setTo(workgroupJID); in getOccupantsInfo()
688 reply.setTo(packet.getFrom()); in handlePacket()
804 notes.setTo(workgroupJID); in setNote()
833 request.setTo(workgroupJID); in getNote()
872 request.setTo(workgroupJID); in getAgentHistory()
899 request.setTo(workgroupJID); in getSearchSettings()
[all …]
DAgent.java44 request.setTo(serviceJID); in getWorkgroups()
87 agentInfo.setTo(workgroupJID); in getName()
119 agentInfo.setTo(workgroupJID); in setName()
/external/chromium_org/third_party/icu/source/i18n/
Dnfrule.cpp182 rule2->ruleText.setTo(sbuf); in makeRules()
189 sbuf.setTo(description, 0, brack1); in makeRules()
194 rule1->ruleText.setTo(sbuf); in makeRules()
235 descriptor.setTo(description, 0, p); in parseRuleDescriptor()
448 subToken.setTo(ruleText, subStart, subEnd + 1 - subStart); in extractSubstitution()
620 ruleTextCopy.setTo(ruleText); in _appendRuleText()
772 prefix.setTo(ruleText, 0, sub1->getPos()); in doParse()
844 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos()); in doParse()
857 workText2.setTo(workText, pp.getIndex(), workText.length() - pp.getIndex()); in doParse()
864 temp.setTo(ruleText, sub2->getPos(), ruleText.length() - sub2->getPos()); in doParse()
[all …]
Dzonemeta.cpp218 systemID.setTo(tzid); in getCanonicalSystemID()
233 systemID.setTo(alias); in getCanonicalSystemID()
263 systemID.setTo(alias); in getCanonicalSystemID()
265 systemID.setTo(derefer); in getCanonicalSystemID()
278 canonicalCountry.setTo(region, -1); in getCanonicalCountry()
399 country.setTo(region, -1); in getSingleCountry()
412 result.setTo(mzm->mzid, -1); in getMetazoneID()
642 result.setTo(tzid, tzidLen); in getZoneIdByMetazone()
/external/icu/icu4c/source/i18n/
Dnfrule.cpp181 rule2->ruleText.setTo(sbuf); in makeRules()
188 sbuf.setTo(description, 0, brack1); in makeRules()
193 rule1->ruleText.setTo(sbuf); in makeRules()
234 descriptor.setTo(description, 0, p); in parseRuleDescriptor()
447 subToken.setTo(ruleText, subStart, subEnd + 1 - subStart); in extractSubstitution()
619 ruleTextCopy.setTo(ruleText); in _appendRuleText()
771 prefix.setTo(ruleText, 0, sub1->getPos()); in doParse()
843 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos()); in doParse()
856 workText2.setTo(workText, pp.getIndex(), workText.length() - pp.getIndex()); in doParse()
863 temp.setTo(ruleText, sub2->getPos(), ruleText.length() - sub2->getPos()); in doParse()
[all …]
Dlocdspnm.cpp127 return result.setTo(s, len); in get()
129 return result.setTo(UnicodeString(itemKey, -1, US_INV)); in get()
142 return result.setTo(s, len); in getNoFallback()
400 formatOpenParen.setTo((UChar)0xFF08); // fullwidth ( in initialize()
401 formatReplaceOpenParen.setTo((UChar)0xFF3B); // fullwidth [ in initialize()
402 formatCloseParen.setTo((UChar)0xFF09); // fullwidth ) in initialize()
403 formatReplaceCloseParen.setTo((UChar)0xFF3D); // fullwidth ] in initialize()
405 formatOpenParen.setTo((UChar)0x0028); // ( in initialize()
406 formatReplaceOpenParen.setTo((UChar)0x005B); // [ in initialize()
407 formatCloseParen.setTo((UChar)0x0029); // ) in initialize()
[all …]
Dreldtfmt.cpp171 relativeDayString.setTo(theString, len); in format()
209 datePattern.setTo(relativeDayString); in format()
211 datePattern.setTo(fDatePattern); in format()
380 result.setTo(fTimePattern); in toPattern()
382 result.setTo(fDatePattern); in toPattern()
397 result.setTo(fDatePattern); in toPatternDate()
407 result.setTo(fTimePattern); in toPatternTime()
416 fDatePattern.setTo(datePattern); in applyPatterns()
417 fTimePattern.setTo(timePattern); in applyPatterns()
Dtzfmt.cpp355 fGMTZeroFormat.setTo(TRUE, resStr, len); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
375 …fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(FALSE, hourFormats, (int32_t)(sep - hourFormats)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
376 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM].setTo(TRUE, sep + 1, -1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
387 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_H].setTo(TRUE, DEFAULT_GMT_POSITIVE_H, -1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
388 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(TRUE, DEFAULT_GMT_POSITIVE_HM, -1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
389 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HMS].setTo(TRUE, DEFAULT_GMT_POSITIVE_HMS, -1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
390 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_H].setTo(TRUE, DEFAULT_GMT_NEGATIVE_H, -1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
391 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM].setTo(TRUE, DEFAULT_GMT_NEGATIVE_HM, -1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
392 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HMS].setTo(TRUE, DEFAULT_GMT_NEGATIVE_HMS, -1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
542 return pattern.setTo(fGMTPattern); in getGMTPattern()
[all …]
/external/smack/src/org/jivesoftware/smackx/
DGateway.java84 packet.setTo(entityJID); in refreshRegisterInfo()
209 register.setTo(entityJID); in register()
257 register.setTo(entityJID); in unregister()
299 presence.setTo(entityJID); in login()
310 presence.setTo(entityJID); in logout()
324 response.setTo(presence.getFrom()); in processPacket()
DMultipleRecipientManager.java149 reply.setTo(replyAddress.getJid()); in reply()
209 packet.setTo(jid); in sendToIndividualRecipients()
216 packet.setTo(jid); in sendToIndividualRecipients()
223 packet.setTo(jid); in sendToIndividualRecipients()
266 packet.setTo(serviceAddress); in sendThroughService()
/external/smack/src/org/jivesoftware/smackx/pubsub/
DPubSubManager.java88 newNode.setTo(to); in createNode()
138 newNode.setTo(to); in createNode()
160 info.setTo(to); in getNode()
169 node.setTo(to); in getNode()
196 items.setTo(to); in discoverNodes()
293 request.setTo(to); in createPubsubPacket()
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java138 sipRequest.setTo(to); in createRequest()
196 sipRequest.setTo(to); in createRequest()
247 sipRequest.setTo(to); in createRequest()
306 sipResponse.setTo(to); in createResponse()
357 sipResponse.setTo(to); in createResponse()
404 sipResponse.setTo(to); in createResponse()
561 sipRequest.setTo(to); in createRequest()
617 sipResponse.setTo(to); in createResponse()
673 sipResponse.setTo(to); in createResponse()
/external/smack/src/org/jivesoftware/smackx/workgroup/user/
DWorkgroup.java159 directedPresence.setTo(workgroupJID); in isAvailable()
596 setTo(workgroup); in JoinQueuePacket()
671 request.setTo(workgroupJID); in getChatSettings()
718 request.setTo(workgroupJID); in getOfflineSettings()
746 request.setTo(workgroupJID); in getSoundSettings()
774 request.setTo(workgroupJID); in getWorkgroupProperties()
804 request.setTo(workgroupJID); in getWorkgroupProperties()
835 workgroupForm.setTo(workgroupJID); in getWorkgroupForm()
/external/smack/src/org/jivesoftware/smackx/muc/
DMultiUserChat.java336 joinPresence.setTo(room + "/" + nickname); in create()
466 joinPresence.setTo(room + "/" + nickname); in join()
535 leavePresence.setTo(room + "/" + nickname); in leave()
559 iq.setTo(room); in getConfigurationForm()
591 iq.setTo(room); in sendConfigurationForm()
630 reg.setTo(room); in getRegistrationForm()
664 reg.setTo(room); in sendRegistrationForm()
695 iq.setTo(room); in destroy()
754 message.setTo(room); in invite()
759 invite.setTo(user); in invite()
[all …]
/external/smack/src/org/jivesoftware/smack/
DAccountManager.java228 reg.setTo(connection.getServiceName()); in createAccount()
258 reg.setTo(connection.getServiceName()); in changePassword()
292 reg.setTo(connection.getServiceName()); in deleteAccount()
319 reg.setTo(connection.getServiceName()); in getRegistrationInfo()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dxmlparser.cpp596 replacement.setTo((UChar)x_AMP); in replaceCharRefs()
598 replacement.setTo((UChar)x_LT); in replaceCharRefs()
600 replacement.setTo((UChar)x_GT); in replaceCharRefs()
602 replacement.setTo((UChar)x_APOS); in replaceCharRefs()
604 replacement.setTo((UChar)x_QUOT); in replaceCharRefs()
612 replacement.setTo(val); in replaceCharRefs()
620 replacement.setTo(val); in replaceCharRefs()
735 name.setTo(*(const UnicodeString *)fAttNames.elementAt(i)); in getAttribute()
736 value.setTo(*(const UnicodeString *)fAttValues.elementAt(i)); in getAttribute()
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp596 replacement.setTo((UChar)x_AMP); in replaceCharRefs()
598 replacement.setTo((UChar)x_LT); in replaceCharRefs()
600 replacement.setTo((UChar)x_GT); in replaceCharRefs()
602 replacement.setTo((UChar)x_APOS); in replaceCharRefs()
604 replacement.setTo((UChar)x_QUOT); in replaceCharRefs()
612 replacement.setTo(val); in replaceCharRefs()
620 replacement.setTo(val); in replaceCharRefs()
735 name.setTo(*(const UnicodeString *)fAttNames.elementAt(i)); in getAttribute()
736 value.setTo(*(const UnicodeString *)fAttValues.elementAt(i)); in getAttribute()

123456789