HomeSort by relevance Sort by last modified time
    Searched refs:keyOffset (Results 1 - 16 of 16) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 445 private static String makeKeyStringFromBytes(byte[] keyBytes, int keyOffset) {
448 while((b = keyBytes[keyOffset]) != 0) {
449 ++keyOffset;
454 private String getKey16String(int keyOffset) {
455 if(keyOffset < localKeyLimit) {
456 return makeKeyStringFromBytes(keyBytes, keyOffset);
458 return makeKeyStringFromBytes(poolBundleReader.keyBytes, keyOffset - localKeyLimit);
461 private String getKey32String(int keyOffset) {
462 if(keyOffset >= 0) {
463 return makeKeyStringFromBytes(keyBytes, keyOffset);
    [all...]
UResource.java 45 private Key(byte[] keyBytes, int keyOffset, int keyLength) {
47 offset = keyOffset;
59 * @param keyOffset new key string offset
61 public void setBytes(byte[] keyBytes, int keyOffset) {
63 offset = keyOffset;
64 for (length = 0; keyBytes[keyOffset + length] != 0; ++length) {}
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 443 private static String makeKeyStringFromBytes(byte[] keyBytes, int keyOffset) {
446 while((b = keyBytes[keyOffset]) != 0) {
447 ++keyOffset;
452 private String getKey16String(int keyOffset) {
453 if(keyOffset < localKeyLimit) {
454 return makeKeyStringFromBytes(keyBytes, keyOffset);
456 return makeKeyStringFromBytes(poolBundleReader.keyBytes, keyOffset - localKeyLimit);
459 private String getKey32String(int keyOffset) {
460 if(keyOffset >= 0) {
461 return makeKeyStringFromBytes(keyBytes, keyOffset);
    [all...]
UResource.java 43 private Key(byte[] keyBytes, int keyOffset, int keyLength) {
45 offset = keyOffset;
57 * @param keyOffset new key string offset
59 public void setBytes(byte[] keyBytes, int keyOffset) {
61 offset = keyOffset;
62 for (length = 0; keyBytes[keyOffset + length] != 0; ++length) {}
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.stack.js 76 keyOffset = horizontal ? 1 : 0,
109 px = points[i + keyOffset];
111 qx = otherpoints[j + keyOffset];
129 intery = py + (points[i - ps + accumulateOffset] - py) * (qx - px) / (points[i - ps + keyOffset] - px);
152 bottom = qy + (otherpoints[j - otherps + accumulateOffset] - qy) * (px - qx) / (otherpoints[j - otherps + keyOffset] - qx);
jquery.flot.stack.min.js 7 (function($){var options={series:{stack:null}};function init(plot){function findMatchingSeries(s,allseries){var res=null;for(var i=0;i<allseries.length;++i){if(s==allseries[i])break;if(allseries[i].stack==s.stack)res=allseries[i]}return res}function stackData(plot,s,datapoints){if(s.stack==null||s.stack===false)return;var other=findMatchingSeries(s,plot.getData());if(!other)return;var ps=datapoints.pointsize,points=datapoints.points,otherps=other.datapoints.pointsize,otherpoints=other.datapoints.points,newpoints=[],px,py,intery,qx,qy,bottom,withlines=s.lines.show,horizontal=s.bars.horizontal,withbottom=ps>2&&(horizontal?datapoints.format[2].x:datapoints.format[2].y),withsteps=withlines&&s.lines.steps,fromgap=true,keyOffset=horizontal?1:0,accumulateOffset=horizontal?0:1,i=0,j=0,l,m;while(true){if(i>=points.length)break;l=newpoints.length;if(points[i]==null){for(m=0;m<ps;++m)newpoints.push(points[i+m]);i+=ps}else if(j>=otherpoints.length){if(!withlines){for(m=0;m<ps;++m)newpoints.push(points[i+m])}i+=ps}else if(otherpoints[j]==null){for(m=0;m<ps;++m)newpoints.push(null);fromgap=true;j+=otherps}else{px=points[i+keyOffset];py=points[i+accumulateOffset];qx=otherpoints[j+keyOffset];qy=otherpoints[j+accumulateOffset];bottom=0;if(px==qx){for(m=0;m<ps;++m)newpoints.push(points[i+m]);newpoints[l+accumulateOffset]+=qy;bottom=qy;i+=ps;j+=otherps}else if(px>qx){if(withlines&&i>0&&points[i-ps]!=null){intery=py+(points[i-ps+accumulateOffset]-py)*(qx-px)/(points[i-ps+keyOffset]-px);newpoints.push(qx);newpoints.push(intery+qy);for(m=2;m<ps;++m)newpoints.push(points[i+m]);bottom=qy}j+=otherps}else{if(fromgap&&withlines){i+=ps;continue}for(m=0;m<ps;++m)newpoints.push(points[i+m]);if(withlines&&j>0&&otherpoints[j-otherps]!=null)bottom=qy+(otherpoints[j-otherps+accumulateOffset]-qy)*(px-qx)/(otherpoints[j-otherps+keyOffset]-qx);newpoints[l+accumulateOffset]+=bottom;i+=ps}fromgap=false;if(l!=newpoints.length&&withbottom) (…)
  /external/icu/icu4c/source/common/
uresdata.cpp 39 /* get a const char* pointer to the key with the keyOffset byte offset from pRoot */
40 #define RES_GET_KEY16(pResData, keyOffset) \
41 ((keyOffset)<(pResData)->localKeyLimit ? \
42 (const char *)(pResData)->pRoot+(keyOffset) : \
43 (pResData)->poolBundleKeys+(keyOffset)-(pResData)->localKeyLimit)
45 #define RES_GET_KEY32(pResData, keyOffset) \
46 ((keyOffset)>=0 ? \
47 (const char *)(pResData)->pRoot+(keyOffset) : \
48 (pResData)->poolBundleKeys+((keyOffset)&0x7fffffff))
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 284 milliseconds