Home | History | Annotate | Download | only in common

Lines Matching refs:utrie2_get32

1235     highValue=utrie2_get32(trie, 0x10ffff);
1243 * Set trie->highStart only after utrie2_get32(trie, highStart).
1244 * Otherwise utrie2_get32(trie, highStart) would try to read the highValue.