OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIsFractionRuleSet
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
nfrs.h
35
void makeIntoFractionRuleSet() {
fIsFractionRuleSet
= TRUE; }
46
UBool isFractionRuleSet() const { return
fIsFractionRuleSet
; }
68
UBool
fIsFractionRuleSet
;
nfrs.cpp
125
,
fIsFractionRuleSet
(FALSE)
318
fIsFractionRuleSet
== rhs.
fIsFractionRuleSet
&&
418
if (
fIsFractionRuleSet
) {
697
if ((!
fIsFractionRuleSet
) && (rules[i]->getBaseValue() >= ub)) {
701
UBool success = rules[i]->doParse(text, workingPos,
fIsFractionRuleSet
, upperBound, tempResult);
/external/icu/icu4c/source/i18n/
nfrs.h
35
void makeIntoFractionRuleSet() {
fIsFractionRuleSet
= TRUE; }
46
UBool isFractionRuleSet() const { return
fIsFractionRuleSet
; }
68
UBool
fIsFractionRuleSet
;
nfrs.cpp
125
,
fIsFractionRuleSet
(FALSE)
318
fIsFractionRuleSet
== rhs.
fIsFractionRuleSet
&&
418
if (
fIsFractionRuleSet
) {
697
if ((!
fIsFractionRuleSet
) && (rules[i]->getBaseValue() >= ub)) {
701
UBool success = rules[i]->doParse(text, workingPos,
fIsFractionRuleSet
, upperBound, tempResult);
Completed in 47 milliseconds