HomeSort by relevance Sort by last modified time
    Searched defs:UCMStates (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.h 92 typedef struct UCMStates {
99 } UCMStates;
103 UCMStates states;
130 ucm_mappingType(UCMStates *baseStates,
137 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates,
143 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates);
171 UBool forBase, UCMStates *baseStates,
179 ucm_checkValidity(UCMTable *ext, UCMStates *baseStates);
226 ucm_checkBaseExt(UCMStates *baseStates, UCMTable *base, UCMTable *ext,
237 ucm_addState(UCMStates *states, const char *s)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.h 93 typedef struct UCMStates {
100 } UCMStates;
104 UCMStates states;
131 ucm_mappingType(UCMStates *baseStates,
138 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates,
144 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates);
172 UBool forBase, UCMStates *baseStates,
180 ucm_checkValidity(UCMTable *ext, UCMStates *baseStates);
227 ucm_checkBaseExt(UCMStates *baseStates, UCMTable *base, UCMTable *ext,
238 ucm_addState(UCMStates *states, const char *s)
    [all...]

Completed in 369 milliseconds