Home | History | Annotate | Download | only in i18n

Lines Matching refs:patLen

1301         int32_t patLen = 0;
1302 const UChar *patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status);
1309 patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status);
1315 pattern.setTo(TRUE, patResStr, patLen);