OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noState
(Results
1 - 6
of
6
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
BytesTrieTest.java
649
BytesTrie.State
noState
=new BytesTrie.State(), state=new BytesTrie.State();
653
trie.resetToState(
noState
);
654
errln("trie.resetToState(
noState
) should throw an IllegalArgumentException");
CharsTrieTest.java
[
all
...]
/external/icu/icu4c/source/test/intltest/
bytestrietest.cpp
759
BytesTrie::State
noState
, state;
763
trie.resetToState(
noState
);
ucharstrietest.cpp
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
BytesTrieTest.java
645
BytesTrie.State
noState
=new BytesTrie.State(), state=new BytesTrie.State();
649
trie.resetToState(
noState
);
650
errln("trie.resetToState(
noState
) should throw an IllegalArgumentException");
CharsTrieTest.java
[
all
...]
Completed in 708 milliseconds