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

/external/stlport/src/
H A Dmonetary.cpp140 const bool moneypunct<char, true>::intl; member in class:moneypunct
141 const bool moneypunct<char, false>::intl; member in class:moneypunct
143 const bool moneypunct<wchar_t, true>::intl; member in class:moneypunct
144 const bool moneypunct<wchar_t, false>::intl; member in class:moneypunct
/external/stlport/test/unit/
H A Dalg_test.cpp248 list<int> intl; local
249 intl.push_front(1);
250 intl.push_front(2);
260 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
272 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
/external/icu4c/i18n/
H A Ddecimfmt.cpp2299 UBool intl = i<affixPat.length() && local
2301 if (intl) {
2308 intl = FALSE;
3053 UBool intl = i<pattern.length() && local
3056 if (intl) {
3061 intl = FALSE;
3087 } else if(intl) {
3149 if(intl) {
4458 const UnicodeString &intl = local
4460 c = intl
[all...]

Completed in 261 milliseconds