OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sublen
(Results
1 - 7
of
7
) sorted by null
/dalvik/tools/hprof-conv/
HprofConv.c
446
int
subLen
;
452
subLen
= kIdentSize;
455
subLen
= kIdentSize * 2;
458
subLen
= kIdentSize + 8;
461
subLen
= kIdentSize + 8;
464
subLen
= kIdentSize + 4;
467
subLen
= kIdentSize;
470
subLen
= kIdentSize + 4;
473
subLen
= kIdentSize;
476
subLen
= kIdentSize + 8
[
all
...]
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java
460
int
subLen
= rawLabel.length();
461
if (
subLen
<= 1) return rawLabel;
463
subLen
--;
464
float width = mPaintLabel.measureText(rawLabel, 0,
subLen
);
465
if (width + mSuspensionPointsWidth <= widthToDraw || 1 >=
subLen
) {
466
return rawLabel.substring(0,
subLen
) +
CandidateView.java
572
int
subLen
= rawCandidate.length();
573
if (
subLen
<= 1) return rawCandidate;
575
subLen
--;
576
float width = mCandidatesPaint.measureText(rawCandidate, 0,
subLen
);
577
if (width + mSuspensionPointsWidth <= widthToDraw || 1 >=
subLen
) {
578
return rawCandidate.substring(0,
subLen
) +
/external/icu4c/i18n/
ucol_tok.h
147
int32_t
subLen
;
ucol_tok.cpp
549
if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].
subLen
) == 0) {
553
optionArg += rulesOptions[i].subopts[j].
subLen
;
737
if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].
subLen
) == 0) {
756
if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].
subLen
) == 0) {
773
if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].
subLen
) == 0) {
[
all
...]
/external/tcpdump/
print-isoclns.c
1624
u_int metric, status_byte, bit_length, byte_length,
sublen
, processed, subtlvtype, subtlvlen;
local
[
all
...]
/external/icu4c/common/
locdispnames.cpp
452
static const int32_t
subLen
= 3;
669
patPos+=
subLen
;
Completed in 596 milliseconds