Home
last modified time | relevance | path

Searched refs:getFCD16 (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationdata.h104 uint16_t getFCD16(UChar32 c) const { in getFCD16() function
105 return nfcImpl.getFCD16(c); in getFCD16()
Duitercollationiterator.cpp315 uint16_t fcd16 = nfcImpl.getFCD16(c); in nextSegment()
328 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment()
396 uint16_t fcd16 = nfcImpl.getFCD16(c); in previousSegment()
410 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
Dutf8collationiterator.cpp398 uint16_t fcd16 = nfcImpl.getFCD16(c); in nextSegment()
411 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment()
477 uint16_t fcd16 = nfcImpl.getFCD16(c); in previousSegment()
491 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
Dcollationiterator.cpp533 if(d->getFCD16(c) > 0xff) { in nextCE32FromContraction()
578 uint16_t fcd16 = d->getFCD16(c); in nextCE32FromDiscontiguousContraction()
588 fcd16 = d->getFCD16(nextCp); in nextCE32FromDiscontiguousContraction()
646 fcd16 = d->getFCD16(c); in nextCE32FromDiscontiguousContraction()
Dcollationdatabuilder.cpp1411 uint16_t fcd16 = nfcImpl.getFCD16(suffix.char32At(0)); in buildContext()
1415 fcd16 = nfcImpl.getFCD16(suffix.char32At(suffix.length() - 1)); in buildContext()
/external/chromium_org/third_party/icu/source/common/
Dnormalizer2impl.h241 uint16_t getFCD16(UChar32 c) const { return UTRIE2_GET16(fcdTrie(), c); } in getFCD16() function
361 UBool hasFCDBoundaryBefore(UChar32 c) const { return c<MIN_CCC_LCCC_CP || getFCD16(c)<=0xff; } in hasFCDBoundaryBefore()
363 uint16_t fcd16=getFCD16(c); in hasFCDBoundaryAfter()
366 UBool isFCDInert(UChar32 c) const { return getFCD16(c)<=1; } in isFCDInert()
Duprops.cpp305 getFCD16(UChar32 c) { in getFCD16() function
430 return getFCD16(c)>>8; in getLeadCombiningClass()
440 return getFCD16(c)&0xff; in getTrailCombiningClass()
Dnormalizer2impl.cpp1567 if((fcd16=getFCD16(c))<=0xff) { in makeFCD()
/external/icu/icu4c/source/common/
Dnormalizer2impl.h272 uint16_t getFCD16(UChar32 c) const { in getFCD16() function
474 UBool hasFCDBoundaryBefore(UChar32 c) const { return c<MIN_CCC_LCCC_CP || getFCD16(c)<=0xff; } in hasFCDBoundaryBefore()
476 uint16_t fcd16=getFCD16(c); in hasFCDBoundaryAfter()
479 UBool isFCDInert(UChar32 c) const { return getFCD16(c)<=1; } in isFCDInert()
Dnormalizer2impl.cpp371 uint16_t fcd16=impl.getFCD16(start); in handleRange()
375 uint16_t fcd16=impl.getFCD16(start); in handleRange()
412 uint16_t prevFCD16=ctx->impl.getFCD16(start); in enumNorm16PropertyStartsRange()
414 uint16_t fcd16=ctx->impl.getFCD16(start); in enumNorm16PropertyStartsRange()
1682 prevFCD16=getFCD16(*(src-1)); in makeFCD()
Dnormalizer2.cpp992 return impl->getFCD16(c); in unorm_getFCD16()