HomeSort by relevance Sort by last modified time
    Searched refs:makeInstance (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/icu/source/common/
brkiter.cpp 228 return BreakIterator::makeInstance(loc, kind, status);
256 return BreakIterator::makeInstance(loc, kind, status);
374 // locale data populated (by makeInstance, which is what
387 return makeInstance(loc, kind, status);
394 BreakIterator::makeInstance(const Locale& loc, int32_t kind, UErrorCode& status)
  /external/icu/icu4c/source/common/
brkiter.cpp 228 return BreakIterator::makeInstance(loc, kind, status);
256 return BreakIterator::makeInstance(loc, kind, status);
374 // locale data populated (by makeInstance, which is what
387 return makeInstance(loc, kind, status);
394 BreakIterator::makeInstance(const Locale& loc, int32_t kind, UErrorCode& status)
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h     [all...]
coll.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
numfmt.h     [all...]
coll.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
brkiter.h 608 static BreakIterator* makeInstance(const Locale& loc, int32_t kind, UErrorCode& status);
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 139 return Collator::makeInstance(loc, status);
171 return Collator::makeInstance(loc, status);
333 return makeInstance(desiredLocale, status);
337 Collator* Collator::makeInstance(const Locale& desiredLocale,
numfmt.cpp 838 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
929 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
1010 return makeInstance(loc, kind, status);
    [all...]
compactdecimalformat.cpp 182 LocalPointer<DecimalFormat> decfmt((DecimalFormat*) NumberFormat::makeInstance(inLocale, UNUM_DECIMAL, TRUE, status));
  /external/icu/icu4c/source/common/unicode/
brkiter.h 614 static BreakIterator* makeInstance(const Locale& loc, int32_t kind, UErrorCode& status);
  /external/icu/icu4c/source/i18n/
numfmt.cpp 865 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
956 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
1037 return makeInstance(loc, kind, status);
    [all...]
coll.cpp 145 return Collator::makeInstance(loc, status);
177 return Collator::makeInstance(loc, status);
445 coll = makeInstance(desiredLocale, status);
456 Collator* Collator::makeInstance(const Locale& desiredLocale,
compactdecimalformat.cpp 182 LocalPointer<DecimalFormat> decfmt((DecimalFormat*) NumberFormat::makeInstance(inLocale, UNUM_DECIMAL, TRUE, status));
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 752 milliseconds