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

  /external/icu4c/common/
normalizer2impl.h 555 * Get access to the internal FCD trie table to be able to perform
556 * incremental, per-code unit, FCD checks in collation.
559 * Code points at fcdHighStart and above have a zero FCD value.
567 * Get the FCD value for a code unit, with
572 * then some of c's associated supplementary code points have a non-zero FCD value.
583 * Get the FCD value of the next code point (post-increment), with
593 uint16_t fcd=fcdTrieIndex[_UTRIE2_INDEX_FROM_U16_SINGLE_LEAD(fcdTrieIndex, c)]; local
594 if(fcd!=0 && U16_IS_LEAD(c)) {
600 fcd=fcdTrieIndex[_UTRIE2_INDEX_FROM_SUPP(fcdTrieIndex, c)];
602 fcd=0
623 uint16_t fcd; local
    [all...]
normalizer2.cpp 366 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
371 FCDNormalizer2 fcd; member in struct:Norm2AllModes
468 return &allModes->fcd;
625 return &allModes->fcd;
  /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/icu4c/test/cintltst/
cnormtst.c 629 log_data_err("unorm_quickCheck(FCD) failed: expected value for fast unorm_quickCheck is UNORM_YES - (Are you missing data?)\n");
631 log_err("unorm_quickCheck(FCD) failed: expected value for error unorm_quickCheck is UNORM_NO\n");
633 log_data_err("unorm_quickCheck(FCD) failed: expected value for correct unorm_quickCheck is UNORM_YES - (Are you missing data?)\n");
636 log_data_err("unorm_quickCheck(FCD) failed: %s - (Are you missing data?)\n", u_errorName(status));
642 log_data_err("unorm_quickCheck(FCD) failed: exception occured at data set %d - (Are you missing data?)\n", count);
647 log_err("unorm_quickCheck(FCD) failed: Data set %d expected value %d\n", count,
674 log_data_err("unorm_quickCheck(FCD) failed: exception occured at data generation - (Are you missing data?)\n");
684 log_data_err("unorm_quickCheck(FCD) failed: exception occured at normalized data generation - (Are you missing data?)\n");
698 log_data_err("unorm_quickCheck(FCD) failed: expected %d for random data - (Are you missing data?)\n", testresult);
1158 fcd[]={ 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;
2039 int16_t fcd = unorm_getFCD16(fcdTrieIndex, el.cPoints[j]); local
    [all...]
ucol.cpp 60 // Code points at fcdHighStart and above have a zero FCD value.
86 // init FCD data
1424 uint16_t fcd; local
1804 uint16_t fcd; local
    [all...]
ucol_bld.cpp 944 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 79 milliseconds