HomeSort by relevance Sort by last modified time
    Searched refs:setOffset (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium/third_party/icu/source/test/cintltst/
utf16tst.c 219 uint16_t offset=0, setOffset=0;
221 setOffset=offset;
222 UTF16_NEXT_CHAR_UNSAFE(input, setOffset, c);
223 if(setOffset != movedOffset[i]){
225 offset, movedOffset[i], setOffset);
231 setOffset=offset;
232 U16_NEXT_UNSAFE(input, setOffset, c);
233 if(setOffset != movedOffset[i]){
235 offset, movedOffset[i], setOffset);
241 setOffset=offset
    [all...]
utf8tst.c 272 int32_t setOffset=0;
275 setOffset=offset;
276 UTF8_NEXT_CHAR_UNSAFE(input, setOffset, c);
277 if(setOffset != movedOffset[i]){
279 offset, movedOffset[i], setOffset);
285 setOffset=offset;
286 U8_NEXT_UNSAFE(input, setOffset, c);
287 if(setOffset != movedOffset[i]){
289 offset, movedOffset[i], setOffset);
296 setOffset=offset
    [all...]
  /external/icu4c/test/cintltst/
utf16tst.c 219 uint16_t offset=0, setOffset=0;
221 setOffset=offset;
222 UTF16_NEXT_CHAR_UNSAFE(input, setOffset, c);
223 if(setOffset != movedOffset[i]){
225 offset, movedOffset[i], setOffset);
231 setOffset=offset;
232 U16_NEXT_UNSAFE(input, setOffset, c);
233 if(setOffset != movedOffset[i]){
235 offset, movedOffset[i], setOffset);
241 setOffset=offset
    [all...]
utf8tst.c 272 int32_t setOffset=0;
275 setOffset=offset;
276 UTF8_NEXT_CHAR_UNSAFE(input, setOffset, c);
277 if(setOffset != movedOffset[i]){
279 offset, movedOffset[i], setOffset);
285 setOffset=offset;
286 U8_NEXT_UNSAFE(input, setOffset, c);
287 if(setOffset != movedOffset[i]){
289 offset, movedOffset[i], setOffset);
296 setOffset=offset
    [all...]
  /libcore/luni/src/main/java/java/text/
CollationElementIterator.java 83 * {@code setOffset(offset)} sets the index in the middle of a contraction,
87 * {@code setOffset(offset)} does not guarantee that the original offset set
184 public void setOffset(int newOffset) {
185 this.icuIterator.setOffset(newOffset);
  /packages/apps/Mms/src/org/w3c/dom/smil/
Time.java 71 public void setOffset(double offset)
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyView.java 39 render.setOffset(0.5f, 0.0f, 0, 0);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassView.java 39 render.setOffset(0.5f, 0.0f, 0, 0);
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
CollationElementIterator.java 127 public void setOffset(int offset) {
128 NativeCollation.setOffset(m_collelemiterator_, offset);
NativeCollation.java 227 static native void setOffset(int address, int offset);
  /external/webkit/WebCore/platform/graphics/chromium/
VDMXParser.cpp 88 void setOffset(size_t newoffset)
164 buf.setOffset(offsetTableOffset + sizeof(uint16_t) * desiredRatio);
171 buf.setOffset(groupOffset);
  /external/webkit/WebCore/rendering/style/
StyleReflection.h 53 void setOffset(const Length& l) { m_offset = l; }
  /external/webkit/WebKit/android/nav/
CachedLayer.h 57 void setOffset(const IntPoint& offset) { mOffset = offset; }
  /external/chromium/third_party/icu/source/i18n/
search.cpp 185 setOffset(0, status);
195 setOffset(position, status);
204 setOffset(m_search_->textLength, status);
214 setOffset(position, status);
238 // setOffset has been called or that previous ran off the text
271 setOffset(offset, status);
281 // setOffset has been called or that next ran off the text
315 setOffset(0, status);
410 setOffset(m_search_->textLength, status);
413 setOffset(0, status)
    [all...]
  /external/icu4c/i18n/
search.cpp 203 setOffset(0, status);
213 setOffset(position, status);
222 setOffset(m_search_->textLength, status);
232 setOffset(position, status);
256 // setOffset has been called or that previous ran off the text
289 setOffset(offset, status);
299 // setOffset has been called or that next ran off the text
333 setOffset(0, status);
433 setOffset(m_search_->textLength, status);
436 setOffset(0, status)
    [all...]
  /external/webkit/WebCore/dom/
RangeBoundaryPoint.h 47 void setOffset(int offset);
121 inline void RangeBoundaryPoint::setOffset(int offset)
  /external/chromium/third_party/icu/public/i18n/unicode/
stsearch.h 71 * within the text string to be searched, e.g. <tt>setOffset</tt>,
320 virtual void setOffset(int32_t position, UErrorCode &status);
coleitr.h 274 void setOffset(int32_t newOffset, UErrorCode& status);
search.h 114 virtual void setOffset(int32_t position, UErrorCode &status) = 0;
  /external/icu4c/i18n/unicode/
stsearch.h 71 * within the text string to be searched, e.g. <tt>setOffset</tt>,
320 virtual void setOffset(int32_t position, UErrorCode &status);
coleitr.h 274 void setOffset(int32_t newOffset, UErrorCode& status);
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptScene.java 85 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) {
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptScene.java 85 public void setOffset(float xOffset, float yOffset,
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptScene.java 85 public void setOffset(float xOffset, float yOffset,
  /packages/apps/Gallery3D/src/com/cooliris/media/
DisplayList.java 57 public final void setOffset(DisplayItem item, boolean useOffset, boolean pushDown, float span, float dx1, float dy1, float dx2, float dy2) {
58 item.setOffset(useOffset, pushDown, span, dx1, dy1, dx2, dy2);

Completed in 506 milliseconds

1 2 3