Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/i18n/
H A Ddownload_cldr.py7 from unicode_paths import CLDR_DIR
17 if os.path.exists(CLDR_DIR):
18 shutil.rmtree(CLDR_DIR)
19 ensure_dir(CLDR_DIR)
27 subprocess.check_call(['unzip', cldr_filename, '-d', CLDR_DIR])
H A Dcldr_languages.py11 from unicode_paths import CLDR_DIR
17 CLDR_SUPPLEMENTAL_DATA = os.path.join(CLDR_DIR, 'common', 'supplemental',
H A Dunicode_paths.py11 CLDR_DIR = os.path.join(UNICODE_DATA_DIR, 'cldr') variable
H A Dtransliteration_rules.py33 from unicode_paths import CLDR_DIR
37 CLDR_TRANSFORMS_DIR = os.path.join(CLDR_DIR, 'common', 'transforms')
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/scripts/build/bin-build/
H A Dupdate-icu4c.sh3 CLDR_DIR=`pwd`
4 export CLDR_DIR
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/
H A Dcldr-tools.properties8 # <property name="CLDR_DIR" value="../../common/.."/> <!-- parent of 'common' -->
10 # <property file="${CLDR_DIR}/cldr-tools.properties" />
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/scripts/
H A DfixSVNProps.sh6 if [ "x${CLDR_DIR}" = "x" ];
12 cd ${CLDR_DIR}
/dports/textproc/fcitx5/fcitx5-5.0.11/
H A Dconfig.h.in44 #define CLDR_DIR "@CLDR_DIR@" macro
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/countries/
H A Dnames.py15 from geodata.i18n.unicode_paths import CLDR_DIR
19 CLDR_MAIN_PATH = os.path.join(CLDR_DIR, 'common', 'main')
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/
H A Dbuild-sample.properties17 #CLDR_DIR=../../common/../
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/scripts/ansible/templates/
H A Dcldr-properties.j229 CLDR_DIR=/var/lib/tomcat8/cldr/cldr-trunk
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/webapp/
H A Dcldr-setup.jsp283 "CLDR_DIR",
454 <li>There must be a valid copy of CLDR in the CLDR_DIR
455 directory (<tt class='codebox'><%=survProps.getProperty("CLDR_DIR")%></tt>).
459 survProps.getProperty(SurveyMain.CLDR_DIR));
462 final String thePath = SurveyMain.CLDR_DIR + " ="
465 …+ " to fix this situation, or go back and fix <b>CLDR_DIR</b> to point to a valid CLDR root. Then …
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/emoji/
H A Demoji.cpp176 CLDR_DIR, "/common/annotations", stringutils::concat(lang, ".xml")); in loadEmoji()
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/geonames/
H A Dcreate_geonames_tsv.py51 from geodata.i18n.unicode_paths import CLDR_DIR
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DSurveyMain.java120 public static final String CLDR_DIR = "CLDR_DIR"; field in SurveyMain