Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java47 public static final int SIZE_OF_CHAR = 2; field in ICUResourceWriter
410 size = SIZE_OF_INT + ((val.length() + 1) * SIZE_OF_CHAR); in setSize()
798 size = SIZE_OF_INT + (SIZE_OF_CHAR * (val.length() + 1)); in setSize()