OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucm_addState
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
ucmstate.c
188
ucm_addState
(UCMStates *states, const char *s) {
317
ucm_addState
(states, *pValue);
443
ucm_addState
(states, "0-ff");
456
ucm_addState
(states, "0-ff, e:1.s, f:0.s");
457
ucm_addState
(states, "initial, 0-3f:4, e:1.s, f:0.s, 40:3, 41-fe:2, ff:4");
458
ucm_addState
(states, "0-40:1.i, 41-fe:1., ff:1.i");
459
ucm_addState
(states, "0-ff:1.i, 40:1.");
460
ucm_addState
(states, "0-ff:1.i");
469
ucm_addState
(states, "0-3f:3, 40:2, 41-fe:1, ff:3");
470
ucm_addState
(states, "41-fe")
[
all
...]
ucm.h
240
ucm_addState
(UCMStates *states, const char *s);
Completed in 492 milliseconds