OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lenL
(Results
1 - 5
of
5
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
String.c
268
uint16 iL = 0,
lenL
= bbs_strlen( strA );
270
while( iL <
lenL
&& strA[ iL ] == ' ' ) iL++;
276
while( iL <
lenL
&& strA[ iL ] == ' ' ) iL++;
277
while( iL <
lenL
&& strA[ iL ] >= '0' && strA[ iL ] <= '9' )
Context.c
146
uint32
lenL
= bbs_strlen( fileA );
147
uint32 ofsL = (
lenL
+ 1 > bbs_ERROR_MAX_FILE_CHARS ) ?
lenL
+ 1 - bbs_ERROR_MAX_FILE_CHARS : 0;
/external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.cpp
113
int32_t
lenL
= sL->fStr->length();
115
if (
lenL
< lenR) {
117
} else if (
lenL
> lenR) {
/external/icu4c/i18n/
uspoof_conf.cpp
113
int32_t
lenL
= sL->fStr->length();
115
if (
lenL
< lenR) {
117
} else if (
lenL
> lenR) {
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 192 milliseconds