HomeSort by relevance Sort by last modified time
    Searched full:fcd (Results 51 - 75 of 155) sorted by null

1 23 4 5 6 7

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-pic-1.d 52 [ ]+8e:[ ]+5fcd 0000 a89a[ ]+sub\.d \[\$?r12\+0\],\$?r9,\$?r8
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java 42 fcd = Norm2AllModes.getFCDNormalizer2();
1490 private Normalizer2 nfd, fcd; field in class:CollationBuilder
    [all...]
CollationSettings.java 26 * Options bit 0: Perform the FCD check on the input text and deliver normalized text.
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 720 // at the cost of building the FCD trie for a decomposition normalizer.
    [all...]
loadednormalizer2impl.cpp 270 return &allModes->fcd;
unorm.cpp 15 * Added private method for doing FCD checks
normalizer2.cpp 231 return allModes!=NULL ? &allModes->fcd : NULL;
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp 201 fcd(*Normalizer2Factory::getFCDInstance(errorCode)),
    [all...]
collationdatabuilder.h 156 * Does not handle normalization: s should be in FCD form.
collationsettings.h 34 * Options bit 0: Perform the FCD check on the input text and deliver normalized text.
rulebasedcollator.cpp 777 * Returns FCD code points and handles temporary switching to NFD.
816 * Returns the next text code point in FCD order.
935 // Fetch the next FCD code point from each string.
    [all...]
usearch.cpp 105 * Initializing the fcd tables.
120 * Gets the fcd value for a character at the argument index.
122 * @param str UTF16 string where character for fcd retrieval resides
123 * @param offset position of the character whose fcd is to be retrieved, to be
127 * @return fcd value
809 * The first composite character would have been taken care of by the fcd
811 * This is the slow path after the fcd of the first character and
1298 uint16_t fcd = getFCD(text, &temp, result); local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java 38 fcd = Norm2AllModes.getFCDNormalizer2();
1486 private Normalizer2 nfd, fcd; field in class:CollationBuilder
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp     [all...]
ucaconf.cpp 238 // TODO: Compare with normalization turned off if the input passes the FCD test.
collationtest.cpp 58 : fcd(NULL), nfd(NULL),
122 const Normalizer2 *fcd, *nfd; member in class:CollationTest
447 // Input string, not FCD, NUL-terminated.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 575 // still had getFCDTrie() which built and cached an FCD trie.
576 // That provided faster access to FCD data than getFCD16FromNormData()
578 // in any process that uses FCD (e.g., via collation).
698 * Returns the FCD data for code point c.
712 /** Returns the FCD data for U+0000<=c<U+0180. */
714 /** Returns true if the single-or-lead code unit c might have non-zero FCD data. */
722 /** Gets the FCD value from the regular normalization data. */
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 571 // still had getFCDTrie() which built and cached an FCD trie.
572 // That provided faster access to FCD data than getFCD16FromNormData()
574 // in any process that uses FCD (e.g., via collation).
694 * Returns the FCD data for code point c.
708 /** Returns the FCD data for U+0000<=c<U+0180. */
710 /** Returns true if the single-or-lead code unit c might have non-zero FCD data. */
718 /** Gets the FCD value from the regular normalization data. */
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
UCAConformanceTest.java 238 // TODO: Compare with normalization turned off if the input passes the FCD test.
CollationTest.java 62 Normalizer2 fcd, nfd; field in class:CollationTest
536 // Input string, not FCD.
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java 234 // TODO: Compare with normalization turned off if the input passes the FCD test.
CollationTest.java 58 Normalizer2 fcd, nfd; field in class:CollationTest
532 // Input string, not FCD.
    [all...]
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 207 /* FCD performance */
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 701 // Write small-FCD data.
835 // Write small-FCD data.
    [all...]
  /external/icu/icu4c/source/data/sprep/
rfc3530cs.txt 210 0FCD..0FCE; ; UNASSIGNED

Completed in 645 milliseconds

1 23 4 5 6 7