Searched refs:skelFieldLen (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtptngen.cpp1047 // a) The length of the field in the skeleton (skelFieldLen) is equal to reqFieldLen.
1061 int32_t skelFieldLen = skelField.length(); local
1064 if (skelFieldLen == reqFieldLen || (patFieldIsNumeric && !skelFieldIsNumeric) || (skelFieldIsNumeric && !patFieldIsNumeric)) {
/external/icu4c/i18n/
H A Ddtptngen.cpp1071 // a) The length of the field in the skeleton (skelFieldLen) is equal to reqFieldLen.
1085 int32_t skelFieldLen = skelField.length(); local
1088 if (skelFieldLen == reqFieldLen || (patFieldIsNumeric && !skelFieldIsNumeric) || (skelFieldIsNumeric && !patFieldIsNumeric)) {

Completed in 142 milliseconds