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

1 2

  /external/icu4c/test/intltest/
cntabcol.cpp 28 // fill up one contraction so that it has to expand
36 // test whether the filled up contraction really contains the data we input
56 // This should make a new contraction
59 errln("Error setting a non existing contraction error = %i (%s)\n", status, u_errorName(status));
78 // fill up one contraction so that it has to expand
86 // test whether the filled up contraction really contains the data we input
108 // fill up one contraction so that it has to expand
150 errln("found a non existing contraction!\n");
159 errln("managed to change a non existing contraction!\n");
165 errln("managed to change a non existing contraction!\n")
    [all...]
g7coll.h 15 * known as contraction), you can also add characters that act like a sequence of
19 * Effect : Expansion and contraction can actually be combined.
thcoll.cpp 416 "\\u0e24\\u0e41", "<", "\\u0e41\\u0e24", // exiting contraction bug
444 const char *testcontraction[] = { "\\u0E41ab", ">", "\\u0E41c"}; // After UCA 4.1 Thai are normal so won't break a contraction
  /external/icu4c/i18n/
ucol_cnt.h 16 * This module maintains a contraction table structure in expanded form
73 /* sets a part of contraction sequence in table. If element is non existant, it creates on. Returns element handle */
76 /* inserts a part of contraction sequence in table. Sequences behind the offset are moved back. If element is non existant, it creates on. Returns element handle */
ucol_elm.cpp 819 // long. Although this table could quite easily mimic complete contraction stuff
869 // the first codepoint is also unsafe, as it forms a 'contraction' with the prefix
884 // Add the last char of the contraction to the contraction-end hash table.
894 // If there are any Jamos in the contraction, we should turn on special
903 /* if it wasn't contraction, we wouldn't end up here*/
910 } else { /* we are adding to existing contraction */
911 /* there were already some elements in the table, so we need to add a new contraction */
    [all...]
ucol_imp.h 98 * in case the base contraction symbol is tailored.
107 * uint32_t contractionIndex; - offset to contraction table (UChar *contractionIndex). Used to look up contraction sequences. Contents
110 * uint32_t contractionCEs; - offset to resulting contraction CEs (uint32_t *contractionCEs). When a contraction is resolved in the
113 * uint32_t contractionSize; - size of contraction table in elements (both Index and CEs).
132 * uint8_t contractionUCACombosWidth; - number of UChars per UCA contraction in contractionUCACombos (formatVersion 2.3)
700 CONTRACTION_TAG = 2, /* Start of a contraction */
703 SURROGATE_TAG = 5, /* Lead surrogate that is tailored and doesn't start a contraction */
    [all...]
ucol_sit.cpp 696 // we might have a contraction that ends from previous level
710 // check whether we're doing contraction or prefix
764 UChar contraction[internalBufferSize]; local
774 // we start our contraction from middle, since we don't know if it
776 contraction[internalBufferSize/2] = (UChar)start;
777 addSpecial(((contContext *)context), contraction, internalBufferSize, CE, internalBufferSize/2, internalBufferSize/2+1, status);
803 * @return the size of the contraction set
891 // Contraction set consists only of strings
usearch.cpp 753 // * if it is the start or middle of a contraction: to be done after
755 // * thai or lao base consonant character: similar to contraction
756 // * high surrogate character: similar to contraction
783 * ie. not the middle of a contraction, swappable characters or supplementary
797 int32_t result = textoffset; // first contraction character
    [all...]
ucol_cnt.cpp 16 * This module maintains a contraction table structure in expanded form
210 // TODO: this one apparently updates the contraction CEs to point to a real address (relative to the
369 /* inserts a part of contraction sequence in table. Sequences behind the offset are moved back. If element is non existent, it creates on. Returns element handle */
440 /* sets a part of contraction sequence in table. If element is non existant, it creates on. Returns element handle */
ucol_elm.h 65 uint32_t cSize; /* Number of characters in sequence - for contraction */
ucol.cpp 690 * Approximate determination if a character is at a contraction end.
691 * Guaranteed to be TRUE if a character is at the end of a contraction,
720 * in contraction processing.
819 for (c=0; c<0x300; c++) { // Find the Contraction-ending char.
    [all...]
  /external/icu4c/test/cintltst/
cg7coll.h 22 * known as contraction), you can also add characters that act like a sequence of
26 * Effect : Expansion and contraction can actually be combined.
usrchdat.c 280 static const SearchData CONTRACTION[] = {
290 /* contraction prefix */
305 /* ends not with a contraction character */
318 * "ab" generates a contraction that's an expansion. The "z" matches the
641 /* contraction prefix */
657 /* ends not with a contraction character */
668 * "ab" generates a contraction that's an expansion. The "z" matches the
cg7coll.c 22 * known as contraction), you can also add characters that act like a sequence of
26 * Effect : Expansion and contraction can actually be combined.
citertst.c 451 log_verbose("Contraction rule testing back and forth with no normalization\n");
494 log_verbose("Expansion/contraction rule testing back and forth with no normalization\n");
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
CollationElementIterator.java 87 * {@code setOffset(offset)} sets the index in the middle of a contraction,
89 * contraction, which may not be equal to the original offset that was set.
  /external/icu4c/i18n/unicode/
bmsearch.h 98 * in a discontiguous contraction may fail. The only known cases of this are with
bms.h 173 * in a discontiguous contraction may fail. The only known cases of this are with
coll.h     [all...]
tblcoll.h 565 * @param varTop one or more (if contraction) UChars to which the variable top should be set
568 * U_CE_NOT_FOUND_ERROR if more than one character was passed and there is no such a contraction<br>
577 * @param varTop an UnicodeString size 1 or more (if contraction) of UChars to which the variable top should be set
579 * U_CE_NOT_FOUND_ERROR if more than one character was passed and there is no such a contraction<br>
    [all...]
ucol.h 340 * @return the size of the contraction set
    [all...]
  /external/icu4c/common/
ucnv_ext.h 50 * Input sequences of more than one unit are handled like contraction tables
156 * The array is partitioned into sections like collation contraction tables.
217 * contraction tables and toUTable.
  /external/icu4c/tools/genuca/
genuca.cpp 629 //fprintf(stderr, "Number of codepoints in contraction: %i\n", i);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 353 * @return the size of the contraction set
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 353 * @return the size of the contraction set
    [all...]

Completed in 623 milliseconds

1 2