OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numericType
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/tools/genprops/
genprops.h
31
int32_t numericValue; /* see
numericType
*/
33
uint8_t generalCategory,
numericType
, exponent;
genprops.c
359
p.
numericType
=1;
371
if(p.
numericType
==0) {
373
p.
numericType
=2;
398
if(p.
numericType
>0) {
420
if(p.
numericType
==0) {
426
p.
numericType
=3;
store.c
262
type=p->
numericType
;
props2.c
683
newProps.
numericType
=UPROPS_NTV_GET_TYPE(oldNtv);
692
newProps.
numericType
=(uint8_t)U_NT_NUMERIC; /* assumed numeric type, see Unicode 4.0.1 comment */
Completed in 571 milliseconds