Searched refs:isNextBoundary (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerBase.java1267 boolean isNextBoundary(UCharacterIterator src, method in interface:NormalizerBase.IsNextBoundary
1319 public boolean isNextBoundary(UCharacterIterator src, method in class:NormalizerBase.IsNextNFDSafe
1335 public boolean isNextBoundary(UCharacterIterator src, method in class:NormalizerBase.IsNextTrueStarter
1376 if(obj.isNextBoundary(src, minC, mask, chars)) {
1409 IsNextBoundary isNextBoundary;
1422 isNextBoundary = mode.getNextBoundary();
1424 if(isNextBoundary==null) {
1453 bufferLength=findNextIterationBoundary(src,isNextBoundary, minC, mask,

Completed in 33 milliseconds