Home | History | Annotate | Download | only in i18n

Lines Matching refs:skelFieldIsNumeric

1115                         UBool skelFieldIsNumeric = (specifiedSkeleton->type[typeValue] > 0);
1116 if (skelFieldLen == reqFieldLen || (patFieldIsNumeric && !skelFieldIsNumeric) || (skelFieldIsNumeric && !patFieldIsNumeric)) {