Commit 3cfe6f64cc6ceda11230e6ee7a35cadce68b6aa4
- Diff rendering mode:
- inline
- side by side
stubdata/Android.mk
(51 / 0)
|   | |||
| 39 | 39 | # Build configuration: | |
| 40 | 40 | # | |
| 41 | 41 | # Japanese wins if required. | |
| 42 | # "Large" includes most other languages. | ||
| 42 | 43 | # US-Euro is needed for IT or PL builds | |
| 43 | 44 | # Default is suitable for CS, DE, EN, ES, FR, NL | |
| 44 | 45 | # US has only EN and ES | |
| 45 | 46 | ||
| 46 | 47 | ||
| 47 | 48 | config := $(word 1, \ | |
| 49 | $(if $(findstring ar,$(PRODUCT_LOCALES)),large) \ | ||
| 50 | $(if $(findstring da,$(PRODUCT_LOCALES)),large) \ | ||
| 51 | $(if $(findstring el,$(PRODUCT_LOCALES)),large) \ | ||
| 52 | $(if $(findstring fi,$(PRODUCT_LOCALES)),large) \ | ||
| 53 | $(if $(findstring he,$(PRODUCT_LOCALES)),large) \ | ||
| 54 | $(if $(findstring hr,$(PRODUCT_LOCALES)),large) \ | ||
| 55 | $(if $(findstring hu,$(PRODUCT_LOCALES)),large) \ | ||
| 56 | $(if $(findstring id,$(PRODUCT_LOCALES)),large) \ | ||
| 57 | $(if $(findstring ko,$(PRODUCT_LOCALES)),large) \ | ||
| 58 | $(if $(findstring nb,$(PRODUCT_LOCALES)),large) \ | ||
| 59 | $(if $(findstring pt,$(PRODUCT_LOCALES)),large) \ | ||
| 60 | $(if $(findstring ro,$(PRODUCT_LOCALES)),large) \ | ||
| 61 | $(if $(findstring ru,$(PRODUCT_LOCALES)),large) \ | ||
| 62 | $(if $(findstring sk,$(PRODUCT_LOCALES)),large) \ | ||
| 63 | $(if $(findstring sr,$(PRODUCT_LOCALES)),large) \ | ||
| 64 | $(if $(findstring sv,$(PRODUCT_LOCALES)),large) \ | ||
| 65 | $(if $(findstring th,$(PRODUCT_LOCALES)),large) \ | ||
| 66 | $(if $(findstring tr,$(PRODUCT_LOCALES)),large) \ | ||
| 67 | $(if $(findstring uk,$(PRODUCT_LOCALES)),large) \ | ||
| 68 | $(if $(findstring zh,$(PRODUCT_LOCALES)),large) \ | ||
| 48 | 69 | $(if $(findstring ja,$(PRODUCT_LOCALES)),us-japan) \ | |
| 49 | 70 | $(if $(findstring it,$(PRODUCT_LOCALES)),us-euro) \ | |
| 50 | 71 | $(if $(findstring pl,$(PRODUCT_LOCALES)),us-euro) \ | |
| … | … | ||
| 97 | 97 | icu_data_file := $(LOCAL_PATH)/icudt38l-us-japan.dat | |
| 98 | 98 | ||
| 99 | 99 | asm_file := $(intermediates)/icu_data_jp.S | |
| 100 | LOCAL_GENERATED_SOURCES += $(asm_file) | ||
| 101 | $(asm_file): PRIVATE_VAR_NAME := $(icu_var_name) | ||
| 102 | $(asm_file): $(icu_data_file) $(ICUDATA) | ||
| 103 | @echo icudata: $@ | ||
| 104 | $(hide) mkdir -p $(dir $@) | ||
| 105 | $(hide) $(ICUDATA) $(PRIVATE_VAR_NAME) < $< > $@ | ||
| 106 | |||
| 107 | LOCAL_CFLAGS += -D_REENTRANT -DPIC -fPIC | ||
| 108 | LOCAL_CFLAGS += -O3 -nodefaultlibs -nostdlib | ||
| 109 | |||
| 110 | include $(BUILD_SHARED_LIBRARY) | ||
| 111 | |||
| 112 | ###### Large | ||
| 113 | |||
| 114 | include $(CLEAR_VARS) | ||
| 115 | LOCAL_MODULE := libicudata-large | ||
| 116 | LOCAL_MODULE_CLASS := SHARED_LIBRARIES | ||
| 117 | LOCAL_PRELINK_MODULE := false | ||
| 118 | |||
| 119 | ifeq ($(config),large) | ||
| 120 | LOCAL_MODULE_STEM := libicudata | ||
| 121 | LOCAL_MODULE_TAGS := user | ||
| 122 | else | ||
| 123 | LOCAL_MODULE_TAGS := optional | ||
| 124 | endif | ||
| 125 | |||
| 126 | intermediates := $(call local-intermediates-dir) | ||
| 127 | icu_data_file := $(LOCAL_PATH)/icudt38l-large.dat | ||
| 128 | |||
| 129 | asm_file := $(intermediates)/icu_data_large.S | ||
| 100 | 130 | LOCAL_GENERATED_SOURCES += $(asm_file) | |
| 101 | 131 | $(asm_file): PRIVATE_VAR_NAME := $(icu_var_name) | |
| 102 | 132 | $(asm_file): $(icu_data_file) $(ICUDATA) |
stubdata/cfg-large/icudt38l.txt
(196 / 0)
|   | |||
| 1 | brkitr/char.brk | ||
| 2 | brkitr/en.res | ||
| 3 | brkitr/en_US.res | ||
| 4 | brkitr/en_US_POSIX.res | ||
| 5 | brkitr/line.brk | ||
| 6 | brkitr/res_index.res | ||
| 7 | brkitr/root.res | ||
| 8 | brkitr/sent.brk | ||
| 9 | brkitr/title.brk | ||
| 10 | brkitr/word.brk | ||
| 11 | brkitr/word_POSIX.brk | ||
| 12 | |||
| 13 | coll/cs.res | ||
| 14 | coll/cs_CZ.res | ||
| 15 | coll/de.res | ||
| 16 | coll/de_.res | ||
| 17 | coll/de_AT.res | ||
| 18 | coll/de_BE.res | ||
| 19 | coll/de_CH.res | ||
| 20 | coll/de_DE.res | ||
| 21 | coll/de_LU.res | ||
| 22 | coll/de__PHONEBOOK.res | ||
| 23 | coll/en.res | ||
| 24 | coll/en_AU.res | ||
| 25 | coll/en_BE.res | ||
| 26 | coll/en_BW.res | ||
| 27 | coll/en_CA.res | ||
| 28 | coll/en_GB.res | ||
| 29 | coll/en_HK.res | ||
| 30 | coll/en_IE.res | ||
| 31 | coll/en_IN.res | ||
| 32 | coll/en_MT.res | ||
| 33 | coll/en_NZ.res | ||
| 34 | coll/en_PH.res | ||
| 35 | coll/en_SG.res | ||
| 36 | coll/en_US.res | ||
| 37 | coll/en_US_POSIX.res | ||
| 38 | coll/en_VI.res | ||
| 39 | coll/en_ZA.res | ||
| 40 | coll/en_ZW.res | ||
| 41 | coll/es.res | ||
| 42 | coll/es_US.res | ||
| 43 | coll/fr.res | ||
| 44 | coll/fr_FR.res | ||
| 45 | coll/it.res | ||
| 46 | coll/it_CH.res | ||
| 47 | coll/it_IT.res | ||
| 48 | coll/nl.res | ||
| 49 | coll/nl_BE.res | ||
| 50 | coll/nl_NL.res | ||
| 51 | coll/pl.res | ||
| 52 | coll/pl_PL.res | ||
| 53 | coll/res_index.res | ||
| 54 | coll/root.res | ||
| 55 | |||
| 56 | rbnf/de.res | ||
| 57 | rbnf/en.res | ||
| 58 | rbnf/en_GB.res | ||
| 59 | rbnf/es.res | ||
| 60 | rbnf/fr.res | ||
| 61 | rbnf/it.res | ||
| 62 | rbnf/nl.res | ||
| 63 | rbnf/pl.res | ||
| 64 | rbnf/res_index.res | ||
| 65 | rbnf/root.res | ||
| 66 | |||
| 67 | ar.res | ||
| 68 | cs.res | ||
| 69 | cs_CZ.res | ||
| 70 | da.res | ||
| 71 | da_DK.res | ||
| 72 | de.res | ||
| 73 | de_AT.res | ||
| 74 | de_BE.res | ||
| 75 | de_CH.res | ||
| 76 | de_DE.res | ||
| 77 | de_LI.res | ||
| 78 | de_LU.res | ||
| 79 | el.res | ||
| 80 | el_GR.res | ||
| 81 | en.res | ||
| 82 | en_AU.res | ||
| 83 | en_BE.res | ||
| 84 | en_BW.res | ||
| 85 | en_BZ.res | ||
| 86 | en_CA.res | ||
| 87 | en_GB.res | ||
| 88 | en_HK.res | ||
| 89 | en_IE.res | ||
| 90 | en_IN.res | ||
| 91 | en_JM.res | ||
| 92 | en_MH.res | ||
| 93 | en_MT.res | ||
| 94 | en_NA.res | ||
| 95 | en_NZ.res | ||
| 96 | en_PH.res | ||
| 97 | en_PK.res | ||
| 98 | en_SG.res | ||
| 99 | en_TT.res | ||
| 100 | en_US.res | ||
| 101 | en_US_POSIX.res | ||
| 102 | en_VI.res | ||
| 103 | en_ZA.res | ||
| 104 | en_ZW.res | ||
| 105 | es.res | ||
| 106 | es_ES.res | ||
| 107 | es_US.res | ||
| 108 | fi.res | ||
| 109 | fr.res | ||
| 110 | fr_BE.res | ||
| 111 | fr_CA.res | ||
| 112 | fr_CH.res | ||
| 113 | fr_FR.res | ||
| 114 | fr_LU.res | ||
| 115 | fr_MC.res | ||
| 116 | he.res | ||
| 117 | hr.res | ||
| 118 | hu.res | ||
| 119 | id.res | ||
| 120 | it.res | ||
| 121 | it_CH.res | ||
| 122 | it_IT.res | ||
| 123 | ko.res | ||
| 124 | ko_KR.res | ||
| 125 | nb.res | ||
| 126 | nb_NO.res | ||
| 127 | nl.res | ||
| 128 | nl_BE.res | ||
| 129 | nl_NL.res | ||
| 130 | pl.res | ||
| 131 | pl_PL.res | ||
| 132 | pt.res | ||
| 133 | pt_BR.res | ||
| 134 | pt_PT.res | ||
| 135 | ro.res | ||
| 136 | ru.res | ||
| 137 | ru_RU.res | ||
| 138 | sk.res | ||
| 139 | sr.res | ||
| 140 | sv.res | ||
| 141 | sv_SE.res | ||
| 142 | th.res | ||
| 143 | tr.res | ||
| 144 | tr_TR.res | ||
| 145 | uk.res | ||
| 146 | zh.res | ||
| 147 | zh_CN.res | ||
| 148 | zh_Hans.res | ||
| 149 | zh_Hans_CN.res | ||
| 150 | zh_Hant.res | ||
| 151 | zh_Hant_TW.res | ||
| 152 | zh_TW.res | ||
| 153 | |||
| 154 | gsm-03.38-2000.cnv | ||
| 155 | ibm-1089_P100-1995.cnv | ||
| 156 | ibm-1383_P110-1999.cnv | ||
| 157 | ibm-5012_P100-1999.cnv | ||
| 158 | ibm-5346_P100-1998.cnv | ||
| 159 | ibm-5347_P100-1998.cnv | ||
| 160 | ibm-5348_P100-1997.cnv | ||
| 161 | ibm-5349_P100-1998.cnv | ||
| 162 | ibm-5350_P100-1998.cnv | ||
| 163 | ibm-5354_P100-1998.cnv | ||
| 164 | ibm-864_X110-1999.cnv | ||
| 165 | ibm-878_P100-1996.cnv | ||
| 166 | ibm-9005_X110-2007.cnv | ||
| 167 | ibm-912_P100-1995.cnv | ||
| 168 | ibm-913_P100-2000.cnv | ||
| 169 | ibm-914_P100-1995.cnv | ||
| 170 | ibm-915_P100-1995.cnv | ||
| 171 | ibm-920_P100-1995.cnv | ||
| 172 | ibm-921_P100-1995.cnv | ||
| 173 | ibm-923_P100-1998.cnv | ||
| 174 | ibm-943_P15A-2003.cnv | ||
| 175 | ibm-9447_P100-2002.cnv | ||
| 176 | ibm-9448_X100-2005.cnv | ||
| 177 | ibm-9449_P100-2002.cnv | ||
| 178 | ibm-954_P101-2007.cnv | ||
| 179 | iso-8859_10-1998.cnv | ||
| 180 | iso-8859_11-2001.cnv | ||
| 181 | iso-8859_14-1998.cnv | ||
| 182 | iso-8859_16-2001.cnv | ||
| 183 | macos-0_2-10.2.cnv | ||
| 184 | windows-874-2000.cnv | ||
| 185 | windows-936-2000.cnv | ||
| 186 | windows-949-2000.cnv | ||
| 187 | windows-950-2000.cnv | ||
| 188 | |||
| 189 | cnvalias.icu | ||
| 190 | invuca.icu | ||
| 191 | pnames.icu | ||
| 192 | res_index.res | ||
| 193 | root.res | ||
| 194 | supplementalData.res | ||
| 195 | ucadata.icu | ||
| 196 | zoneinfo.res |
|   | |||
| 1 | // Warning this file is automatically generated | ||
| 2 | res_index:table(nofallback) { | ||
| 3 | InstalledLocales { | ||
| 4 | en {""} | ||
| 5 | en_US {""} | ||
| 6 | en_US_POSIX {""} | ||
| 7 | } | ||
| 8 | } |
|   | |||
| 1 | // Warning this file is automatically generated | ||
| 2 | res_index:table(nofallback) { | ||
| 3 | InstalledLocales { | ||
| 4 | cs {""} | ||
| 5 | cs_CZ {""} | ||
| 6 | |||
| 7 | de {""} | ||
| 8 | de__PHONEBOOK {""} | ||
| 9 | de_AT {""} | ||
| 10 | de_BE {""} | ||
| 11 | de_CH {""} | ||
| 12 | de_DE {""} | ||
| 13 | de_LU {""} | ||
| 14 | |||
| 15 | en {""} | ||
| 16 | en_AU {""} | ||
| 17 | en_BE {""} | ||
| 18 | en_BW {""} | ||
| 19 | en_CA {""} | ||
| 20 | en_GB {""} | ||
| 21 | en_HK {""} | ||
| 22 | en_IE {""} | ||
| 23 | en_IN {""} | ||
| 24 | en_MT {""} | ||
| 25 | en_NZ {""} | ||
| 26 | en_PH {""} | ||
| 27 | en_SG {""} | ||
| 28 | en_US {""} | ||
| 29 | en_US_POSIX {""} | ||
| 30 | en_VI {""} | ||
| 31 | en_ZA {""} | ||
| 32 | en_ZW {""} | ||
| 33 | |||
| 34 | es {""} | ||
| 35 | es_ES {""} | ||
| 36 | es_US {""} | ||
| 37 | |||
| 38 | fr {""} | ||
| 39 | fr_BE {""} | ||
| 40 | fr_CA {""} | ||
| 41 | fr_CH {""} | ||
| 42 | fr_FR {""} | ||
| 43 | fr_LU {""} | ||
| 44 | |||
| 45 | it {""} | ||
| 46 | it_CH {""} | ||
| 47 | it_IT {""} | ||
| 48 | |||
| 49 | nl {""} | ||
| 50 | nl_BE {""} | ||
| 51 | nl_NL {""} | ||
| 52 | |||
| 53 | pl {""} | ||
| 54 | pl_PL {""} | ||
| 55 | } | ||
| 56 | } |
|   | |||
| 1 | // Warning this file is automatically generated | ||
| 2 | res_index:table(nofallback) { | ||
| 3 | InstalledLocales { | ||
| 4 | de {""} | ||
| 5 | |||
| 6 | en {""} | ||
| 7 | en_GB {""} | ||
| 8 | |||
| 9 | es {""} | ||
| 10 | |||
| 11 | fr {""} | ||
| 12 | fr_BE {""} | ||
| 13 | fr_CH {""} | ||
| 14 | |||
| 15 | it {""} | ||
| 16 | |||
| 17 | nl {""} | ||
| 18 | |||
| 19 | pl {""} | ||
| 20 | } | ||
| 21 | } |
|   | |||
| 1 | // Warning this file is automatically generated | ||
| 2 | res_index:table(nofallback) { | ||
| 3 | CLDRVersion { "1.5" } | ||
| 4 | InstalledLocales { | ||
| 5 | ar {""} | ||
| 6 | cs {""} | ||
| 7 | cs_CZ {""} | ||
| 8 | |||
| 9 | da {""} | ||
| 10 | da_DK {""} | ||
| 11 | de {""} | ||
| 12 | de_AT {""} | ||
| 13 | de_BE {""} | ||
| 14 | de_CH {""} | ||
| 15 | de_DE {""} | ||
| 16 | de_LI {""} | ||
| 17 | de_LU {""} | ||
| 18 | |||
| 19 | el {""} | ||
| 20 | el_GR {""} | ||
| 21 | en {""} | ||
| 22 | en_AU {""} | ||
| 23 | en_BE {""} | ||
| 24 | en_BW {""} | ||
| 25 | en_BZ {""} | ||
| 26 | en_CA {""} | ||
| 27 | en_GB {""} | ||
| 28 | en_HK {""} | ||
| 29 | en_IE {""} | ||
| 30 | en_IN {""} | ||
| 31 | en_JM {""} | ||
| 32 | en_MH {""} | ||
| 33 | en_MT {""} | ||
| 34 | en_NA {""} | ||
| 35 | en_NZ {""} | ||
| 36 | en_PH {""} | ||
| 37 | en_PK {""} | ||
| 38 | en_SG {""} | ||
| 39 | en_TT {""} | ||
| 40 | en_US {""} | ||
| 41 | en_US_POSIX {""} | ||
| 42 | en_VI {""} | ||
| 43 | en_ZA {""} | ||
| 44 | en_ZW {""} | ||
| 45 | |||
| 46 | es {""} | ||
| 47 | es_ES {""} | ||
| 48 | es_US {""} | ||
| 49 | |||
| 50 | fi {""} | ||
| 51 | fr {""} | ||
| 52 | fr_BE {""} | ||
| 53 | fr_CA {""} | ||
| 54 | fr_CH {""} | ||
| 55 | fr_FR {""} | ||
| 56 | fr_LU {""} | ||
| 57 | |||
| 58 | fr_MC {""} | ||
| 59 | he {""} | ||
| 60 | hr {""} | ||
| 61 | hu {""} | ||
| 62 | id {""} | ||
| 63 | it {""} | ||
| 64 | it_CH {""} | ||
| 65 | it_IT {""} | ||
| 66 | |||
| 67 | ko {""} | ||
| 68 | ko_KR {""} | ||
| 69 | nb {""} | ||
| 70 | nb_NO {""} | ||
| 71 | nl {""} | ||
| 72 | nl_BE {""} | ||
| 73 | nl_NL {""} | ||
| 74 | |||
| 75 | pl {""} | ||
| 76 | pl_PL {""} | ||
| 77 | pt {""} | ||
| 78 | pt_BR {""} | ||
| 79 | pt_PT {""} | ||
| 80 | ro {""} | ||
| 81 | ru {""} | ||
| 82 | ru_RU {""} | ||
| 83 | sk {""} | ||
| 84 | sr {""} | ||
| 85 | sv {""} | ||
| 86 | sv_SE {""} | ||
| 87 | th {""} | ||
| 88 | tr {""} | ||
| 89 | tr_TR {""} | ||
| 90 | uk {""} | ||
| 91 | zh {""} | ||
| 92 | zh_CN {""} | ||
| 93 | zh_TW {""} | ||
| 94 | } | ||
| 95 | } |
stubdata/icudt38l-large.dat
(14403 / 0)
Binary files differ

