HomeSort by relevance Sort by last modified time
    Searched defs:nfcImpl (Results 1 - 24 of 24) sorted by null

  /external/icu/icu4c/source/i18n/
collationtailoring.cpp 71 const Normalizer2Impl *nfcImpl = Normalizer2Factory::getNFCImpl(errorCode);
73 ownedData = new CollationData(*nfcImpl);
uitercollationiterator.h 67 nfcImpl(data->nfcImpl) {}
151 const Normalizer2Impl &nfcImpl;
utf16collationiterator.h 89 nfcImpl(data->nfcImpl),
175 const Normalizer2Impl &nfcImpl;
utf8collationiterator.h 83 nfcImpl(data->nfcImpl) {}
164 const Normalizer2Impl &nfcImpl;
collationdatabuilder.h 234 const Normalizer2Impl &nfcImpl;
collationdata.h 57 nfcImpl(nfc),
128 return nfcImpl.getFCD16(c);
192 const Normalizer2Impl &nfcImpl;
collationbuilder.h 294 const Normalizer2Impl &nfcImpl;
rulebasedcollator.cpp 801 * @param nfcImpl
806 UChar32 nextDecomposedCodePoint(const Normalizer2Impl &nfcImpl, UChar32 c) {
808 decomp = nfcImpl.getDecomposition(c, buffer, length);
852 FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *textLimit)
855 const UChar *spanLimit = nfcImpl.makeFCD(text, textLimit, NULL, errorCode);
863 ReorderingBuffer buffer(nfcImpl, str);
865 nfcImpl.makeFCD(spanLimit, textLimit, &buffer, errorCode);
932 UCollationResult compareNFDIter(const Normalizer2Impl &nfcImpl,
948 leftCp = left.nextDecomposedCodePoint(nfcImpl, leftCp);
955 rightCp = right.nextDecomposedCodePoint(nfcImpl, rightCp)
    [all...]
  /external/icu/icu4c/source/common/unicode/
caniter.h 182 const Normalizer2Impl &nfcImpl;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationTailoring.java 45 Normalizer2Impl nfcImpl = Norm2AllModes.getNFCInstance().impl;
46 ownedData = new CollationData(nfcImpl);
FCDIterCollationIterator.java 26 nfcImpl = data.nfcImpl;
269 int fcd16 = nfcImpl.getFCD16(c);
282 if(nfcImpl.getFCD16(c) <= 0xff) {
358 int fcd16 = nfcImpl.getFCD16(c);
372 fcd16 = nfcImpl.getFCD16(c);
405 nfcImpl.decompose(s, normalized);
446 private final Normalizer2Impl nfcImpl;
FCDUTF16CollationIterator.java 25 nfcImpl = d.nfcImpl;
33 nfcImpl = data.nfcImpl;
256 int fcd16 = nfcImpl.getFCD16(c);
270 } while(nfcImpl.getFCD16(c) > 0xff);
332 int fcd16 = nfcImpl.getFCD16(c);
347 } while((fcd16 = nfcImpl.getFCD16(c)) != 0);
368 nfcImpl.decompose(rawSeq, from, to, normalized, to - from);
409 private final Normalizer2Impl nfcImpl;
    [all...]
CollationBuilder.java 39 nfcImpl = Norm2AllModes.getNFCInstance().impl;
49 nfcImpl.ensureCanonIterData();
    [all...]
CollationData.java 38 nfcImpl = nfc;
184 return nfcImpl.getFCD16(c);
502 public Normalizer2Impl nfcImpl;
CollationDataBuilder.java 49 nfcImpl = Norm2AllModes.getNFCInstance().impl;
    [all...]
  /external/icu/icu4c/source/common/
unormcmp.cpp 145 const Normalizer2Impl *nfcImpl;
180 nfcImpl=Normalizer2Factory::getNFCImpl(*pErrorCode);
182 nfcImpl=NULL;
410 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length))
451 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
  /external/icu/icu4c/source/test/intltest/
ucdtest.cpp 328 const Normalizer2Impl *nfcImpl=Normalizer2Factory::getNFCImpl(errorCode);
329 if(!nfcImpl->ensureCanonIterData(errorCode) || errorCode.isFailure()) {
337 if (nfcImpl->getCanonStartSet(0x49, set1)) {
tstnorm.cpp     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 53 nfcImpl = allModes.impl.ensureCanonIterData();
139 if (nfcImpl.isCanonSegmentStarter(cp)) {
234 private final Normalizer2Impl nfcImpl;
303 if (!nfcImpl.getCanonStartSet(cp, starts)) {
370 String decomp = nfcImpl.getDecomposition(comp);
Normalizer.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1353 milliseconds