Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
681 // Optimize for the most common case: a 2-letter language code in the
685 // fast-track 'fil' (3-letter canonical code).
818 // the code simple for now by using a saturating to-uint32 conversion.
1294 // passes into one. The pseudo-code for simplified multi-pass algorithm is:
1339 // performance benefits (e.g. 7% on CDJS) but complicates the code. Consider
2073 // Work around the issue that we do not support VEF currency code
2091 icu::UnicodeString code(currency, -1, US_INV);
2095 ucurr_getName(code.getTerminatedBuffer(), "en", UCURR_LONG_NAME,
2098 u_strcmp(result, code.getTerminatedBuffer()) != 0) {