HomeSort by relevance Sort by last modified time
    Searched full:unicodedata (Results 1 - 25 of 41) sorted by null

1 2

  /external/webkit/WebKitTools/CygwinDownloader/
cygwin-downloader.zip 
  /external/icu4c/data/unidata/
NormalizationCorrections.txt 13 # of the UnicodeData.txt data file. However, under certain
37 # entered into UnicodeData.txt, in n.n.n format.
SpecialCasing.txt 11 # This file is a supplement to the UnicodeData file.
13 # (For compatibility, the UnicodeData.txt file only contains case mappings for
18 # in UnicodeData.txt map to themselves.
115 # The following cases are already in the UnicodeData file, so are only commented here.
206 # Note: the following cases for non-final are already in the UnicodeData file.
269 # Note: the following case is already in the UnicodeData file.
changes.txt 57 copy 5.1.0\ucd\UnicodeData.txt ..\unidata\
226 copy 5.0.0\ucd\UnicodeData.txt ..\unidata\
393 - fix UnicodeData.txt general categories of Ethiopic digits Nd->No
426 and that only those are added in addition to what UnicodeData.txt lists
  /external/icu4c/tools/gennorm/
gennorm.c 112 "Read the UnicodeData.txt file and other Unicode properties files and\n"
141 "\t 'gennorm new' will read UnicodeData-new.txt etc.\n",
276 /* process UnicodeData.txt */
278 uprv_strcpy(basename, "UnicodeData.txt");
280 uprv_strcpy(basename, "UnicodeData");
420 /* parser for UnicodeData.txt ----------------------------------------------- */
493 fprintf(stderr, "gennorm error parsing UnicodeData.txt decomposition of U+%04lx - %s\n",
506 fprintf(stderr, "gennorm: error - length of NFD(U+%04lx) = %ld >2 in UnicodeData - illegal\n",
  /external/icu4c/tools/toolutil/
uparse.h 18 * like UnicodeData.txt are semicolon-delimited.
45 * Parser for files that are similar to UnicodeData.txt:
uparse.c 18 * like UnicodeData.txt are semicolon-delimited.
  /external/icu4c/tools/genprops/
genprops.c 108 "read the UnicodeData.txt file and other Unicode properties files and\n"
126 "\t 'genprops new' will read UnicodeData-new.txt etc.\n",
162 /* process UnicodeData.txt */
163 writeUCDFilename(basename, "UnicodeData", suffix);
245 /* parser for UnicodeData.txt ----------------------------------------------- */
496 fprintf(stderr, "genprops: error - UnicodeData entries out of order, U+%04lx after U+%04lx\n",
516 * UnicodeData.txt before 3.0.1 did not contain the PUAs on
props2.c 596 * from UnicodeData.txt already.
644 * Assume that either the data is the same as in UnicodeData.txt,
647 * Han characters; for those, UnicodeData.txt lists only ranges without
663 /* this code point was already listed with its numeric value in UnicodeData.txt */
  /external/icu4c/tools/gencase/
gencase.c 242 "read the UnicodeData.txt file and other Unicode properties files and\n"
260 "\t 'gencase new' will read UnicodeData-new.txt etc.\n",
316 /* process UnicodeData.txt */
317 writeUCDFilename(basename, "UnicodeData", suffix);
560 /* ignore all case folding mappings that are the same as the UnicodeData.txt lowercase mappings */
646 /* parser for UnicodeData.txt ----------------------------------------------- */
775 fprintf(stderr, "gencase: error - UnicodeData entries out of order, U+%04lx after U+%04lx\n",
801 fprintf(stderr, "gencase: error - some code points in SpecialCasing.txt are missing from UnicodeData.txt\n");
806 fprintf(stderr, "gencase: error - some code points in CaseFolding.txt are missing from UnicodeData.txt\n");
  /external/icu4c/tools/genbidi/
genbidi.c 347 "read the UnicodeData.txt file and other Unicode properties files and\n"
365 "\t 'genbidi new' will read UnicodeData-new.txt etc.\n",
414 /* process UnicodeData.txt */
415 writeUCDFilename(basename, "UnicodeData", suffix);
505 /* parser for UnicodeData.txt ----------------------------------------------- */
  /external/icu4c/data/
Makefile 400 $(BUILDDIR)/uprops.icu: $(UNICODEDATADIR)/UnicodeData.txt $(UNICODEDATADIR)/BidiMirroring.txt $(TOOLBINDIR)/genprops$(TOOLEXEEXT) $(BUILDDIR)/$(ICUDT)pnames.icu
405 $(BUILDDIR)/ubidi.icu: $(UNICODEDATADIR)/UnicodeData.txt $(TOOLBINDIR)/genbidi$(TOOLEXEEXT)
410 $(BUILDDIR)/ucase.icu: $(UNICODEDATADIR)/UnicodeData.txt $(TOOLBINDIR)/gencase$(TOOLEXEEXT)
419 $(BUILDDIR)/unorm.icu: $(UNICODEDATADIR)/UnicodeData.txt $(UNICODEDATADIR)/DerivedNormalizationProps.txt $(UNICODEDATADIR)/BidiMirroring.txt $(TOOLBINDIR)/gennorm$(TOOLEXEEXT) $(BUILDDIR)/$(ICUDT)pnames.icu $(BUILDDIR)/$(ICUDT)uprops.icu $(BUILDDIR)/$(ICUDT)ucase.icu
430 $(BUILDDIR)/unames.icu: $(UNICODEDATADIR)/UnicodeData.txt $(TOOLBINDIR)/gennames$(TOOLEXEEXT)
431 $(INVOKE) $(TOOLBINDIR)/gennames -1 -d $(BUILDDIR) $(UNICODEDATADIR)/UnicodeData.txt -u $(UNICODE_VERSION)
Makefile.in 400 $(BUILDDIR)/uprops.icu: $(UNICODEDATADIR)/UnicodeData.txt $(UNICODEDATADIR)/BidiMirroring.txt $(TOOLBINDIR)/genprops$(TOOLEXEEXT) $(BUILDDIR)/$(ICUDT)pnames.icu
405 $(BUILDDIR)/ubidi.icu: $(UNICODEDATADIR)/UnicodeData.txt $(TOOLBINDIR)/genbidi$(TOOLEXEEXT)
410 $(BUILDDIR)/ucase.icu: $(UNICODEDATADIR)/UnicodeData.txt $(TOOLBINDIR)/gencase$(TOOLEXEEXT)
419 $(BUILDDIR)/unorm.icu: $(UNICODEDATADIR)/UnicodeData.txt $(UNICODEDATADIR)/DerivedNormalizationProps.txt $(UNICODEDATADIR)/BidiMirroring.txt $(TOOLBINDIR)/gennorm$(TOOLEXEEXT) $(BUILDDIR)/$(ICUDT)pnames.icu $(BUILDDIR)/$(ICUDT)uprops.icu $(BUILDDIR)/$(ICUDT)ucase.icu
430 $(BUILDDIR)/unames.icu: $(UNICODEDATADIR)/UnicodeData.txt $(TOOLBINDIR)/gennames$(TOOLEXEEXT)
431 $(INVOKE) $(TOOLBINDIR)/gennames -1 -d $(BUILDDIR) $(UNICODEDATADIR)/UnicodeData.txt -u $(UNICODE_VERSION)
  /external/libxml2/include/libxml/
xmlunicode.h 11 * Sources: Blocks-4.0.1.txt UnicodeData-4.0.1.txt
  /external/v8/src/
unicode.h 96 class UnicodeData {
  /external/icu4c/common/unicode/
uchar.h 575 * See http://www.unicode.org/Public/UNIDATA/UnicodeData.html .
584 /** Cn "Other, Not Assigned (no characters in [UnicodeData.txt] have this property)" (same as U_UNASSIGNED!) @stable ICU 2.0 */
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h 504 * See http://www.unicode.org/Public/UNIDATA/UnicodeData.html .
513 /** Cn "Other, Not Assigned (no characters in [UnicodeData.txt] have this property)" (same as U_UNASSIGNED!) @stable ICU 2.0 */
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h 504 * See http://www.unicode.org/Public/UNIDATA/UnicodeData.html .
513 /** Cn "Other, Not Assigned (no characters in [UnicodeData.txt] have this property)" (same as U_UNASSIGNED!) @stable ICU 2.0 */
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h 504 * See http://www.unicode.org/Public/UNIDATA/UnicodeData.html .
513 /** Cn "Other, Not Assigned (no characters in [UnicodeData.txt] have this property)" (same as U_UNASSIGNED!) @stable ICU 2.0 */
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h 504 * See http://www.unicode.org/Public/UNIDATA/UnicodeData.html .
513 /** Cn "Other, Not Assigned (no characters in [UnicodeData.txt] have this property)" (same as U_UNASSIGNED!) @stable ICU 2.0 */
    [all...]
  /external/bluetooth/glib/tests/
gen-casemap-txt.pl 31 die "Usage: $0 UNICODE-VERSION UnicodeData.txt SpecialCasing.txt\n";
  /external/bluetooth/glib/docs/reference/glib/tmpl/
unicode.sgml 305 See <ulink url="http://www.unicode.org/Public/UNIDATA/UnicodeData.html"
306 >http://www.unicode.org/Public/UNIDATA/UnicodeData.html</ulink>.
  /dalvik/libcore/awt-kernel/src/main/java/java/awt/font/
NumericShaper.java 208 * Data is taken from the UnicodeData.txt file from
241 * Data is taken from the UnicodeData.txt file from
296 * This array was generated using UnicodeData.txt file from
    [all...]
  /external/icu4c/common/
unormimp.h 61 _NORM_CC_SHIFT=8, /* UnicodeData.txt combining class in bits 15..8 */
592 * 15..8 combining class (cc) according to UnicodeData.txt
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]

Completed in 2817 milliseconds

1 2