Searched defs:skipValue (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/unicode/
H A Dbytestrie.h366 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { function in class:BytesTrie
379 static inline const uint8_t *skipValue(const uint8_t *pos) { function in class:BytesTrie
381 return skipValue(pos, leadByte);
H A Ducharstrie.h393 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) { function in class:UCharsTrie
403 static inline const UChar *skipValue(const UChar *pos) { function in class:UCharsTrie
405 return skipValue(pos, leadUnit&0x7fff);
/external/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp209 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, function in class:DWARFFormValue
211 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
215 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, function in class:DWARFFormValue
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPParsers.cpp92 static inline bool skipValue(const String& str, unsigned& pos) function in namespace:WebCore
429 if (!skipValue(header, pos)) {
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp906 const TUint skipValue = 1; // no skip local
919 if (skipValue == 1)
943 bitmapPos+=skipValue;
971 // bitmapPos+=skipValue; //TODO: optimize: separate loops for 1, 2 and n skip
993 // bitmapPos+=skipValue; //TODO: optimize: separate loops for 1, 2 and n skip
1043 const TUint skipValue = Private->EPOC_ScreenXScaleValue; //1; // no skip
1045 const TInt targetStartOffset = // = (fixedOffset.iX + (rect2.x / skipValue) + (fixedOffset.iY + rect2.y) * targetScanlineLength ) ;
1046 (skipValue > 1 ?
1047 (fixedOffset.iX + (rect2.x / skipValue) + (fixedOffset.iY + rect2.y) * targetScanlineLength ) :
1050 __ASSERT_DEBUG(skipValue >
[all...]

Completed in 432 milliseconds