OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decimalValues
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c
501
USet *digits, *
decimalValues
;
508
decimalValues
=uset_openPattern(decimalValuesPattern, 24, &errorCode);
511
compareUSets(digits,
decimalValues
, "[:Nd:]", "[:Numeric_Type=Decimal:]", TRUE);
515
uset_close(
decimalValues
);
[
all
...]
/external/icu4c/test/cintltst/
cucdtst.c
502
USet *digits, *
decimalValues
;
509
decimalValues
=uset_openPattern(decimalValuesPattern, 24, &errorCode);
512
compareUSets(digits,
decimalValues
, "[:Nd:]", "[:Numeric_Type=Decimal:]", TRUE);
516
uset_close(
decimalValues
);
[
all
...]
Completed in 332 milliseconds