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

  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Bezier.java 205 float tempLength = 0;
209 if (i > 0) tempLength += tmp2.dst(tmp3);
211 return tempLength;
CatmullRomSpline.java 213 float tempLength = 0;
217 if(i>0) tempLength += tmp2.dst(tmp3);
219 return tempLength;
BSpline.java 299 float tempLength = 0;
303 if (i > 0) tempLength += tmp2.dst(tmp3);
305 return tempLength;
  /external/icu/icu4c/source/test/cintltst/
capitst.c 275 int32_t tempLength;
381 rules = ucol_getRules(ruled, &tempLength);
382 if(tempLength == 0) {
386 doAssert(u_strFindFirst(rules, tempLength, aa, 2) != NULL,
395 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
396 doAssert( tempLength == 0x00, "getRulesEx() result incorrect" );
400 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
401 if(tempLength == 0) {
454 int32_t tempLength;
487 rule1 = ucol_getRules(col1, &tempLength);
    [all...]
  /libcore/ojluni/src/main/java/java/text/
MessageFormat.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 359 milliseconds