OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempLength
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPoint3D.cpp
32
float
tempLength
= length();
34
if (
tempLength
) {
35
m_x /=
tempLength
;
36
m_y /=
tempLength
;
37
m_z /=
tempLength
;
FloatPoint.cpp
57
float
tempLength
= length();
59
if (
tempLength
) {
60
m_x /=
tempLength
;
61
m_y /=
tempLength
;
/external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c
285
int32_t
tempLength
;
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
;
491
rule1 = ucol_getRules(col1, &
tempLength
);
492
rule2 = ucol_getRules(col2, &
tempLength
);
[
all
...]
/external/icu4c/test/cintltst/
capitst.c
282
int32_t
tempLength
;
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
;
488
rule1 = ucol_getRules(col1, &
tempLength
);
489
rule2 = ucol_getRules(col2, &
tempLength
);
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp
[
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
Completed in 220 milliseconds