OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rbnf
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
unum.cpp
22
#include "unicode/
rbnf
.h"
175
const RuleBasedNumberFormat*
rbnf
= dynamic_cast<const RuleBasedNumberFormat*>(nf);
local
176
U_ASSERT(
rbnf
!= NULL);
177
res =
rbnf
->clone();
550
const RuleBasedNumberFormat*
rbnf
= dynamic_cast<const RuleBasedNumberFormat*>(nf);
local
551
U_ASSERT(
rbnf
!= NULL);
554
return
rbnf
->isLenient();
651
RuleBasedNumberFormat*
rbnf
= dynamic_cast<RuleBasedNumberFormat*>(nf);
local
652
U_ASSERT(
rbnf
!= NULL);
655
rbnf
->setLenient((UBool)newValue)
736
const RuleBasedNumberFormat*
rbnf
= dynamic_cast<const RuleBasedNumberFormat*>(nf);
local
800
RuleBasedNumberFormat*
rbnf
= dynamic_cast<RuleBasedNumberFormat*>(nf);
local
835
const RuleBasedNumberFormat*
rbnf
= dynamic_cast<const RuleBasedNumberFormat*>(nf);
local
[
all
...]
/external/icu4c/test/intltest/
itrbnf.cpp
154
logln("
RBNF
API test starting");
182
LocalUResourceBundlePointer en(ures_open(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "
rbnf
", "en", &status));
1888
RuleBasedNumberFormat *
rbnf
=
local
[
all
...]
Completed in 73 milliseconds