Searched refs:nfcImpl (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationdata.h40 nfcImpl(nfc),
105 return nfcImpl.getFCD16(c);
165 const Normalizer2Impl &nfcImpl; member in struct:CollationData
H A Duitercollationiterator.h67 nfcImpl(data->nfcImpl) {}
151 const Normalizer2Impl &nfcImpl; member in class:FCDUIterCollationIterator
H A Dutf8collationiterator.h83 nfcImpl(data->nfcImpl) {}
164 const Normalizer2Impl &nfcImpl; member in class:FCDUTF8CollationIterator
H A Dcollationtailoring.cpp70 const Normalizer2Impl *nfcImpl = Normalizer2Factory::getNFCImpl(errorCode); local
72 ownedData = new CollationData(*nfcImpl);
H A Dutf16collationiterator.h89 nfcImpl(data->nfcImpl),
175 const Normalizer2Impl &nfcImpl; member in class:FCDUTF16CollationIterator
H A Dutf16collationiterator.cpp156 nfcImpl(other.nfcImpl),
381 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit);
392 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff);
445 uint16_t fcd16 = nfcImpl.previousFCD16(rawStart, p);
458 (fcd16 = nfcImpl.previousFCD16(rawStart, p)) != 0);
479 nfcImpl.decompose(from, to, normalized, (int32_t)(to - from), errorCode);
H A Drulebasedcollator.cpp798 * @param nfcImpl
803 UChar32 nextDecomposedCodePoint(const Normalizer2Impl &nfcImpl, UChar32 c) { argument
805 decomp = nfcImpl.getDecomposition(c, buffer, length);
849 FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *textLimit) argument
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, argument
945 leftCp = left.nextDecomposedCodePoint(nfcImpl, leftCp);
952 rightCp = right.nextDecomposedCodePoint(nfcImpl, rightC
1067 const Normalizer2Impl &nfcImpl = data->nfcImpl; local
1192 const Normalizer2Impl &nfcImpl = data->nfcImpl; local
1261 const Normalizer2Impl &nfcImpl = data->nfcImpl; local
[all...]
H A Duitercollationiterator.cpp315 uint16_t fcd16 = nfcImpl.getFCD16(c);
328 if(nfcImpl.getFCD16(c) <= 0xff) {
396 uint16_t fcd16 = nfcImpl.getFCD16(c);
410 fcd16 = nfcImpl.getFCD16(c);
442 nfcImpl.decompose(s, normalized, errorCode);
H A Dutf8collationiterator.cpp398 uint16_t fcd16 = nfcImpl.getFCD16(c);
411 if(nfcImpl.getFCD16(c) <= 0xff) {
477 uint16_t fcd16 = nfcImpl.getFCD16(c);
491 fcd16 = nfcImpl.getFCD16(c);
523 nfcImpl.decompose(s, normalized, errorCode);
H A Dcollationbuilder.h294 const Normalizer2Impl &nfcImpl; member in class:CollationBuilder
H A Dcollationdatabuilder.h234 const Normalizer2Impl &nfcImpl; member in class:CollationDataBuilder
H A Dcollationdatabuilder.cpp152 builder(b), builderData(b.nfcImpl),
277 : nfcImpl(*Normalizer2Factory::getNFCImpl(errorCode)),
1411 uint16_t fcd16 = nfcImpl.getFCD16(suffix.char32At(0));
1415 fcd16 = nfcImpl.getFCD16(suffix.char32At(suffix.length() - 1));
H A Dcollationdatareader.cpp267 data->nfcImpl.addLcccChars(*tailoring.unsafeBackwardSet);
H A Dcollationbuilder.cpp214 nfcImpl(*Normalizer2Factory::getNFCImpl(errorCode)),
223 nfcImpl.ensureCanonIterData(errorCode);
1153 if(!nfcImpl.getCanonStartSet(lastStarter, composites)) { return; }
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dcaniter.h182 const Normalizer2Impl &nfcImpl; member in class:CanonicalIterator
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunormcmp.cpp147 const Normalizer2Impl *nfcImpl; local
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))
H A Dcaniter.cpp75 nfcImpl(*Normalizer2Factory::getNFCImpl(status))
77 if(U_SUCCESS(status) && nfcImpl.ensureCanonIterData(status)) {
220 if (nfcImpl.isCanonSegmentStarter(cp)) {
449 if (!nfcImpl.getCanonStartSet(cp, starts)) {
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ducdtest.cpp347 const Normalizer2Impl *nfcImpl=Normalizer2Factory::getNFCImpl(errorCode); local
348 if(!nfcImpl->ensureCanonIterData(errorCode) || errorCode.isFailure()) {
356 if (nfcImpl->getCanonStartSet(0x49, set1)) {
H A Dtstnorm.cpp1112 const Normalizer2Impl *nfcImpl=Normalizer2Factory::getNFCImpl(errorCode); local
1113 if(U_FAILURE(errorCode) || !nfcImpl->ensureCanonIterData(errorCode)) {
1121 if(nfcImpl->getCanonStartSet(iI[i], iSet)) {

Completed in 273 milliseconds