Searched refs:setCharAt (Results 26 - 50 of 62) sorted by relevance

123

/external/apache-http/src/org/apache/commons/codec/language/
H A DMetaphone.java119 local.setCharAt(0, 'W'); // WH -> W
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DNode.java281 types.setCharAt(i, types.charAt(i + 1));
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DBitArrayTest.java187 builder.setCharAt(builder.length() - 1, '}');
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DUtils.java440 buffer.setCharAt(i, ' ');
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp102 void String::setCharAt( unsigned int loc, const char aChar ) function in class:String
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java464 sbuf.setCharAt(i, '$');
/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);
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp817 s.setCharAt(dest, ch);
821 s.setCharAt(dest, ch);
H A Ddtptngen.cpp791 patternFormCopy.setCharAt(patPos, fDefaultHourFormatChar);
795 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);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dasyoutypeformatter.cc735 temp_template.setCharAt(placeholder_pos, UnicodeString(next_char)[0]);
/external/chromium_org/third_party/icu/source/test/intltest/
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");
H A Dapicoll.cpp1324 str.setCharAt(0, ch);
1348 str.setCharAt(0, ch);
H A Ditrbnf.cpp389 fracRules.setCharAt(i, (UChar)0x200e);
/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");
H A Dapicoll.cpp1309 str.setCharAt(0, ch);
1333 str.setCharAt(0, ch);
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp1266 UnicodeString::setCharAt(int32_t offset, function in class:UnicodeString
/external/icu/icu4c/source/common/
H A Dunistr.cpp1266 UnicodeString::setCharAt(int32_t offset, function in class:UnicodeString
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h2032 UnicodeString& setCharAt(int32_t offset,

Completed in 1874 milliseconds

123