Home
last modified time | relevance | path

Searched refs:widthFromKey (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp329 UMeasureFormatWidth sourceWidth = widthFromKey(key); in put()
349 if (U_SUCCESS(errorCode) && (width = widthFromKey(key)) != UMEASFMT_WIDTH_COUNT) { in getOrCreateTableSink()
355 static UMeasureFormatWidth widthFromKey(const char *key) { in widthFromKey() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java857 FormatWidth sourceWidth = widthFromKey(key); in put()
877 if ((width = widthFromKey(key)) != null) { in getOrCreateTableSink()
883 static FormatWidth widthFromKey(UResource.Key key) { in widthFromKey() method in MeasureFormat.UnitDataSink
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMeasureFormat.java830 FormatWidth sourceWidth = widthFromKey(key); in put()
850 if ((width = widthFromKey(key)) != null) { in getOrCreateTableSink()
856 static FormatWidth widthFromKey(UResource.Key key) { in widthFromKey() method in MeasureFormat.UnitDataSink