Searched defs:tempLength (Results 1 - 8 of 8) 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/i18n/
H A Dmsgfmt.cpp1343 int32_t tempLength = (i+1<subformatCount) ? local
1347 if (patternOffset >= tempLength) {
1352 fPattern.extract(patternOffset,tempLength - patternOffset, buffer);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c285 int32_t tempLength; local
392 ucol_getRules(ruled, &tempLength);
393 doAssert( tempLength != 0, "getRules() result incorrect" );
400 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
401 doAssert( tempLength == 0x00, "getRulesEx() result incorrect" );
405 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
406 doAssert( tempLength != 0, "getRulesEx() result incorrect" );
458 int32_t tempLength; local
491 rule1 = ucol_getRules(col1, &tempLength);
492 rule2 = ucol_getRules(col2, &tempLength);
[all...]
/external/icu4c/test/cintltst/
H A Dcapitst.c282 int32_t tempLength; local
387 ucol_getRules(ruled, &tempLength);
388 doAssert( tempLength != 0, "getRules() result incorrect" );
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 doAssert( tempLength != 0, "getRulesEx() result incorrect" );
455 int32_t tempLength; local
488 rule1 = ucol_getRules(col1, &tempLength);
489 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 456 milliseconds