OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:digitsType
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
plurrule.cpp
589
curAndConstraint->
digitsType
= type;
756
digitsType
= none;
773
this->
digitsType
= other.
digitsType
;
793
if (
digitsType
== none) {
797
double n = number.get(
digitsType
); // pulls n | i | v | f value for the number.
967
result += tokenString(andRule->
digitsType
);
976
result += tokenString(andRule->
digitsType
);
[
all
...]
plurrule_impl.h
227
tokenType
digitsType
; // n | i | v | f constraint.
Completed in 51 milliseconds