Home
last modified time | relevance | path

Searched defs:uValue (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/iotest/
Dstrtst.c364 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) UPRV_BLOCK_MACRO_BEGIN { \ argument
611 static void TestSScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool e… in TestSScanSetFormat()
692 static void TestBadSScanfFormat(const char *format, const UChar *uValue, const char *cValue) { in TestBadSScanfFormat()
Dfiletst.c1152 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) UPRV_BLOCK_MACRO_BEGIN { \ argument
1323 static void TestFScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool e… in TestFScanSetFormat()
1413 static void TestBadFScanfFormat(const char *format, const UChar *uValue, const char *cValue) { in TestBadFScanfFormat()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DToken.cpp62 bool Token::uValue(unsigned int *value) const in uValue() function in angle::pp::Token
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DToken.cpp70 bool Token::uValue(unsigned int *value) const in uValue() function in pp::Token
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cSeparateShaderObjsTests.cpp1468 unsigned int* uValue = &udata[0]; in setAndCompareUniforms() local