Home
last modified time | relevance | path

Searched refs:singleLeadMightHaveNonZeroFCD16 (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h313 if(!singleLeadMightHaveNonZeroFCD16(c)) { return 0; } in getFCD16()
327 if(c<minDecompNoCP || !singleLeadMightHaveNonZeroFCD16(c)) { in nextFCD16()
349 if(!singleLeadMightHaveNonZeroFCD16(c)) { in previousFCD16()
363 UBool singleLeadMightHaveNonZeroFCD16(UChar32 lead) const { in singleLeadMightHaveNonZeroFCD16() function
Dnormalizer2impl.cpp1061 return c < minLcccCP || (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) || in hasDecompBoundaryBefore()
1083 if (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) { in hasDecompBoundaryAfter()
2313 } else if(!singleLeadMightHaveNonZeroFCD16(c)) { in makeFCD()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h313 if(!singleLeadMightHaveNonZeroFCD16(c)) { return 0; } in getFCD16()
327 if(c<minDecompNoCP || !singleLeadMightHaveNonZeroFCD16(c)) { in nextFCD16()
349 if(!singleLeadMightHaveNonZeroFCD16(c)) { in previousFCD16()
363 UBool singleLeadMightHaveNonZeroFCD16(UChar32 lead) const { in singleLeadMightHaveNonZeroFCD16() function
Dnormalizer2impl.cpp1061 return c < minLcccCP || (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) || in hasDecompBoundaryBefore()
1083 if (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) { in hasDecompBoundaryAfter()
2313 } else if(!singleLeadMightHaveNonZeroFCD16(c)) { in makeFCD()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h313 if(!singleLeadMightHaveNonZeroFCD16(c)) { return 0; } in getFCD16()
327 if(c<minDecompNoCP || !singleLeadMightHaveNonZeroFCD16(c)) { in nextFCD16()
349 if(!singleLeadMightHaveNonZeroFCD16(c)) { in previousFCD16()
363 UBool singleLeadMightHaveNonZeroFCD16(UChar32 lead) const { in singleLeadMightHaveNonZeroFCD16() function
Dnormalizer2impl.cpp1061 return c < minLcccCP || (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) || in hasDecompBoundaryBefore()
1083 if (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) { in hasDecompBoundaryAfter()
2313 } else if(!singleLeadMightHaveNonZeroFCD16(c)) { in makeFCD()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java738 if(!singleLeadMightHaveNonZeroFCD16(c)) { return 0; } in getFCD16()
743 public boolean singleLeadMightHaveNonZeroFCD16(int lead) { in singleLeadMightHaveNonZeroFCD16() method in Normalizer2Impl
1485 } else if(!singleLeadMightHaveNonZeroFCD16(c)) { in makeFCD()
1613 return c < minLcccCP || (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) || in hasDecompBoundaryBefore()
1633 if (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) { in hasDecompBoundaryAfter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java747 if(!singleLeadMightHaveNonZeroFCD16(c)) { return 0; } in getFCD16()
752 public boolean singleLeadMightHaveNonZeroFCD16(int lead) { in singleLeadMightHaveNonZeroFCD16() method in Normalizer2Impl
1494 } else if(!singleLeadMightHaveNonZeroFCD16(c)) { in makeFCD()
1622 return c < minLcccCP || (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) || in hasDecompBoundaryBefore()
1642 if (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) { in hasDecompBoundaryAfter()