Home
last modified time | relevance | path

Searched defs:next (Results 1501 - 1525 of 2520) sorted by relevance

1...<<61626364656667686970>>...101

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java451 public int next(int n) { in next() method in RuleBasedBreakIterator
473 public int next() { in next() method in RuleBasedBreakIterator
1352 void next() { next() method in RuleBasedBreakIterator.BreakCache
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp345 void next() { in next() function in __anon3698::Generator
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java278 public Result next(int inByte) { in next() method in BytesTrie
319 public Result next(byte[] s, int sIndex, int sLimit) { in next() method in BytesTrie
632 public Entry next() { next() method in BytesTrie.Iterator
[all...]
H A DCodePointTrie.java826 public boolean next() { in next() method in CodePointTrie.Fast.FastStringIterator
943 public boolean next() { in next() method in CodePointTrie.Small.SmallStringIterator
H A DCharsTrie.java228 public Result next(int inUnit) { in next() method in CharsTrie
281 public Result next(CharSequence s, int sIndex, int sLimit) { in next() method in CharsTrie
548 public Entry next() { next() method in CharsTrie.Iterator
[all...]
H A DLocaleMatcher.java825 public LSR next() { in next() method in LocaleMatcher.ULocaleLsrIterator
851 public LSR next() { in next() method in LocaleMatcher.LocaleLsrIterator
[all...]
H A DStringTrieBuilder.java350 private Node next; field in StringTrieBuilder.IntermediateValueNode
502 private Node next; global() field in StringTrieBuilder.LinearMatchNode
806 private Node next; // A branch sub-node. global() field in StringTrieBuilder.BranchHeadNode
[all...]
/third_party/icu/icu4c/source/common/
H A Dfilteredbrk.cpp426 SimpleFilteredSentenceBreakIterator::next() { in next() function in SimpleFilteredSentenceBreakIterator
466 SimpleFilteredSentenceBreakIterator::next(int32_t offset) { next() function in SimpleFilteredSentenceBreakIterator
[all...]
H A Drbbi.cpp603 int32_t RuleBasedBreakIterator::next(int32_t n) { in next() function in RuleBasedBreakIterator
623 int32_t RuleBasedBreakIterator::next(void) { in next() function in RuleBasedBreakIterator
[all...]
H A Ducase.cpp422 FullCaseFoldingIterator::next(UnicodeString &full) { in next() function in FullCaseFoldingIterator
H A Dudata.cpp515 const char *UDataPathIterator::next(UErrorCode *pErrorCode) in next() function in UDataPathIterator
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h53 struct list_head *next; member
77 struct list_head *next = head->next; in list_empty_careful() local
83 __list_del(struct list_head *prev, struct list_head *next) in __list_del() argument
120 linux_list_add(struct list_head *new, struct list_head *prev, struct list_head *next) linux_list_add() argument
255 linux_list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) linux_list_splice() argument
306 struct hlist_node *next, **pprev; global() member
362 hlist_add_before(struct hlist_node *n, struct hlist_node *next) hlist_add_before() argument
[all...]
/third_party/alsa-lib/aserver/
H A Daserver.c1026 snd_config_iterator_t i, next; in main() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java963 public Entry<String, T> next() { in next() method in UnicodeMap.IteratorX
1017 public EntryRange<T> next() { in next() method in UnicodeMap.EntryRanges
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dcasepropsbuilder.cpp601 UChar32 next=c+UCASE_GET_DELTA(value); in makeExcProps() local
763 UChar32 next; in addClosure() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie2.java575 public Trie2.CharSequenceValues next() { in next() method in Trie2.CharSequenceIterator
887 public Range next() { in next() method in Trie2.Trie2Iterator
H A DCaseMapImpl.java145 public int next() { in next() method in CaseMapImpl.StringContextIterator
307 public int next(int n) { in next() method in CaseMapImpl.WholeStringBreakIterator
313 public int next() { in next() method in CaseMapImpl.WholeStringBreakIterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DStringTrieBuilder.java349 private Node next; field in StringTrieBuilder.IntermediateValueNode
501 private Node next; global() field in StringTrieBuilder.LinearMatchNode
805 private Node next; // A branch sub-node. global() field in StringTrieBuilder.BranchHeadNode
[all...]
H A DCodePointTrie.java807 public boolean next() { in next() method in CodePointTrie.Fast.FastStringIterator
921 public boolean next() { in next() method in CodePointTrie.Small.SmallStringIterator
H A DLocaleMatcher.java733 public LSR next() { in next() method in LocaleMatcher.ULocaleLsrIterator
759 public LSR next() { in next() method in LocaleMatcher.LocaleLsrIterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java100 int next() { in next() method in CollationIterator.SkippedState
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DListFormatter.java681 public FormattedListBuilder append(String compiledPattern, Object next, in argument
[all...]
H A DRuleBasedBreakIterator.java393 public int next(int n) { in next() method in RuleBasedBreakIterator
414 public int next() { in next() method in RuleBasedBreakIterator
1329 void next() { next() method in RuleBasedBreakIterator.BreakCache
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java155 public int next() { in next() method in TestFmwk.ICU_Rand
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java162 public int next() { in next() method in TestFmwk.ICU_Rand

Completed in 34 milliseconds

1...<<61626364656667686970>>...101