Searched refs:setCharAt (Results 26 - 50 of 62) sorted by last modified time

123

/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp2867 src.setCharAt(0,(UChar) vIter.getCodepoint());
2868 expected.setCharAt(0,(UChar) (vIter.getCodepoint()+0x0100));
2872 expected.setCharAt(1,0x0A70);
2874 //src.setCharAt(0,(char) nvIter.codepoint);
2875 src.setCharAt(0,(UChar)nvIter.getCodepoint());
2876 expected.setCharAt(0,(UChar) (nvIter.getCodepoint()+0x0100));
H A Dustrtest.cpp682 test1.setCharAt(i, 0x78);
1056 test1.setCharAt(3, 7);
1505 if(!test3.setCharAt(0, 0x62).isBogus() || !test3.isEmpty()) {
1506 errln("bogus.setCharAt(0, 'b') worked but must not");
/external/icu/icu4c/source/common/
H A Dlocutil.cpp77 result.setCharAt(i, c);
84 result.setCharAt(i, c);
H A Dunistr.cpp1266 UnicodeString::setCharAt(int32_t offset, function in class:UnicodeString
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h2032 UnicodeString& setCharAt(int32_t offset,
/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.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dasyoutypeformatter.cc735 temp_template.setCharAt(placeholder_pos, UnicodeString(next_char)[0]);
H A Dunicodestring.cc73 void UnicodeString::setCharAt(int pos, char32 c) { function in class:i18n::phonenumbers::UnicodeString
H A Dunicodestring.h87 void setCharAt(int pos, char32 c);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp817 s.setCharAt(dest, ch);
821 s.setCharAt(dest, ch);
H A Ddtptngen.cpp790 patternFormCopy.setCharAt(patPos, fDefaultHourFormatChar);
794 patternFormCopy.setCharAt(patPos, CAP_H);
H A Drbt_pars.cpp1562 segmentStandins.setCharAt(seg-1, c);
H A Dtznames_impl.cpp1231 uKey.setCharAt(i, (UChar)0x3A);
H A Ducol.cpp2517 data->pos = data->writableBuffer.setCharAt(0, ch).insert(0, (UChar)0).getTerminatedBuffer() + 2;
H A Ducol_tok.cpp816 tempStuff.setCharAt(0, tempStuff[0]);
/external/chromium_org/third_party/icu/source/samples/translit/answers/
H A Dunaccent.cpp49 str.setCharAt(0, d);
/external/chromium_org/third_party/icu/source/samples/translit/
H A Dunaccent.cpp51 str.setCharAt(0, d);
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp450 three.setCharAt(1, 0x39);
474 four.setCharAt(1, 0x39);
482 two.setCharAt(1, 0x21);
495 one.setCharAt(1, 0x25);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1324 str.setCharAt(0, ch);
1348 str.setCharAt(0, ch);
H A Ditrbnf.cpp389 fracRules.setCharAt(i, (UChar)0x200e);
H A Dstrcase.cpp152 s.setCharAt(0, beforeLower[0]).toLower(Locale("tr"));
161 s.setCharAt(0, beforeUpper[0]).toUpper(Locale(""));
179 s.setCharAt(0, beforeMiniUpper[0]).toUpper("");
H A Dtranstst.cpp2868 src.setCharAt(0,(UChar) vIter.getCodepoint());
2869 expected.setCharAt(0,(UChar) (vIter.getCodepoint()+0x0100));
2873 expected.setCharAt(1,0x0A70);
2875 //src.setCharAt(0,(char) nvIter.codepoint);
2876 src.setCharAt(0,(UChar)nvIter.getCodepoint());
2877 expected.setCharAt(0,(UChar) (nvIter.getCodepoint()+0x0100));
H A Dustrtest.cpp682 test1.setCharAt(i, 0x78);
1056 test1.setCharAt(3, 7);
1505 if(!test3.setCharAt(0, 0x62).isBogus() || !test3.isEmpty()) {
1506 errln("bogus.setCharAt(0, 'b') worked but must not");

Completed in 1064 milliseconds

123