HomeSort by relevance Sort by last modified time
    Searched refs:lenL (Results 1 - 3 of 3) 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/icu4c/i18n/
uspoof_conf.cpp 113 int32_t lenL = sL->fStr->length();
115 if (lenL < lenR) {
117 } else if (lenL > lenR) {

Completed in 1592 milliseconds