OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rlength
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp
523
int32_t
rlength
= 0;
local
526
rlength
= minLengthInChars(ceList, roffset, history);
528
if (
rlength
<= 0) {
537
if (shortestLength > slength +
rlength
) {
538
shortestLength = slength +
rlength
;
553
int32_t
rlength
= 0;
local
559
rlength
= minLengthInChars(ceList, roffset, history);
562
if (
rlength
< 0) {
566
shortestLength = 1 +
rlength
;
570
int32_t
rlength
= 0
local
[
all
...]
/external/icu/icu4c/source/test/intltest/
colldata.cpp
537
int32_t
rlength
= 0;
local
540
rlength
= minLengthInChars(ceList, roffset, history);
542
if (
rlength
<= 0) {
551
if (shortestLength > slength +
rlength
) {
552
shortestLength = slength +
rlength
;
567
int32_t
rlength
= 0;
local
573
rlength
= minLengthInChars(ceList, roffset, history);
576
if (
rlength
< 0) {
580
shortestLength = 1 +
rlength
;
584
int32_t
rlength
= 0
local
[
all
...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
ssl2.h
187
unsigned int
rlength
; /* passed to ssl2_enc */
member in struct:ssl2_state_st
/external/openssl/include/openssl/
ssl2.h
187
unsigned int
rlength
; /* passed to ssl2_enc */
member in struct:ssl2_state_st
/external/openssl/ssl/
ssl2.h
187
unsigned int
rlength
; /* passed to ssl2_enc */
member in struct:ssl2_state_st
Completed in 228 milliseconds