Searched refs:oneSecond (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tufmtts.cpp | 315 …const UChar oneSecond[] = {0x0031, 0x0020, 0x03b4, 0x03b5, 0x03c5, 0x03c4, 0x03b5, 0x03c1, 0x03cc,… in testGreekWithFallback() local 337 const UnicodeString oneSecondStr(oneSecond); in testGreekWithFallback()
|
/external/webrtc/sdk/objc/components/video_codec/ |
D | RTCVideoEncoderH264.mm | 731 CFNumberRef oneSecond = 733 const void *nums[2] = {bytesPerSecond, oneSecond}; 740 if (oneSecond) { 741 CFRelease(oneSecond);
|