Searched refs:firstForCodePoint (Results 1 – 23 of 23) sorted by relevance
33 Result result = uct.firstForCodePoint(c); in matches()
32 Result result = uct.firstForCodePoint(c); in matches()
213 UStringTrieResult firstForCodePoint(UChar32 cp);
44 UCharsTrie::firstForCodePoint(UChar32 cp) { in firstForCodePoint() function in UCharsTrie
505 UStringTrieResult match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()612 suffixes.firstForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
723 BytesTrie.Result match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()822 suffixes.firstForCodePoint(nextCodePoint()); in nextCE32FromDiscontiguousContraction()
721 BytesTrie.Result match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()820 suffixes.firstForCodePoint(nextCodePoint()); in nextCE32FromDiscontiguousContraction()
259 …if( (result=trie.firstForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()747 firstResult=trie.firstForCodePoint(c); in checkFirst()
314 if( (result=trie->firstForCodePoint(0x4dff))!=USTRINGTRIE_NO_VALUE || result!=trie->current() || in TestNextForCodePoint()845 firstResult=trie.firstForCodePoint(c); in checkFirst()
256 …if( (result=trie.firstForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()744 firstResult=trie.firstForCodePoint(c); in checkFirst()
214 public Result firstForCodePoint(int cp) { in firstForCodePoint() method in CharsTrie
202 public Result firstForCodePoint(int cp) { in firstForCodePoint() method in CharsTrie