/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
FCDIterCollationIterator.java | 19 * Incrementally checks the input text for FCD and normalizes where necessary. 234 state = State.ITER_IN_FCD_SEGMENT; // Stay in FCD segment. 237 // Reached the end of the FCD segment. 239 // The input text segment is FCD, extend it forward. 253 * Extends the FCD text segment forward or normalizes around pos. 258 // The input text [start..(iter index)[ passes the FCD check. 274 // FCD boundary before this character. 280 // Fails FCD check. Find the next FCD boundary and normalize. 299 // FCD boundary after the last character [all...] |
FCDUTF16CollationIterator.java | 18 * Incrementally checks the input text for FCD and normalizes where necessary. 222 checkDir = 0; // Stay in FCD segment. 225 // Reached the end of the FCD segment. 227 // The input text segment is FCD, extend it forward. 244 * Extend the FCD text segment forward or normalize around pos. 250 // The input text [segmentStart..pos[ passes the FCD check. 261 // FCD boundary before the [q, p[ character. 266 // Fails FCD check. Find the next FCD boundary and normalize. 279 // FCD boundary after the last character [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
FCDIterCollationIterator.java | 18 * Incrementally checks the input text for FCD and normalizes where necessary. 232 state = State.ITER_IN_FCD_SEGMENT; // Stay in FCD segment. 235 // Reached the end of the FCD segment. 237 // The input text segment is FCD, extend it forward. 251 * Extends the FCD text segment forward or normalizes around pos. 256 // The input text [start..(iter index)[ passes the FCD check. 272 // FCD boundary before this character. 278 // Fails FCD check. Find the next FCD boundary and normalize. 297 // FCD boundary after the last character [all...] |
FCDUTF16CollationIterator.java | 17 * Incrementally checks the input text for FCD and normalizes where necessary. 220 checkDir = 0; // Stay in FCD segment. 223 // Reached the end of the FCD segment. 225 // The input text segment is FCD, extend it forward. 242 * Extend the FCD text segment forward or normalize around pos. 248 // The input text [segmentStart..pos[ passes the FCD check. 259 // FCD boundary before the [q, p[ character. 264 // Fails FCD check. Find the next FCD boundary and normalize. 277 // FCD boundary after the last character [all...] |
/external/icu/icu4c/source/i18n/ |
uitercollationiterator.h | 60 * Incrementally checks the input text for FCD and normalizes where necessary. 95 * Extends the FCD text segment forward or normalizes around pos. 106 * Extends the FCD text segment backward or normalizes around pos. 115 * The input text [start..(iter index)[ passes the FCD check. 121 * The input text [(iter index)..limit[ passes the FCD check. 127 * The input text [start..limit[ passes the FCD check. 132 * The input text [start..limit[ failed the FCD check and was normalized. 138 * The input text [start..limit[ failed the FCD check and was normalized.
|
utf8collationiterator.h | 75 * Incrementally checks the input text for FCD and normalizes where necessary. 116 * Extends the FCD text segment forward or normalizes around pos. 127 * Extends the FCD text segment backward or normalizes around pos. 136 * The input text [start..pos[ passes the FCD check. 142 * The input text [pos..limit[ passes the FCD check. 148 * The input text [start..limit[ passes the FCD check. 153 * The input text [start..limit[ failed the FCD check and was normalized.
|
collationfcd.h | 24 * Data and functions for the FCD check fast path. 27 * whether there is an FCD boundary between them; 32 * then the FCD check slow path looks at the actual sequence of FCD values. 45 * supplementary code point that is not FCD-inert. 53 * It should only be tested for unpaired trail surrogates which are FCD-inert. 96 * or else some sequences including them, even ones passing the FCD check, 111 * or else some sequences including them, even ones passing the FCD check, 116 * @param fcd16 the FCD value (lccc/tccc combination) of a code point
|
uitercollationiterator.cpp | 284 state = ITER_IN_FCD_SEGMENT; // Stay in FCD segment. 287 // Reached the end of the FCD segment. 289 // The input text segment is FCD, extend it forward. 306 // The input text [start..(iter index)[ passes the FCD check. 318 // FCD boundary before this character. 324 // Fails FCD check. Find the next FCD boundary and normalize. 343 // FCD boundary after the last character. 365 state = ITER_IN_FCD_SEGMENT; // Stay in FCD segment. 368 // Reached the start of the FCD segment [all...] |
utf16collationiterator.h | 81 * Incrementally checks the input text for FCD and normalizes where necessary. 124 * Extend the FCD text segment forward or normalize around pos. 138 * Extend the FCD text segment backward or normalize around pos. 151 // The input text [segmentStart..pos[ passes the FCD check. 156 // The input text [pos..segmentLimit[ passes the FCD check. 163 // These pointers are at FCD boundaries. 164 // Either this text segment already passes the FCD check 177 // Direction of incremental FCD check. See comments before rawStart.
|
utf8collationiterator.cpp | 153 // Combination of UTF8CollationIterator::handleNextCE32() with FCD check fastpath. 225 // CJK U+4000..U+DFFF except U+Axxx are also FCD-inert. (Lead bytes E4..ED except EA.) 280 // c is not FCD-inert, therefore it is not U+FFFD and it has a valid byte sequence 318 // c is not FCD-inert, therefore it is not U+FFFD and it has a valid byte sequence 369 state = IN_FCD_SEGMENT; // Stay in FCD segment. 372 // Reached the end of the FCD segment. 374 // The input text segment is FCD, extend it forward. 388 // The input text [start..pos[ passes the FCD check. 401 // FCD boundary before this character. 407 // Fails FCD check. Find the next FCD boundary and normalize [all...] |
utf16collationiterator.cpp | 351 checkDir = 0; // Stay in FCD segment. 354 // Reached the end of the FCD segment. 356 // The input text segment is FCD, extend it forward. 375 // The input text [segmentStart..pos[ passes the FCD check. 384 // FCD boundary before the [q, p[ character. 389 // Fails FCD check. Find the next FCD boundary and normalize. 399 // FCD boundary after the last character. 419 checkDir = 0; // Stay in FCD segment. 422 // Reached the start of the FCD segment [all...] |
/external/skia/src/core/ |
SkCachedData.cpp | 68 AutoMutexWritable(const SkCachedData* cd) : fCD(const_cast<SkCachedData*>(cd)) { 69 fCD->fMutex.acquire(); 70 fCD->validate(); 73 fCD->validate(); 74 fCD->fMutex.release(); 77 SkCachedData* get() { return fCD; } 78 SkCachedData* operator->() { return fCD; } 81 SkCachedData* fCD;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
ConformanceTest.java | 155 String out,fcd; local 274 // test FCD quick check and "makeFCD" 275 fcd=Normalizer.normalize(field[0], Normalizer.FCD); 276 if(Normalizer.NO == Normalizer.quickCheck(fcd, Normalizer.FCD,options)) { 277 errln("Normalizer error: quickCheck(FCD(s), Normalizer.FCD) is Normalizer.NO"); 280 // check FCD return length 282 char[] fcd2 = new char[ fcd.length() * 2 ] [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
ConformanceTest.java | 151 String out,fcd; local 270 // test FCD quick check and "makeFCD" 271 fcd=Normalizer.normalize(field[0], Normalizer.FCD); 272 if(Normalizer.NO == Normalizer.quickCheck(fcd, Normalizer.FCD,options)) { 273 errln("Normalizer error: quickCheck(FCD(s), Normalizer.FCD) is Normalizer.NO"); 276 // check FCD return length 278 char[] fcd2 = new char[ fcd.length() * 2 ] [all...] |
/developers/samples/android/experimental/ndkSampleGen/ |
build.gradle | 82 eachFile { FileCopyDetails fcd -> 83 if (fcd.file.isFile()) { 84 def filename = fcd.name; 85 String collapsed = collapsedPaths.get(fcd.file.path); 86 fcd.path = "src/${collapsed}"; 87 } else {fcd.exclude()}
|
/developers/build/ |
build.gradle | 215 eachFile { FileCopyDetails fcd -> 216 if (fcd.file.isFile()) { 217 def filename = fcd.name; 218 String collapsed = collapsedPaths.get(fcd.file.path); 219 fcd.path = "${outputPath}/src/${collapsed}"; 220 } else {fcd.exclude()}
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
NormalizationTransliterator.java | 49 Transliterator.registerFactory("Any-FCD", new Transliterator.Factory() { 51 return new NormalizationTransliterator("FCD", Norm2AllModes.getFCDNormalizer2()); 62 Transliterator.registerSpecialInverse("FCD", "FCD", false);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
package.html | 17 <li>Normalization supports standard Unicode normalization forms as well as FCD.</li>
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
NormalizationTransliterator.java | 48 Transliterator.registerFactory("Any-FCD", new Transliterator.Factory() { 50 return new NormalizationTransliterator("FCD", Norm2AllModes.getFCDNormalizer2()); 61 Transliterator.registerSpecialInverse("FCD", "FCD", false);
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
NormalizerPerformanceTest.java | 235 // Test FCD Performance 240 Normalizer.normalize(NFDFileLines[i], Normalizer.FCD); 258 Normalizer.normalize(NFCFileLines[i], Normalizer.FCD); 276 Normalizer.normalize(fileLines[i], Normalizer.FCD); 403 Normalizer.quickCheck(NFDFileLines[i], Normalizer.FCD,0); 421 Normalizer.quickCheck(NFCFileLines[i], Normalizer.FCD,0); 439 Normalizer.quickCheck(fileLines[i], Normalizer.FCD,0); 566 Normalizer.isNormalized(NFDFileLines[i], Normalizer.FCD, 0); 584 Normalizer.isNormalized(NFCFileLines[i], Normalizer.FCD, 0); 602 Normalizer.isNormalized(fileLines[i], Normalizer.FCD, 0) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_cgi.py | 137 fcd = cgi.FormContentDict(env) 142 self.assertEqual(len(expect), len(fcd)) 143 self.assertItemsEqual(expect.keys(), fcd.keys()) 144 self.assertItemsEqual(expect.values(), fcd.values()) 145 self.assertItemsEqual(expect.items(), fcd.items()) 146 self.assertEqual(fcd.get("nonexistent field", "default"), "default") 153 self.assertTrue(fcd.has_key(key)) 154 self.assertItemsEqual(fcd[key], expect[key]) 155 self.assertEqual(fcd.get(key, "default"), fcd[key] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_cgi.py | 137 fcd = cgi.FormContentDict(env) 142 self.assertEqual(len(expect), len(fcd)) 143 self.assertItemsEqual(expect.keys(), fcd.keys()) 144 self.assertItemsEqual(expect.values(), fcd.values()) 145 self.assertItemsEqual(expect.items(), fcd.items()) 146 self.assertEqual(fcd.get("nonexistent field", "default"), "default") 153 self.assertTrue(fcd.has_key(key)) 154 self.assertItemsEqual(fcd[key], expect[key]) 155 self.assertEqual(fcd.get(key, "default"), fcd[key] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cgi.py | 137 fcd = cgi.FormContentDict(env) 142 self.assertEqual(len(expect), len(fcd)) 143 self.assertItemsEqual(expect.keys(), fcd.keys()) 144 self.assertItemsEqual(expect.values(), fcd.values()) 145 self.assertItemsEqual(expect.items(), fcd.items()) 146 self.assertEqual(fcd.get("nonexistent field", "default"), "default") 153 self.assertTrue(fcd.has_key(key)) 154 self.assertItemsEqual(fcd[key], expect[key]) 155 self.assertEqual(fcd.get(key, "default"), fcd[key] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cgi.py | 137 fcd = cgi.FormContentDict(env) 142 self.assertEqual(len(expect), len(fcd)) 143 self.assertItemsEqual(expect.keys(), fcd.keys()) 144 self.assertItemsEqual(expect.values(), fcd.values()) 145 self.assertItemsEqual(expect.items(), fcd.items()) 146 self.assertEqual(fcd.get("nonexistent field", "default"), "default") 153 self.assertTrue(fcd.has_key(key)) 154 self.assertItemsEqual(fcd[key], expect[key]) 155 self.assertEqual(fcd.get(key, "default"), fcd[key] [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Norm2AllModes.java | 289 fcd=new FCDNormalizer2(ni); 296 public final FCDNormalizer2 fcd; field in class:Norm2AllModes 360 * Gets the FCD normalizer, with the FCD data initialized. 361 * @return FCD normalizer 364 return getNFCInstance().fcd;
|