Searched refs:hasBoundaryBefore (Results 1 – 15 of 15) sorted by relevance
71 public boolean hasBoundaryBefore(int c) { return true; } in hasBoundaryBefore() method in Norm2AllModes.NoopNormalizer2188 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundary(c, true); } in hasBoundaryBefore() method in Norm2AllModes.DecomposeNormalizer2238 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.ComposeNormalizer2274 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.FCDNormalizer2
398 virtual UBool hasBoundaryBefore(UChar32 c) const = 0;618 virtual UBool hasBoundaryBefore(UChar32 c) const;
197 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2198 return !set.contains(c) || norm2.hasBoundaryBefore(c); in hasBoundaryBefore()
401 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
1824 if(norm2.hasBoundaryBefore(c)) { in nextNormalize()1847 if(norm2.hasBoundaryBefore(c)) { in previousNormalize()
211 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } in hasBoundaryBefore() function275 virtual UBool hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function311 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() function
251 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2252 return !set.contains(c) || norm2.hasBoundaryBefore(c); in hasBoundaryBefore()
142 if(n2->hasBoundaryBefore(c)) { in _iterate()155 if(n2->hasBoundaryBefore(c)) { in _iterate()
484 if(fNorm2->hasBoundaryBefore(c=text->next32PostInc())) { in nextNormalize()508 if(fNorm2->hasBoundaryBefore(c)) { in previousNormalize()
117 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2484 return ((const Normalizer2 *)norm2)->hasBoundaryBefore(c); in unorm2_hasBoundaryBefore()
1207 if (nfkcNorm2->hasBoundaryBefore(c)) { in divideUpDictionaryRange()
146 } while(start < limit && !fNorm2.hasBoundaryBefore(c = text.char32At(start))); in handleTransliterate()
276 if(!nfc.hasBoundaryBefore(prefix0) || !nfc.hasBoundaryBefore(c)) { in parseRelationStrings()
105 } while(start < limit && !norm2.hasBoundaryBefore(c = text.char32At(start))); in handleTransliterate()
311 if(!nfc.hasBoundaryBefore(prefix0) || !nfc.hasBoundaryBefore(c)) { in parseRelationStrings()