Searched defs:bestMatchLength (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp2055 int32_t &bestMatchLength);
2071 int32_t bestMatchLength = 0, bestMatch = -1; local
2089 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2279 int32_t bestMatchLength = 0, bestMatch = -1; local
2298 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2309 if (newBestMatchWithOptionalDot(lcaseText, leapMonthName, bestMatchName, bestMatchLength)) {
2366 int32_t &bestMatchLength) {
2370 if (length <= bestMatchLength) {
2378 bestMatchLength = length;
2386 bestMatchLength
2363 newBestMatchWithOptionalDot(const UnicodeString &lcaseText, const UnicodeString &data, UnicodeString &bestMatchName, int32_t &bestMatchLength) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2080 int32_t &bestMatchLength);
2096 int32_t bestMatchLength = 0, bestMatch = -1; local
2114 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2312 int32_t bestMatchLength = 0, bestMatch = -1; local
2331 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2342 if (newBestMatchWithOptionalDot(lcaseText, leapMonthName, bestMatchName, bestMatchLength)) {
2399 int32_t &bestMatchLength) {
2403 if (length <= bestMatchLength) {
2411 bestMatchLength = length;
2419 bestMatchLength
2396 newBestMatchWithOptionalDot(const UnicodeString &lcaseText, const UnicodeString &data, UnicodeString &bestMatchName, int32_t &bestMatchLength) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2730 milliseconds