Searched refs:singleLeadMightHaveNonZeroFCD16 (Results 1 – 5 of 5) sorted by relevance
313 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
927 return c < minLcccCP || (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) || in hasDecompBoundaryBefore()949 if (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) { in hasDecompBoundaryAfter()2179 } else if(!singleLeadMightHaveNonZeroFCD16(c)) { in makeFCD()
747 if(!singleLeadMightHaveNonZeroFCD16(c)) { return 0; } in getFCD16()752 public boolean singleLeadMightHaveNonZeroFCD16(int lead) { in singleLeadMightHaveNonZeroFCD16() method in Normalizer2Impl1494 } else if(!singleLeadMightHaveNonZeroFCD16(c)) { in makeFCD()1622 return c < minLcccCP || (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) || in hasDecompBoundaryBefore()1642 if (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) { in hasDecompBoundaryAfter()
738 if(!singleLeadMightHaveNonZeroFCD16(c)) { return 0; } in getFCD16()743 public boolean singleLeadMightHaveNonZeroFCD16(int lead) { in singleLeadMightHaveNonZeroFCD16() method in Normalizer2Impl1485 } else if(!singleLeadMightHaveNonZeroFCD16(c)) { in makeFCD()1613 return c < minLcccCP || (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) || in hasDecompBoundaryBefore()1633 if (c <= 0xffff && !singleLeadMightHaveNonZeroFCD16(c)) { in hasDecompBoundaryAfter()