Searched refs:norm16HasDecompBoundaryBefore (Results 1 – 4 of 4) sorted by relevance
1623 norm16HasDecompBoundaryBefore(getNorm16(c)); in hasDecompBoundaryBefore()1625 public boolean norm16HasDecompBoundaryBefore(int norm16) { in norm16HasDecompBoundaryBefore() method in Normalizer2Impl2215 if (norm16HasDecompBoundaryBefore(norm16)) { in findPreviousFCDBoundary()2225 if (c < minLcccCP || norm16HasDecompBoundaryBefore(norm16 = getNorm16(c))) { in findNextFCDBoundary()
1614 norm16HasDecompBoundaryBefore(getNorm16(c)); in hasDecompBoundaryBefore()1616 public boolean norm16HasDecompBoundaryBefore(int norm16) { in norm16HasDecompBoundaryBefore() method in Normalizer2Impl2206 if (norm16HasDecompBoundaryBefore(norm16)) { in findPreviousFCDBoundary()2216 if (c < minLcccCP || norm16HasDecompBoundaryBefore(norm16 = getNorm16(c))) { in findNextFCDBoundary()
929 norm16HasDecompBoundaryBefore(getNorm16(c)); in hasDecompBoundaryBefore()932 UBool Normalizer2Impl::norm16HasDecompBoundaryBefore(uint16_t norm16) const { in norm16HasDecompBoundaryBefore() function in Normalizer2Impl2312 if (norm16HasDecompBoundaryBefore(norm16)) { in findPreviousFCDBoundary()2325 if (c < minLcccCP || norm16HasDecompBoundaryBefore(norm16)) { in findNextFCDBoundary()
523 UBool norm16HasDecompBoundaryBefore(uint16_t norm16) const;