Home
last modified time | relevance | path

Searched refs:alphaCode (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcurrtest.c234 const char* alphaCode; member
254 for (i = 0; NUMCODE_TESTDATA[i].alphaCode; i++) { in TestNumericCode()
255 int32_t length = (int32_t)uprv_strlen(NUMCODE_TESTDATA[i].alphaCode); in TestNumericCode()
256 u_charsToUChars(NUMCODE_TESTDATA[i].alphaCode, code, length + 1); // +1 includes the NUL in TestNumericCode()
260 numCode, NUMCODE_TESTDATA[i].alphaCode, NUMCODE_TESTDATA[i].numericCode); in TestNumericCode()
/external/angle/src/tests/gl_tests/
DRobustResourceInitTest.cpp99 uint8_t alphaCode = static_cast<uint8_t>((alphaBits >> alphaShift) & 0x7); in UncompressDXTBlock() local
102 switch (alphaCode) in UncompressDXTBlock()
112 alpha = ((8 - alphaCode) * alpha0 + (alphaCode - 1) * alpha1) / 7; in UncompressDXTBlock()
118 switch (alphaCode) in UncompressDXTBlock()
134 alpha = ((6 - alphaCode) * alpha0 + (alphaCode - 1) * alpha1) / 5; in UncompressDXTBlock()
/external/icu/icu4c/source/common/
Ducurr.cpp2686 char alphaCode[ISO_CURRENCY_CODE_LENGTH+1]; in ucurr_getNumericCode() local
2687 myUCharsToChars(alphaCode, currency); in ucurr_getNumericCode()
2688 T_CString_toUpperCase(alphaCode); in ucurr_getNumericCode()
2689 ures_getByKey(bundle, alphaCode, bundle, &status); in ucurr_getNumericCode()