/external/chromium_org/third_party/icu/source/i18n/ |
dcfmtsym.cpp | 99 // fastCopyFrom is safe, see docs on fSymbols 100 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); 103 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]); 104 currencySpcAfterSym[i].fastCopyFrom(rhs.currencySpcAfterSym[i]);
|
dtfmtsym.cpp | 252 // three ways that all allow to safely use UnicodeString::fastCopyFrom(): 260 // a subclass from creating these strings in an "unsafe" way (with respect to fastCopyFrom()). 266 dstArray[i].fastCopyFrom(srcArray[i]); 292 // fastCopyFrom() - see assignArray comments 293 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); 352 // fastCopyFrom() - see assignArray comments 353 fLocalPatternChars.fastCopyFrom(other.fLocalPatternChars); [all...] |
smpdtfmt.cpp | 500 // use Formattable::adoptString() so that we can use fastCopyFrom() [all...] |
timezone.cpp | 678 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen)); 893 result.fastCopyFrom(UnicodeString(TRUE, id, idLen)); [all...] |
zstrfmt.cpp | 274 // Ok to use fastCopyFrom() because we discard the copy when we return. 275 foldedKey.fastCopyFrom(key).foldCase(); [all...] |
/external/icu4c/i18n/ |
dcfmtsym.cpp | 111 // fastCopyFrom is safe, see docs on fSymbols 112 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); 115 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]); 116 currencySpcAfterSym[i].fastCopyFrom(rhs.currencySpcAfterSym[i]);
|
timezone.cpp | 677 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen)); [all...] |
dtfmtsym.cpp | 237 // three ways that all allow to safely use UnicodeString::fastCopyFrom(): 245 // a subclass from creating these strings in an "unsafe" way (with respect to fastCopyFrom()). 251 dstArray[i].fastCopyFrom(srcArray[i]); 277 // fastCopyFrom() - see assignArray comments 278 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); 346 // fastCopyFrom() - see assignArray comments 347 fLocalPatternChars.fastCopyFrom(other.fLocalPatternChars); [all...] |
region.cpp | 297 childStr->fastCopyFrom(childRegion->idStr);
|
tznames_impl.cpp | 187 // Ok to use fastCopyFrom() because we discard the copy when we return. 188 foldedKey.fastCopyFrom(key).foldCase(); [all...] |
smpdtfmt.cpp | 573 // use Formattable::adoptString() so that we can use fastCopyFrom() [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ustrtest.cpp | [all...] |
/external/icu4c/test/intltest/ |
ustrtest.cpp | [all...] |
/external/icu4c/common/ |
ucharstriebuilder.cpp | 202 prev.fastCopyFrom(current);
|
unistr.cpp | 459 UnicodeString::fastCopyFrom(const UnicodeString &src) { [all...] |
/external/icu4c/samples/ustring/ |
ustring.cpp | 459 // copying the readonly-alias object with fastCopyFrom() (new in ICU 2.4) 461 two.fastCopyFrom(one); 462 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two); 463 printf("verify that a fastCopyFrom(readonly alias) uses the same buffer pointer: %d (should be 1)\n",
|
/external/chromium_org/third_party/icu/source/common/ |
unistr.cpp | 457 UnicodeString::fastCopyFrom(const UnicodeString &src) { [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
unistr.h | [all...] |
/external/icu4c/common/unicode/ |
unistr.h | [all...] |