Searched defs:tempLength (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPoint3D.cpp32 float tempLength = length(); local
34 if (tempLength) {
35 m_x /= tempLength;
36 m_y /= tempLength;
37 m_z /= tempLength;
H A DFloatPoint.cpp57 float tempLength = length(); local
59 if (tempLength) {
60 m_x /= tempLength;
61 m_y /= tempLength;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c273 int32_t tempLength; local
374 ucol_getRules(ruled, &tempLength);
375 doAssert( tempLength != 0, "getRules() result incorrect" );
382 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
383 doAssert( tempLength == 0x00, "getRulesEx() result incorrect" );
387 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
388 doAssert( tempLength != 0, "getRulesEx() result incorrect" );
440 int32_t tempLength; local
473 rule1 = ucol_getRules(col1, &tempLength);
474 rule2 = ucol_getRules(col2, &tempLength);
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c276 int32_t tempLength; local
377 ucol_getRules(ruled, &tempLength);
378 // android-changed (no rule strings) -- doAssert( tempLength != 0, "getRules() result incorrect" );
385 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
386 // android-changed (no rule strings) -- doAssert( tempLength == 0x00, "getRulesEx() result incorrect" );
390 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
391 // android-changed (no rule strings) -- doAssert( tempLength != 0, "getRulesEx() result incorrect" );
442 int32_t tempLength; local
475 rule1 = ucol_getRules(col1, &tempLength);
476 rule2 = ucol_getRules(col2, &tempLength);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 89 milliseconds