Home
last modified time | relevance | path

Searched defs:partialMatchLen (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dnumparse_currency.cpp136 int32_t partialMatchLen = 0; in matchCurrency() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_currency.cpp136 int32_t partialMatchLen = 0; in matchCurrency() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_currency.cpp136 int32_t partialMatchLen = 0; in matchCurrency() local
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp1279 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument
1318 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) searchCurrencyName() argument
1521 uprv_parseCurrency(const char* locale, const icu::UnicodeString& text, icu::ParsePosition& pos, int8_t type, int32_t* partialMatchLen, UChar* result, UErrorCode& ec) uprv_parseCurrency() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp1305 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const char16_t* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument
1344 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const char16_t* text, int32_t textLen, int32_t *partialMatchLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) searchCurrencyName() argument
1547 uprv_parseCurrency(const char* locale, const icu::UnicodeString& text, icu::ParsePosition& pos, int8_t type, int32_t* partialMatchLen, char16_t* result, UErrorCode& ec) uprv_parseCurrency() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp1256 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument
1295 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) searchCurrencyName() argument
1498 uprv_parseCurrency(const char* locale, const icu::UnicodeString& text, icu::ParsePosition& pos, int8_t type, int32_t* partialMatchLen, UChar* result, UErrorCode& ec) uprv_parseCurrency() argument
[all...]

Completed in 9 milliseconds