OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:integerOnly
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp
332
curAndConstraint->
integerOnly
= TRUE;
527
integerOnly
=FALSE;
537
this->
integerOnly
=other.
integerOnly
;
577
if (
integerOnly
) {
778
if ( andRule->
integerOnly
) {
791
if ( andRule->
integerOnly
) {
plurrule_impl.h
160
UBool
integerOnly
;
/external/icu/icu4c/source/i18n/
plurrule.cpp
534
curAndConstraint->
integerOnly
= (type != tWithin);
755
integerOnly
= FALSE;
771
this->
integerOnly
=other.
integerOnly
;
801
if (
integerOnly
&& n != uprv_floor(n)) {
997
if ( andRule->
integerOnly
) {
1005
if ( andRule->
integerOnly
) {
[
all
...]
plurrule_impl.h
226
UBool
integerOnly
; // TRUE for 'within' rules.
Completed in 86 milliseconds