/external/icu4c/data/xml/collation/ |
root.xml | 18 <icu:UCARules icu:uca_rules="../unidata/UCARules.txt"/>
|
/external/icu4c/data/unidata/ |
changes.txt | 68 - ~/svn.icu/tools/trunk/bld/unicode/c$ genprops/genprops -d ~/svn.icu/trunk/src/source/data/in -s ~/svn.icu/trunk/src/source/data/unidata -i ~/svn.icu/trunk/dbg/data/out/build/icudt48l -u 6.0 69 - ~/svn.icu/tools/trunk/bld/unicode/c$ genprops/genprops -d ~/svn.icu/trunk/src/source/common --csource -s ~/svn.icu/trunk/src/source/data/unidata -i ~/svn.icu/trunk/dbg/data/out/build/icudt48l -u 6.0 104 - This now prepares both unidata and testdata files in respective output subfolders. 192 * update source/data/unidata/norm2/nfkc_cf.txt 195 * update source/data/unidata/norm2/uts46.txt 200 - ~/svn.icu/tools/trunk/src/unicode/py$ cp uts46.txt ~/svn.icu/trunk/src/source/data/unidata/norm2 274 - update source/data/unidata/FractionalUCA.txt with FractionalUCA_SHORT.txt 275 - update source/data/unidata/UCARules.txt with UCA_Rules_SHORT.txt 333 7238 UTrie2 in core unidata 348 python source\tools\genprops\misc\ucdcopy.py "C:\Documents and Settings\mscherer\My Documents\unicode\ucd\5.2.0" C:\svn\icuproj\icu\trunk\source\data\unidata [all...] |
/external/srec/srec/include/ |
hmm_type.h | 37 typedef unsigned char unidata; /* for unimodal model storage */ typedef 38 typedef unidata moddata; /* for segmental model storage */
|
/external/harfbuzz/contrib/tables/ |
README | 9 http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakProperty.txt
|
grapheme-break-parse.py | 4 # http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakProperty.txt
|
mirroring-parse.py | 3 # http://www.unicode.org/Public/UNIDATA/auxiliary/BidiMirroring.txt
|
/external/icu4c/test/testdata/ |
testdata.mak | 114 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscis -u 3.2.0 -k -n "$(ICUTOOLS)\..\data\unidata" nfs4_cis_prep.txt 119 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfsmxs -u 3.2.0 -k -n "$(ICUTOOLS)\..\data\unidata" nfs4_mixed_prep_s.txt 124 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfsmxp -u 3.2.0 -k -n "$(ICUTOOLS)\..\data\unidata" nfs4_mixed_prep_p.txt
|
Makefile.in | 83 UNICODEDATADIR=$(SRCDATADIR)/unidata
|
/external/icu4c/test/intltest/ |
normconf.h | 31 * http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt
|
normconf.cpp | 79 strcat(unidataPath, "unidata" U_FILE_SEP_STRING); 87 // find icu/source/data/unidata relative to the test data 94 U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING); 128 // find icu/source/data/unidata relative to U_TOPSRCDIR 130 strcpy(unidataPath, U_TOPSRCDIR U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING); 151 * http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt
|
bidiconf.cpp | 87 strcat(path, "unidata" U_FILE_SEP_STRING "UnicodeData.txt"); 106 strcat(path, "unidata" U_FILE_SEP_STRING "UnicodeData.txt");
|
ucdtest.cpp | 205 strcat(newPath, "unidata" U_FILE_SEP_STRING "DerivedCoreProperties.txt"); 216 strcat(backupPath, "unidata" U_FILE_SEP_STRING "DerivedCoreProperties.txt");
|
tstnorm.cpp | 297 // ### TODO read composition exclusion from source/data/unidata file [all...] |
/external/icu4c/test/cintltst/ |
spooftest.c | 146 strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "confusables.txt"); 155 strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "confusablesWholeScript.txt");
|
citertst.c | [all...] |
cucdtst.c | 84 strcat(path, ".." U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING); 92 strcat(backupPath, "unidata" U_FILE_SEP_STRING); [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
WidthIterator.cpp | 41 // According to http://www.unicode.org/Public/UNIDATA/UCD.html#Canonical_Combining_Class_Values
|
/libcore/luni/src/main/java/java/awt/font/ |
NumericShaper.java | 30 * see <a href="http://www.unicode.org/Public/UNIDATA/">unicode.org</a>. 203 * http://www.unicode.org/Public/UNIDATA/ 236 * http://www.unicode.org/Public/UNIDATA/ 291 * http://www.unicode.org/Public/UNIDATA/ [all...] |
/external/icu4c/tools/gensprep/ |
gensprep.c | 120 "\t e.g: /test/icu/source/data/unidata\n");
|
/libcore/luni/src/main/java/java/lang/ |
String.java | [all...] |
/external/libxslt/libxslt/ |
numbers.c | 141 * Reference: ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt [all...] |
/external/icu4c/data/ |
Makefile.in | 74 UNICODEDATADIR=$(SRCDATADIR)/unidata [all...] |
makedata.mak | 94 ICUUNIDATA=$(ICUP)\source\data\unidata [all...] |
/packages/inputmethods/LatinIME/native/jni/src/ |
char_utils.cpp | 28 // Generated from http://unicode.org/Public/UNIDATA/UnicodeData.txt [all...] |
/external/icu4c/common/unicode/ |
uchar.h | 583 * See http://www.unicode.org/Public/UNIDATA/UnicodeData.html . [all...] |