Home | History | Annotate | Download | only in i18n

Lines Matching full:abutting

1783     // For parsing abutting numeric fields. 'abutPat' is the
1784 // offset into 'pattern' of the first of 2 or more abutting
1788 int32_t abutPat = -1; // If >=0, we are in a run of abutting numeric fields
1827 // Determine if there is an abutting numeric field. For
1833 UBool abutting;
1842 abutting = (j-i) < 4; // nextCount < 3
1844 abutting = k > 0;
1847 // Record the start of a set of abutting numeric
1849 if (abutting) {
1857 abutPat = -1; // End of any abutting fields
1860 // Handle fields within a run of abutting numeric fields. Take
1868 // If we are at the start of a run of abutting fields, then
1871 // abutting numeric fields has failed.
1892 // Handle non-numeric fields and non-abutting numeric
1911 abutPat = -1; // End of any abutting fields