Home | History | Annotate | Download | only in i18n

Lines Matching refs:adjFieldLen

1062                     // The length of the adjusted field (adjFieldLen) should match that in the originally
1078 int32_t adjFieldLen = reqFieldLen;
1082 adjFieldLen = field.length();
1090 adjFieldLen = field.length();
1097 for (int32_t i=adjFieldLen; i>0; --i) {