OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dcf
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
unum.cpp
696
const DecimalFormat *
dcf
= dynamic_cast<const DecimalFormat *>(nf);
local
697
if (
dcf
== NULL) {
702
return
dcf
->
723
DecimalFormat *
dcf
= dynamic_cast<DecimalFormat *>(nf);
local
724
if (
dcf
== NULL) {
729
DecimalFormatSymbols symbols(*
dcf
->getDecimalFormatSymbols());
732
dcf
->setDecimalFormatSymbols(symbols);
/external/icu/icu4c/source/i18n/
unum.cpp
700
const DecimalFormat *
dcf
= dynamic_cast<const DecimalFormat *>(nf);
local
701
if (
dcf
== NULL) {
706
return
dcf
->
727
DecimalFormat *
dcf
= dynamic_cast<DecimalFormat *>(nf);
local
728
if (
dcf
== NULL) {
733
DecimalFormatSymbols symbols(*
dcf
->getDecimalFormatSymbols());
736
dcf
->setDecimalFormatSymbols(symbols);
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
3232
final Rect
dcf
= mTmpDecorFrame;
local
3535
final Rect
dcf
= mTmpDecorFrame;
local
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
WindowState.java
508
public void computeFrameLw(Rect pf, Rect df, Rect of, Rect cf, Rect vf, Rect
dcf
, Rect sf) {
574
mDecorFrame.set(
dcf
);
[
all
...]
Completed in 270 milliseconds