HomeSort by relevance Sort by last modified time
    Searched refs:fcd (Results 1 - 16 of 16) sorted by null

  /external/chromium/third_party/icu/source/common/
unormimp.h 138 _NORM_INDEX_FCD_TRIE_SIZE, /* number of bytes in FCD trie */
147 /* FCD check: everything below this code point is known to have a 0 lead combining class */
309 * Internal API to get the 16-bit FCD value (lccc + tccc) for c,
320 * Get access to the internal FCD trie table to be able to perform
321 * incremental, per-code unit, FCD checks in collation.
324 * Code points at fcdHighStart and above have a zero FCD value.
332 * Get the FCD value for a code unit, with
337 * then some of c's associated supplementary code points have a non-zero FCD value.
348 * Get the FCD value of the next code point (post-increment), with
358 uint16_t fcd=fcdTrieIndex[_UTRIE2_INDEX_FROM_U16_SINGLE_LEAD(fcdTrieIndex, c)] local
388 uint16_t fcd; local
    [all...]
unorm.cpp 15 * Added private method for doing FCD checks
458 * It is possible to get the FCD data from the main trie if unorm.icu
459 * was built without the FCD trie, although it is slower.
461 * unusual to want to use FCD and not build the data file for it.
467 uint32_t norm32, fcd;
474 fcd=nfd[1];
477 fcd=norm32&_NORM_CC_MASK;
478 if(fcd!=0) {
480 fcd|=fcd>>_NORM_CC_SHIFT; /* assume that the cc is in bits 15..8 *
    [all...]
  /external/icu4c/common/
normalizer2impl.h 517 * Get access to the internal FCD trie table to be able to perform
518 * incremental, per-code unit, FCD checks in collation.
521 * Code points at fcdHighStart and above have a zero FCD value.
529 * Get the FCD value for a code unit, with
534 * then some of c's associated supplementary code points have a non-zero FCD value.
545 * Get the FCD value of the next code point (post-increment), with
555 uint16_t fcd=fcdTrieIndex[_UTRIE2_INDEX_FROM_U16_SINGLE_LEAD(fcdTrieIndex, c)]; local
556 if(fcd!=0 && U16_IS_LEAD(c)) {
562 fcd=fcdTrieIndex[_UTRIE2_INDEX_FROM_SUPP(fcdTrieIndex, c)];
564 fcd=0
585 uint16_t fcd; local
    [all...]
normalizer2.cpp 345 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
350 FCDNormalizer2 fcd; member in struct:Norm2AllModes
447 return &allModes->fcd;
604 return &allModes->fcd;
  /external/chromium/third_party/icu/source/test/intltest/
normconf.cpp 302 UnicodeString out, fcd; local
379 // test FCD quick check and "makeFCD"
380 Normalizer::normalize(field[0], UNORM_FCD, options, fcd, status);
381 if(UNORM_NO == Normalizer::quickCheck(fcd, UNORM_FCD, options, status)) {
382 errln("Normalizer error: quickCheck(FCD(s), UNORM_FCD) is UNORM_NO");
394 Normalizer::normalize(fcd, UNORM_NFD, options, out, status);
396 errln("Normalizer error: NFD(FCD(s))!=NFD(s)");
  /external/icu4c/test/intltest/
normconf.cpp 303 UnicodeString out, fcd; local
396 // test FCD quick check and "makeFCD"
397 Normalizer::normalize(field[0], UNORM_FCD, options, fcd, status);
398 if(UNORM_NO == Normalizer::quickCheck(fcd, UNORM_FCD, options, status)) {
399 errln("Normalizer error: quickCheck(FCD(s), UNORM_FCD) is UNORM_NO");
411 Normalizer::normalize(fcd, UNORM_NFD, options, out, status);
413 dataerrln("Normalizer error: NFD(FCD(s))!=NFD(s)");
  /external/chromium/third_party/icu/source/test/cintltst/
cnormtst.c 669 log_err("unorm_quickCheck(FCD) failed: expected value for fast unorm_quickCheck is UNORM_YES\n");
671 log_err("unorm_quickCheck(FCD) failed: expected value for error unorm_quickCheck is UNORM_NO\n");
673 log_err("unorm_quickCheck(FCD) failed: expected value for correct unorm_quickCheck is UNORM_YES\n");
676 log_err("unorm_quickCheck(FCD) failed: %s\n", u_errorName(status));
682 log_err("unorm_quickCheck(FCD) failed: exception occured at data set %d\n", count);
687 log_err("unorm_quickCheck(FCD) failed: Data set %d expected value %d\n", count,
714 log_err("unorm_quickCheck(FCD) failed: exception occured at data generation\n");
724 log_err("unorm_quickCheck(FCD) failed: exception occured at normalized data generation\n");
738 log_err("unorm_quickCheck(FCD) failed: expected %d for random data\n", testresult);
1188 fcd[]={ local
    [all...]
  /external/icu4c/test/cintltst/
cnormtst.c 668 log_data_err("unorm_quickCheck(FCD) failed: expected value for fast unorm_quickCheck is UNORM_YES - (Are you missing data?)\n");
670 log_err("unorm_quickCheck(FCD) failed: expected value for error unorm_quickCheck is UNORM_NO\n");
672 log_data_err("unorm_quickCheck(FCD) failed: expected value for correct unorm_quickCheck is UNORM_YES - (Are you missing data?)\n");
675 log_data_err("unorm_quickCheck(FCD) failed: %s - (Are you missing data?)\n", u_errorName(status));
681 log_data_err("unorm_quickCheck(FCD) failed: exception occured at data set %d - (Are you missing data?)\n", count);
686 log_err("unorm_quickCheck(FCD) failed: Data set %d expected value %d\n", count,
713 log_data_err("unorm_quickCheck(FCD) failed: exception occured at data generation - (Are you missing data?)\n");
723 log_data_err("unorm_quickCheck(FCD) failed: exception occured at normalized data generation - (Are you missing data?)\n");
737 log_data_err("unorm_quickCheck(FCD) failed: expected %d for random data - (Are you missing data?)\n", testresult);
1187 fcd[]={ local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_elm.cpp 743 uint16_t fcd; // Hi byte is lead combining class. local
767 fcd = unorm_getFCD16(fcdTrieIndex, c);
768 if (fcd >= 0x100 || // if the leading combining class(c) > 0 ||
769 (UTF_IS_LEAD(c) && fcd != 0)) {// c is a leading surrogate with some FCD data
771 uint32_t cClass = fcd & 0xff;
2012 int16_t fcd = unorm_getFCD16(fcdTrieIndex, el.cPoints[j]); local
    [all...]
ucol.cpp 57 // Code points at fcdHighStart and above have a zero FCD value.
749 // init FCD data
1293 uint16_t fcd; local
1700 uint16_t fcd; local
    [all...]
ucol_bld.cpp 937 uint16_t fcd = unorm_prevFCD16(fcdTrieIndex, fcdHighStart, el.cPoints, s); local
    [all...]
usearch.cpp 109 * Initializing the fcd tables.
124 * Gets the fcd value for a character at the argument index.
126 * @param str UTF16 string where character for fcd retrieval resides
127 * @param offset position of the character whose fcd is to be retrieved, to be
131 * @return fcd value
810 * The first composite character would have been taken care of by the fcd
812 * This is the slow path after the fcd of the first character and
1333 uint16_t fcd = getFCD(text, &temp, result); local
    [all...]
  /external/icu4c/i18n/
ucol_elm.cpp 744 uint16_t fcd; // Hi byte is lead combining class. local
768 fcd = unorm_getFCD16(fcdTrieIndex, c);
769 if (fcd >= 0x100 || // if the leading combining class(c) > 0 ||
770 (UTF_IS_LEAD(c) && fcd != 0)) {// c is a leading surrogate with some FCD data
772 uint32_t cClass = fcd & 0xff;
2016 int16_t fcd = unorm_getFCD16(fcdTrieIndex, el.cPoints[j]); local
    [all...]
ucol.cpp 59 // Code points at fcdHighStart and above have a zero FCD value.
805 // init FCD data
1325 uint16_t fcd; local
1719 uint16_t fcd; local
    [all...]
ucol_bld.cpp 937 uint16_t fcd = unorm_prevFCD16(fcdTrieIndex, fcdHighStart, el.cPoints, s); local
    [all...]
usearch.cpp 111 * Initializing the fcd tables.
126 * Gets the fcd value for a character at the argument index.
128 * @param str UTF16 string where character for fcd retrieval resides
129 * @param offset position of the character whose fcd is to be retrieved, to be
133 * @return fcd value
820 * The first composite character would have been taken care of by the fcd
822 * This is the slow path after the fcd of the first character and
1309 uint16_t fcd = getFCD(text, &temp, result); local
    [all...]

Completed in 911 milliseconds