/external/icu4c/common/ |
unormcmp.cpp | 17 * Depends on both normalization and case folding. 54 * performing the sub-processing (strlen, normalization, case-folding) 83 * (Same for case-folding.) 87 * and case-folding need code points. 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. 111 * first case-folds and then decomposes. This requires that case-folding does not 115 * This requires that case-folding does not un-NFD strings either. 122 * would be a partial NFD before the case folding, which does not work [all...] |
ucase.h | 95 * that are relevant for case folding (of a single string or code point). 116 * Adds all simple case mappings and the full case folding for c to sa, 130 * The string is mapped to code points if it is their full case folding string. 131 * In other words, this performs a reverse full case folding and then 380 /* constants for reverse case folding ("unfold") data */
|
utrie.h | 94 * Length of the index (stage 1) array before folding. 135 * @param data data value for a surrogate from the trie, including the folding offset 160 * folding function used by utrie_serialize(). 286 * c16 may be a lead surrogate, which may have a value including a folding offset. 296 * c16 may be a lead surrogate, which may have a value including a folding offset. 421 * Get a 16-bit trie value from a folding offset (from the value of a lead surrogate) 425 * @param offset (int32_t, in) the folding offset from the value of a lead surrogate 432 * Get a 32-bit trie value from a folding offset (from the value of a lead surrogate) 436 * @param offset (int32_t, in) the folding offset from the value of a lead surrogate 536 * of the default folding function used by utrie_serialize() [all...] |
ucase.c | 479 * and case folding option make the related characters behave specially. 480 * This code matches their closure behavior to their case folding behavior. 544 /* add the full case folding */ 558 /* add the full case folding string */ 617 return FALSE; /* no reverse case folding data, or no string */ [all...] |
ustrcase.c | 662 /* case folding variables */ 669 /* case folding buffers, only use current-level start/limit */ 842 /* copy the folding result to fold1[] */ 851 /* set next level pointers to case folding */ 887 /* copy the folding result to fold2[] */ 896 /* set next level pointers to case folding */ 906 * no decomposition/case folding, max level for both sides:
|
unistr_case.cpp | 235 // UnicodeString that does case folding on the fly.
|
ustr_imp.h | 164 * Internal case folding function.
|
/external/icu4c/samples/case/ |
ucase.c | 9 * Case folding examples, in C 72 /* ustring.h APIs, UChar * string case folding */
|
/external/v8/test/mjsunit/regress/ |
regress-406.js | 28 // Test of constant folding of boolean-valued expressions. 47 // Helper function to prevent simple constant folding.
|
regress-580.js | 28 // Test constant folding of smi operations that overflow a 32-bit int
|
/external/bison/src/ |
vcg.h | 177 hidden by folding or edge classes) does not have fixed specified 228 /* folding specifies the default folding of the nodes. The folding k 232 no folding is specified for a node, then the node may be folded if 233 it is in the region of another node that starts the folding. If 234 folding 0 is specified, then the node is never folded. In this case 235 the folding stops at the predecessors of this node, if it is 236 reachable from another folding node. The summary node inherits some 237 attributes from the original node which starts the folding (al 246 int folding; member in struct:node 523 int folding; member in struct:graph [all...] |
vcg.c | 62 g->folding = G_FOLDING; 155 n->folding = N_FOLDING; /* No explicit default value. */ 544 if (n->folding != N_FOLDING) 545 fprintf (fout, "\t\tfolding:\t%d\n", n->folding); 663 if (g->folding != G_FOLDING) 664 fprintf (fout, "\tfolding:\t%d\n", g->folding);
|
/external/icu4c/tools/gencase/ |
store.c | 62 i4 unfoldLength; -- length in uint16_t of the reverse-folding array (new in format version 1.1) 66 i15 maxFullLength; -- maximum length of a full case mapping/folding string 107 UTF-16 strings for full (string) mappings for lowercase, case folding, uppercase, titlecase 111 15 conditional case folding 127 1 case folding (code point) 151 - If case folding is conditional, then no simple or full case foldings are 161 In particular, the fallback from full case folding is to simple case folding, 164 Reverse case folding data ("unfold") array: (new in format version 1.1) 171 The string in the first column is the case folding of each of the code point [all...] |
gencase.h | 76 /* case folding data */
|
/external/kernel-headers/original/linux/byteorder/ |
swabb.h | 78 * Allow constant folding
|
generic.h | 140 * They have to be macros in order to do the constant folding
|
swab.h | 111 * Allow constant folding
|
/external/icu4c/common/unicode/ |
ucasemap.h | 54 * @param options Options bit set, used for case folding and string comparisons. 89 * Get the options bit set that is used for case folding and string comparisons. 112 * Set the options bit set that is used for case folding and string comparisons. 369 * Case-folding is locale-independent and not context-sensitive,
|
unorm.h | 169 * itself and for various comparison and folding flags. 510 * (and optionally case-folding) both strings entirely, 523 * the case folding must be performed first, then the normalization. 546 * Set to compare strings case-insensitively using case folding, 548 * If set, then the following case folding options are used.
|
/packages/apps/Email/tests/src/com/android/exchange/utility/ |
SimpleIcsWriterTests.java | 56 * Verify that: We're folding lines correctly, and we're not splitting up a UTF-8 character.
|
/external/webkit/JavaScriptCore/icu/unicode/ |
unorm.h | 169 * itself and for various comparison and folding flags. 509 * (and optionally case-folding) both strings entirely, 522 * the case folding must be performed first, then the normalization. 545 * Set to compare strings case-insensitively using case folding, 547 * If set, then the following case folding options are used.
|
/external/webkit/WebCore/icu/unicode/ |
unorm.h | 169 * itself and for various comparison and folding flags. 509 * (and optionally case-folding) both strings entirely, 522 * the case folding must be performed first, then the normalization. 545 * Set to compare strings case-insensitively using case folding, 547 * If set, then the following case folding options are used.
|
/external/webkit/WebKit/mac/icu/unicode/ |
unorm.h | 169 * itself and for various comparison and folding flags. 509 * (and optionally case-folding) both strings entirely, 522 * the case folding must be performed first, then the normalization. 545 * Set to compare strings case-insensitively using case folding, 547 * If set, then the following case folding options are used.
|
/external/icu4c/test/intltest/ |
tstnorm.cpp | [all...] |
/external/icu4c/test/cintltst/ |
cstrcase.c | 395 /* test case folding and case-insensitive string compare -------------------- */ 441 /* test simple case folding */ 457 /* test full string case folding with default option and separate buffers */ 495 /* test full string case folding with default option and in the same buffer */ 514 /* test full string case folding, exclude special i, in the same buffer */ [all...] |