Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DCjkBreakEngine.java13 import static com.ibm.icu.impl.CharacterIteration.next32;
179 for (int i = 0; i < numCodePts; i++, text.setIndex(ix), next32(text)) { in divideUpDictionaryRange()
218 next32(text); in divideUpDictionaryRange()
220 next32(text); in divideUpDictionaryRange()
H A DUnhandledBreakEngine.java52 CharacterIteration.next32(text); in findBreaks()
H A DDictionaryBreakEngine.java199 CharacterIteration.next32(text); in findBreaks()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCjkBreakEngine.java14 import static ohos.global.icu.impl.CharacterIteration.next32;
155 for (int i = 0; i < numCodePts; i++, text.setIndex(ix), next32(text)) { in divideUpDictionaryRange()
194 next32(text); in divideUpDictionaryRange()
196 next32(text); in divideUpDictionaryRange()
H A DUnhandledBreakEngine.java52 CharacterIteration.next32(text); in findBreaks()
H A DDictionaryBreakEngine.java199 CharacterIteration.next32(text); in findBreaks()
H A DRuleBasedBreakIterator.java14 import static ohos.global.icu.impl.CharacterIteration.next32;
950 next32(text); in handleNext()
1202 c = CharacterIteration.next32(fText); // pre-increment in populateDictionary()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duchriter.h162 * This can be used to begin an iteration with next32().
264 virtual UChar32 next32(void);
H A Dchariter.h407 * This can be used to begin an iteration with next32().
517 virtual UChar32 next32(void) = 0;
/third_party/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp78 virtual UChar32 next32() override {return DONE;}
613 c = iter.next32(); in TestIterationUChar32()
626 c=iter.next32(); in TestIterationUChar32()
628 errln("next32 didn't return DONE at the end"); in TestIterationUChar32()
727 c = iter.next32(); in TestIterationUChar32()
731 c=iter.next32(); in TestIterationUChar32()
733 errln("error in next32()"); in TestIterationUChar32()
1062 virtual UChar32 next32() override {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCharacterIteration.java31 public static int next32(CharacterIterator ci) { in next32() method in CharacterIteration
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCharacterIteration.java35 public static int next32(CharacterIterator ci) { in next32() method in CharacterIteration
/third_party/icu/icu4c/source/common/unicode/
H A Dchariter.h407 * This can be used to begin an iteration with next32().
517 virtual UChar32 next32(void) = 0;
H A Duchriter.h162 * This can be used to begin an iteration with next32().
264 virtual UChar32 next32(void) override;
/third_party/node/deps/icu-small/source/common/unicode/
H A Dchariter.h407 * This can be used to begin an iteration with next32().
517 virtual UChar32 next32(void) = 0;
H A Duchriter.h162 * This can be used to begin an iteration with next32().
264 virtual UChar32 next32(void) override;
/third_party/icu/icu4c/source/common/
H A Duchriter.cpp259 UCharCharacterIterator::next32() { in next32() function in UCharCharacterIterator
/third_party/node/deps/icu-small/source/common/
H A Duchriter.cpp259 UCharCharacterIterator::next32() { in next32() function in UCharCharacterIterator
/third_party/skia/third_party/externals/icu/source/common/
H A Duchriter.cpp259 UCharCharacterIterator::next32() { in next32() function in UCharCharacterIterator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java13 import static com.ibm.icu.impl.CharacterIteration.next32;
973 next32(text); in handleNext()
1225 c = CharacterIteration.next32(fText); // pre-increment in populateDictionary()

Completed in 18 milliseconds