Searched defs:compareSimpleAffix (Results 1 - 5 of 5) sorted by relevance
/external/icu4c/i18n/ |
H A D | smpdtfmt.cpp | 3429 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); 3432 textPreMatch = compareSimpleAffix(suf,text,start); 3435 textPostMatch = compareSimpleAffix(suf,text,start-suf.length()); 3452 SimpleDateFormat::compareSimpleAffix(const UnicodeString& affix, function in class:SimpleDateFormat
|
H A D | decimfmt.cpp | 2144 // fall to compareSimpleAffix path, not compareComplexAffix path. 2826 return compareSimpleAffix(*patternToCompare, text, pos, isLenient()); 2839 int32_t DecimalFormat::compareSimpleAffix(const UnicodeString& affix, function in class:DecimalFormat
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | smpdtfmt.cpp | 3181 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); 3184 textPreMatch = compareSimpleAffix(suf,text,start); 3187 textPostMatch = compareSimpleAffix(suf,text,start-suf.length()); 3204 SimpleDateFormat::compareSimpleAffix(const UnicodeString& affix, function in class:SimpleDateFormat
|
H A D | decimfmt.cpp | 1756 // fall to compareSimpleAffix path, not compareComplexAffix path. 2155 return compareSimpleAffix(*patternToCompare, text, pos); 2168 int32_t DecimalFormat::compareSimpleAffix(const UnicodeString& affix, function in class:DecimalFormat
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 198 milliseconds