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

/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJNIUtilityPrivate.cpp121 jchar cVal = 0; local
123 cVal = static_cast<jchar>(NPVARIANT_TO_INT32(npvValue));
124 env->SetCharArrayRegion(static_cast<jcharArray>(javaArray), i, 1, &cVal); local
/external/icu4c/test/iotest/
H A Dfiletst.c980 char cVal; local
1088 fscanf(myCFile, "%c", &cVal);
1089 if (cVal != C_NEW_LINE[num]) {
1094 fscanf(myCFile, "%c", &cVal);
1095 if (cVal != C_NEW_LINE[num]) {
1101 cVal = -1;
1102 fscanf(myCFile, "%c", &cVal);
1103 if (num != cVal) {
1104 log_err("%%c Got: 0x%x, Expected: 0x%x\n", cVal, num);
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp963 inline void float_sort_cast(RandomAccessIter first, RandomAccessIter last, cast_type cVal) argument
968 detail::float_Sort(first, last, cVal, *first);
976 int cVal = 0; local
977 float_sort_cast(first, last, cVal);

Completed in 317 milliseconds