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

1 2 3 4 5

  /external/chromium/third_party/icu/source/data/unidata/
NormalizationCorrections.txt 11 # Consortium ordinarily precludes any change to the decomposition
14 # exceptional (and rare) conditions, an error in a decomposition
34 # Field 1: Original (erroneous) decomposition
35 # Field 2: Corrected decomposition
  /external/icu4c/data/unidata/
NormalizationCorrections.txt 11 # Consortium ordinarily precludes any change to the decomposition
14 # exceptional (and rare) conditions, an error in a decomposition
34 # Field 1: Original (erroneous) decomposition
35 # Field 2: Corrected decomposition
  /libcore/luni/src/main/java/java/text/
Normalizer.java 37 * Normalization Form D - Canonical Decomposition.
42 * Normalization Form C - Canonical Decomposition, followed by Canonical Composition.
47 * Normalization Form KD - Compatibility Decomposition.
52 * Normalization Form KC - Compatibility Decomposition, followed by Canonical Composition.
Collator.java 60 * This {@code Collator} deals only with two decomposition modes, the canonical
61 * decomposition mode and one that does not use any decomposition. The
62 * compatibility decomposition mode
64 * canonical decomposition mode is set, {@code Collator} handles un-normalized
66 * NFD. If canonical decomposition is turned off, it is the user's
93 * System.out.println("\u00e0\u0325 is not equal to a\u0325\u0300 without decomposition");
96 * System.out.println("Error: \u00e0\u0325 should be equal to a\u0325\u0300 with decomposition");
98 * System.out.println("\u00e0\u0325 is equal to a\u0325\u0300 with decomposition");
101 * System.out.println("Error: \u00e0\u0325 should be not equal to a\u0325\u0300 without decomposition")
    [all...]
  /external/chromium/third_party/icu/source/common/
unormcmp.cpp 80 * the decomposition, pushing the previous pointer onto a stack.
81 * When the end of the decomposition is reached, then the code unit reader
86 * The top part of the loop works on code units, while lookups for decomposition
93 * and the code point decomposes/case-folds, then the decomposition/folding
104 * Assumption: A decomposition or case-folding result string never contains
107 * decomposition/case-folding boundaries.
114 * The API function may also NFD the input and turn off decomposition.
128 * for calling the decomposition access function.
131 /* stack element for previous-level source/decomposition pointers */
148 /* decomposition and case folding variables *
    [all...]
unorm.cpp 63 * change decomposition results.
116 /** Options bit 12, for compatibility vs. canonical decomposition. */
471 /* get the lead/trail cc from the decomposition data */
589 /* build a set from [[:Ideographic:]&[:NFD_QC=No:]]=[CJK Ideographs]&[has canonical decomposition] */
618 /* Get a decomposition exclusion set. The data must be loaded. */
683 /* incoming failure, or no decomposition exclusions requested */
707 /* get the canonical or compatibility decomposition for one character */
715 /* use compatibility decomposition, skip canonical data */
734 /* get the canonical decomposition for one character */
756 * Get the canonical decomposition for one code point
    [all...]
unormimp.h 153 * Bit 7 of the length byte for a decomposition string in extra data is
154 * a flag indicating whether the decomposition string is
156 * of the decomposition (like for A-umlaut);
418 * Get the canonical decomposition for one code point.
422 * @param length out-only, takes the length of the decomposition, if any
423 * @return pointer to decomposition, or 0 if none
621 * [0] Lengths of the canonical and compatibility decomposition strings.
629 * decomposition. If this flag is set, then the decomposition
633 * decomposition string, not counting the cc word
    [all...]
ustrcase.c 645 /* stack element for previous-level source/decomposition pointers */
827 * compare this decomposition with the lead surrogate in the other string
829 * the decomposition would replace the entire code point
855 /* get ready to read from decomposition, continue with loop */
872 * compare this decomposition with the lead surrogate in the other string
874 * the decomposition would replace the entire code point
900 /* get ready to read from decomposition, continue with loop */
906 * no decomposition/case folding, max level for both sides:
  /external/icu4c/common/
unormcmp.cpp 81 * the decomposition, pushing the previous pointer onto a stack.
82 * When the end of the decomposition is reached, then the code unit reader
87 * The top part of the loop works on code units, while lookups for decomposition
94 * and the code point decomposes/case-folds, then the decomposition/folding
105 * Assumption: A decomposition or case-folding result string never contains
108 * decomposition/case-folding boundaries.
115 * The API function may also NFD the input and turn off decomposition.
129 /* stack element for previous-level source/decomposition pointers */
153 /* decomposition and case folding variables */
333 * compare this decomposition with the lead surrogate in the other strin
    [all...]
