OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFormatWidth
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
decimalformatpattern.h
57
int32_t
fFormatWidth
;
decimalformatpattern.cpp
76
fFormatWidth
(0),
582
//
fFormatWidth
= prefix.length() + suffix.length() +
584
out.
fFormatWidth
= sub0Limit - sub0Start;
587
out.
fFormatWidth
= 0;
623
out.
fFormatWidth
= 0;
decimfmtimpl.cpp
867
fAffixes.fWidth = out.
fFormatWidth
== 0 ? 0 :
868
out.
fFormatWidth
+ fPositivePrefixPattern.countChar32()
[
all
...]
Completed in 45 milliseconds