Home
last modified time | relevance | path

Searched refs:cw2 (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_EdifactEncoder.cpp143 FX_WCHAR cw2 = (FX_WCHAR)((v >> 8) & 255); in encodeToCodewords() local
148 res += cw2; in encodeToCodewords()
DBC_C40Encoder.cpp196 FX_WCHAR cw2 = (FX_WCHAR)(v % 256); in encodeToCodewords() local
198 CFX_WideString b2(cw2); in encodeToCodewords()
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp191 unsigned char cw2 : 3; member
404 const int i20 = intensityModifier[cw2][0]; in decodeIndividualOrDifferentialBlock()
405 const int i21 = intensityModifier[cw2][1]; in decodeIndividualOrDifferentialBlock()
406 const int i22 = intensityModifier[cw2][2]; in decodeIndividualOrDifferentialBlock()
407 const int i23 = intensityModifier[cw2][3]; in decodeIndividualOrDifferentialBlock()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java839 CollationWeights cw2 = new CollationWeights(); in TestRootElements() local
844 cw2.initForSecondary(); in TestRootElements()
904 if (!cw2.allocWeights(lowerLimit, sec, 1)) { in TestRootElements()
909 long newWeight = cw2.nextWeight(); in TestRootElements()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java838 CollationWeights cw2 = new CollationWeights(); in TestRootElements() local
843 cw2.initForSecondary(); in TestRootElements()
903 if (!cw2.allocWeights(lowerLimit, sec, 1)) { in TestRootElements()
908 long newWeight = cw2.nextWeight(); in TestRootElements()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp776 CollationWeights cw2; in TestRootElements() local
781 cw2.initForSecondary(); in TestRootElements()
835 if(!cw2.allocWeights(lowerLimit, sec, 1)) { in TestRootElements()
838 uint32_t newWeight = cw2.nextWeight(); in TestRootElements()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...