Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DFetcher.java288 sb.append(FileConfig.SEP); in getMonthNames()
305 sb.append(FileConfig.SEP); in getWeekDayNames()
332 sb.append(FileConfig.SEP); in getPatterns()
413 sb.append(FileConfig.SEP); in getAmPmMarkers()
447 sb.append(FileConfig.SEP); in getNumberFormat()
449 sb.append(FileConfig.SEP); in getNumberFormat()
451 sb.append(FileConfig.SEP); in getNumberFormat()
453 sb.append(FileConfig.SEP); in getNumberFormat()
542 sb.append(FileConfig.NUMBER_SEP); in getWeekdata()
544 sb.append(FileConfig.NUMBER_SEP); in getWeekdata()
[all …]
H A DLocaleList.java55 item.setOffset(startOffset + i * FileConfig.LOCALE_MASK_ITEM_SIZE); in LocaleList()
71 … dataOutputStream.writeChar(startOffset + (this.size * FileConfig.LOCALE_MASK_ITEM_SIZE) + in write()
72 (acc * FileConfig.CONFIG_SIZE)); in write()
H A DFileConfig.java23 public class FileConfig { class
H A DUtils.java184 out.writeByte(FileConfig.FILE_VERSION); in writeHeader()
188 out.writeChar(FileConfig.HEADER_SIZE + 8 * localesCount); in writeHeader()
190 out.writeChar(FileConfig.HEADER_SIZE + 8 * localesCount + metaCount * 6); in writeHeader()
H A DMeasureFormatPatternFetcher.java105 sb.append(FileConfig.SEP); in getPatterns()
H A DPluralFetcher.java134 sb.append(FileConfig.SEP); in getPluralItems()