unormimp.h 153 * Bit 7 of the length byte for a decomposition string in extra data is
154 * a flag indicating whether the decomposition string is
156 * of the decomposition (like for A-umlaut);
338 * [0] Lengths of the canonical and compatibility decomposition strings.
346 * decomposition. If this flag is set, then the decomposition
350 * decomposition string, not counting the cc word.
358 * High byte: leading cc==cc of the first code point in the decomposition string
359 * Low byte: trailing cc==cc of the last code point in the decomposition string
360 * - The decomposition string in UTF-16, with length code units
    [all...]
ustrcase.c 644 /* stack element for previous-level source/decomposition pointers */
826 * compare this decomposition with the lead surrogate in the other string
828 * the decomposition would replace the entire code point
854 /* get ready to read from decomposition, continue with loop */
871 * compare this decomposition with the lead surrogate in the other string
873 * the decomposition would replace the entire code point
899 /* get ready to read from decomposition, continue with loop */
905 * no decomposition/case folding, max level for both sides:
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
Collator.java 79 * <p>Decomposition mode value. With NO_DECOMPOSITION set, Strings
81 * decomposition setting unless otherwise specified by the locale
93 * <p>Decomposition mode value. With CANONICAL_DECOMPOSITION set,
142 * Get the decomposition mode of this Collator.
143 * @return the decomposition mode
  /external/chromium/third_party/icu/source/tools/gennorm/
store.c 133 * i.e., there is a canonical decomposition of combined-> <lead, trail>.
201 /* allocate extra data memory for UTF-16 decomposition strings and other values */
423 * do this after decomposition so that getNorm() above returns NULL
424 * if we do not have actual sub-decomposition data for the initial NFD here
599 * decompose the one decomposition further, may generate two decompositions
623 /* no decomposition here, nothing to do */
636 /* no data, no decomposition */
723 /* assume that myC has at least one decomposition */
814 /* ignore compatibility decomposition */
824 /* process the decomposition if there is one here *
    [all...]
  /external/icu4c/tools/gennorm/
store.c 133 * i.e., there is a canonical decomposition of combined-> <lead, trail>.
201 /* allocate extra data memory for UTF-16 decomposition strings and other values */
423 * do this after decomposition so that getNorm() above returns NULL
424 * if we do not have actual sub-decomposition data for the initial NFD here
599 * decompose the one decomposition further, may generate two decompositions
623 /* no decomposition here, nothing to do */
636 /* no data, no decomposition */
723 /* assume that myC has at least one decomposition */
814 /* ignore compatibility decomposition */
824 /* process the decomposition if there is one here *
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
apicoll.h 32 * - get/set decomposition mode and comparison level
51 * Tests decomposition setting
regcoll.h 69 // Full Decomposition mode not implemented
186 // Collation with decomposition off doesn't work for Europe
  /external/icu4c/test/intltest/
apicoll.h 32 * - get/set decomposition mode and comparison level
51 * Tests decomposition setting
regcoll.h 69 // Full Decomposition mode not implemented
186 // Collation with decomposition off doesn't work for Europe
  /external/giflib/
gif_lib_private.h 45 unsigned long CrntShiftDWord; /* For bytes decomposition into codes. */
  /external/webkit/WebCore/page/
Location.h 50 // URI decomposition attributes
Location.idl 50 // URI decomposition attributes
  /external/webkit/WebCore/workers/
WorkerLocation.h 52 // URI decomposition attributes
  /libcore/luni/src/test/java/libcore/java/text/
CollatorTest.java 83 assertFalse("Error: \u00e0\u0325 should not equal to a\u0325\u0300 without decomposition",
86 assertTrue("Error: \u00e0\u0325 should equal to a\u0325\u0300 with decomposition",
  /external/chromium/third_party/icu/source/tools/genprops/
genprops.c 321 /* get decomposition type, field 5 */
323 /* there is some decomposition */
336 fprintf(stderr, "genprops: unknown decomposition type \"%s\" at code 0x%lx\n",
344 fprintf(stderr, "genprops error: unable to set decomposition type: %s\n", u_errorName(*pErrorCode));
550 fprintf(stderr, "genprops error: unable to set decomposition type: %s\n", u_errorName(errorCode));
  /external/icu4c/tools/genprops/
genprops.c 321 /* get decomposition type, field 5 */
323 /* there is some decomposition */
336 fprintf(stderr, "genprops: unknown decomposition type \"%s\" at code 0x%lx\n",
344 fprintf(stderr, "genprops error: unable to set decomposition type: %s\n", u_errorName(*pErrorCode));
550 fprintf(stderr, "genprops error: unable to set decomposition type: %s\n", u_errorName(errorCode));

Completed in 823 milliseconds

1 2 3 4 5