OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMeasureFormatWidth
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
measfmt.h
34
enum
UMeasureFormatWidth
{
69
typedef enum
UMeasureFormatWidth
UMeasureFormatWidth
;
103
const Locale &locale,
UMeasureFormatWidth
width, UErrorCode &status);
111
UMeasureFormatWidth
width,
274
UMeasureFormatWidth
width,
323
UMeasureFormatWidth
width;
331
const MeasureUnit &unit,
UMeasureFormatWidth
width, int32_t index) const;
334
const MeasureUnit &unit,
UMeasureFormatWidth
width, int32_t index,
338
const MeasureUnit &unit,
UMeasureFormatWidth
width, int32_t index
[
all
...]
/external/icu/icu4c/source/i18n/
measfmt.cpp
81
static
UMeasureFormatWidth
getRegularWidth(
UMeasureFormatWidth
width) {
108
UMeasureFormatWidth
widthFallback[WIDTH_INDEX_COUNT];
126
const NumberFormat *getCurrencyFormat(
UMeasureFormatWidth
width) const {
329
UMeasureFormatWidth
sourceWidth = widthFromKey(key);
334
UMeasureFormatWidth
targetWidth = widthFromAlias(value, errorCode);
355
static
UMeasureFormatWidth
widthFromKey(const char *key) {
369
static
UMeasureFormatWidth
widthFromAlias(const ResourceValue &value, UErrorCode &errorCode) {
391
UMeasureFormatWidth
width;
577
const Locale &locale,
UMeasureFormatWidth
w, UErrorCode &status
[
all
...]
/external/icu/icu4c/source/test/intltest/
measfmttest.cpp
85
UMeasureFormatWidth
width,
92
UMeasureFormatWidth
width,
102
UMeasureFormatWidth
width,
[
all
...]
Completed in 215 milliseconds