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
186
ucm_addState
(UCMStates *states, const char *s) {
315
ucm_addState
(states, *pValue);
441
ucm_addState
(states, "0-ff");
454
ucm_addState
(states, "0-ff, e:1.s, f:0.s");
455
ucm_addState
(states, "initial, 0-3f:4, e:1.s, f:0.s, 40:3, 41-fe:2, ff:4");
456
ucm_addState
(states, "0-40:1.i, 41-fe:1., ff:1.i");
457
ucm_addState
(states, "0-ff:1.i, 40:1.");
458
ucm_addState
(states, "0-ff:1.i");
467
ucm_addState
(states, "0-3f:3, 40:2, 41-fe:1, ff:3");
468
ucm_addState
(states, "41-fe")
[
all
...]
ucm.h
238
ucm_addState
(UCMStates *states, const char *s);
Completed in 51 milliseconds