Searched refs:typeWidthToStyleString (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ListFormatter.java | 318 String styleName = typeWidthToStyleString(type, width); in getInstance() 690 static String typeWidthToStyleString(Type type, Width width) { in typeWidthToStyleString() method in ListFormatter
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | ListFormatter.java | 382 String styleName = typeWidthToStyleString(type, width); in getInstance() 759 static String typeWidthToStyleString(Type type, Width width) { in typeWidthToStyleString() method in ListFormatter
|
/third_party/icu/icu4c/source/i18n/ |
D | listformatter.cpp | 355 static const char* typeWidthToStyleString(UListFormatterType type, UListFormatterWidth width) { in typeWidthToStyleString() function 523 const char* style = typeWidthToStyleString(type, width); in createInstance()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | listformatter.cpp | 355 static const char* typeWidthToStyleString(UListFormatterType type, UListFormatterWidth width) { in typeWidthToStyleString() function 516 const char* style = typeWidthToStyleString(type, width); in createInstance()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | listformatter.cpp | 355 static const char* typeWidthToStyleString(UListFormatterType type, UListFormatterWidth width) { in typeWidthToStyleString() function 523 const char* style = typeWidthToStyleString(type, width); in createInstance()
|