OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fieldWidth
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
dtitvinf.cpp
385
DateIntervalInfo::stringNumeric(int32_t
fieldWidth
, int32_t anotherFieldWidth,
388
if ( (
fieldWidth
<= 2 && anotherFieldWidth > 2) ||
389
(
fieldWidth
> 2 && anotherFieldWidth <= 2 )) {
493
int32_t
fieldWidth
= skeletonFieldWidth[i];
494
if ( inputFieldWidth ==
fieldWidth
) {
500
} else if (
fieldWidth
== 0 ) {
503
} else if (stringNumeric(inputFieldWidth,
fieldWidth
,
507
distance += (inputFieldWidth >
fieldWidth
) ?
508
(inputFieldWidth -
fieldWidth
) :
509
(
fieldWidth
- inputFieldWidth)
[
all
...]
/external/icu4c/i18n/unicode/
dtitvinf.h
441
* @param
fieldWidth
one field width
448
static UBool U_EXPORT2 stringNumeric(int32_t
fieldWidth
,
Completed in 90 milliseconds