Searched defs:newProps (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/tools/genprops/
H A Dprops2.c576 Props newProps={ 0 }; local
631 newProps.exponent=exp;
652 newProps.numericType=(uint8_t)U_NT_NUMERIC; /* assumed numeric type, see Unicode 4.0.1 comment */
653 newProps.numericValue=(int32_t)value; /* newly parsed numeric value */
655 value=makeProps(&newProps);
/external/icu4c/tools/genprops/
H A Dprops2.c576 Props newProps={ 0 }; local
630 newProps.exponent=exp;
651 newProps.code=start;
652 newProps.numericValue=(int32_t)value; /* newly parsed numeric value */
683 newProps.numericType=UPROPS_NTV_GET_TYPE(oldNtv);
684 newProps32=makeProps(&newProps);
692 newProps.numericType=(uint8_t)U_NT_NUMERIC; /* assumed numeric type, see Unicode 4.0.1 comment */
693 newProps32=makeProps(&newProps);

Completed in 31 milliseconds