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

  /external/icu/icu4c/source/i18n/
collationtailoring.cpp 70 const Normalizer2Impl *nfcImpl = Normalizer2Factory::getNFCImpl(errorCode);
72 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 40 nfcImpl(nfc),
105 return nfcImpl.getFCD16(c);
165 const Normalizer2Impl &nfcImpl;
collationbuilder.h 294 const Normalizer2Impl &nfcImpl;
rulebasedcollator.cpp 798 * @param nfcImpl
803 UChar32 nextDecomposedCodePoint(const Normalizer2Impl &nfcImpl, UChar32 c) {
805 decomp = nfcImpl.getDecomposition(c, buffer, length);
849 FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *textLimit)
852 const UChar *spanLimit = nfcImpl.makeFCD(text, textLimit, NULL, errorCode);
860 ReorderingBuffer buffer(nfcImpl, str);
862 nfcImpl.makeFCD(spanLimit, textLimit, &buffer, errorCode);
929 UCollationResult compareNFDIter(const Normalizer2Impl &nfcImpl,
945 leftCp = left.nextDecomposedCodePoint(nfcImpl, leftCp);
952 rightCp = right.nextDecomposedCodePoint(nfcImpl, rightCp)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
caniter.h 180 const Normalizer2Impl &nfcImpl;
  /external/icu/icu4c/source/common/unicode/
caniter.h 182 const Normalizer2Impl &nfcImpl;
  /external/chromium_org/third_party/icu/source/common/
unormcmp.cpp 147 const Normalizer2Impl *nfcImpl;
182 nfcImpl=Normalizer2Factory::getNFCImpl(*pErrorCode);
184 nfcImpl=NULL;
412 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length))
453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
  /external/chromium_org/third_party/icu/source/test/intltest/
ucdtest.cpp 341 const Normalizer2Impl *nfcImpl=Normalizer2Factory::getNFCImpl(errorCode);
350 if (nfcImpl->getCanonStartSet(0x49, set1)) {
tstnorm.cpp     [all...]
  /external/icu/icu4c/source/common/
unormcmp.cpp 147 const Normalizer2Impl *nfcImpl;
182 nfcImpl=Normalizer2Factory::getNFCImpl(*pErrorCode);
184 nfcImpl=NULL;
412 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length))
453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
  /external/icu/icu4c/source/test/intltest/
ucdtest.cpp 347 const Normalizer2Impl *nfcImpl=Normalizer2Factory::getNFCImpl(errorCode);
348 if(!nfcImpl->ensureCanonIterData(errorCode) || errorCode.isFailure()) {
356 if (nfcImpl->getCanonStartSet(0x49, set1)) {
tstnorm.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 251 milliseconds