Searched refs:cValue (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_DataMatrixDecodedBitStreamParser.cpp | 198 int32_t cValue = cValues[i]; in DecodeC40Segment() local 201 if (cValue < 3) { in DecodeC40Segment() 202 shift = cValue + 1; in DecodeC40Segment() 203 } else if (cValue < 27) { in DecodeC40Segment() 204 FX_CHAR c40char = C40_BASIC_SET_CHARS[cValue]; in DecodeC40Segment() 218 result += (FX_CHAR)(cValue + 128); in DecodeC40Segment() 221 result += cValue; in DecodeC40Segment() 226 if (cValue < 27) { in DecodeC40Segment() 227 FX_CHAR c40char = C40_SHIFT2_SET_CHARS[cValue]; in DecodeC40Segment() 234 } else if (cValue == 27) { in DecodeC40Segment() [all …]
|
/external/icu/icu4c/source/test/iotest/ |
D | strtst.c | 358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ argument 365 cNumPrinted = sprintf(buffer, cFormat, cValue);\ 604 static void TestSScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool e… in TestSScanSetFormat() argument 621 cNumScanned = sscanf(cValue, format, buffer); in TestSScanSetFormat() 685 static void TestBadSScanfFormat(const char *format, const UChar *uValue, const char *cValue) { in TestBadSScanfFormat() argument
|
D | filetst.c | 1120 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \ argument 1136 cNumPrinted = sprintf(buffer, cFormat, cValue);\ 1290 static void TestFScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool e… in TestFScanSetFormat() argument 1316 cNumScanned = sscanf(cValue, format, buffer); in TestFScanSetFormat() 1380 static void TestBadFScanfFormat(const char *format, const UChar *uValue, const char *cValue) { in TestBadFScanfFormat() argument
|
/external/doclava/src/com/google/doclava/ |
D | Doclava.java | 1572 Object cValue = field.constantValue(); in writeSdkValues() local 1573 if (cValue != null) { in writeSdkValues() 1581 activityActions.add(cValue.toString()); in writeSdkValues() 1583 broadcastActions.add(cValue.toString()); in writeSdkValues() 1585 serviceActions.add(cValue.toString()); in writeSdkValues() 1587 categories.add(cValue.toString()); in writeSdkValues() 1589 features.add(cValue.toString()); in writeSdkValues()
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/testng/ant/3rdparty/ |
D | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |