/external/chromium_org/third_party/icu/source/common/ |
brkiter.cpp | 227 return BreakIterator::makeInstance(loc, kind, status); 251 return BreakIterator::makeInstance(loc, kind, status); 372 // locale data populated (by makeInstance, which is what 385 return makeInstance(loc, kind, status); 392 BreakIterator::makeInstance(const Locale& loc, int32_t kind, UErrorCode& status)
|
/external/icu4c/common/ |
brkiter.cpp | 229 return BreakIterator::makeInstance(loc, kind, status); 257 return BreakIterator::makeInstance(loc, kind, status); 380 // locale data populated (by makeInstance, which is what 393 return makeInstance(loc, kind, status); 400 BreakIterator::makeInstance(const Locale& loc, int32_t kind, UErrorCode& status)
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
brkiter.h | 535 static BreakIterator* makeInstance(const Locale& loc, int32_t kind, UErrorCode& status);
|
/external/icu4c/common/unicode/ |
brkiter.h | 556 static BreakIterator* makeInstance(const Locale& loc, int32_t kind, UErrorCode& status);
|
/external/icu4c/i18n/unicode/ |
numfmt.h | [all...] |
coll.h | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
coll.cpp | 130 return Collator::makeInstance(loc, status); 160 return Collator::makeInstance(loc, status); 334 return makeInstance(desiredLocale, status); 338 Collator* Collator::makeInstance(const Locale& desiredLocale,
|
numfmt.cpp | 721 return NumberFormat::makeInstance(loc, (NumberFormat::EStyles)kind, status); 806 return NumberFormat::makeInstance(loc, (NumberFormat::EStyles)kind, status); 898 return makeInstance(loc, kind, status); 1047 NumberFormat::makeInstance(const Locale& desiredLocale, [all...] |
/external/icu4c/i18n/ |
coll.cpp | 135 return Collator::makeInstance(loc, status); 167 return Collator::makeInstance(loc, status); 355 return makeInstance(desiredLocale, status); 359 Collator* Collator::makeInstance(const Locale& desiredLocale,
|
numfmt.cpp | 802 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status); 893 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status); 987 return makeInstance(loc, kind, status); [all...] |
compactdecimalformat.cpp | 182 LocalPointer<DecimalFormat> decfmt((DecimalFormat*) NumberFormat::makeInstance(inLocale, UNUM_DECIMAL, TRUE, status));
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
coll.h | [all...] |
numfmt.h | [all...] |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |