HomeSort by relevance Sort by last modified time
    Searched refs:limitLength (Results 1 - 3 of 3) sorted by null

  /external/syzkaller/dashboard/app/
api.go 521 req.Title = limitLength(req.Title, maxTextLen)
711 req.Title = limitLength(req.Title, maxTextLen)
751 req.Title = limitLength(req.Title, maxTextLen)
954 // limitLength essentially does return s[:max],
957 func limitLength(s string, max int) string {
  /external/icu/icu4c/source/common/
messagepattern.cpp 517 int32_t limitLength=(parentType==UMSGPAT_ARG_TYPE_CHOICE && c==u_rightCurlyBrace) ? 0 : 1;
518 addLimitPart(msgStart, UMSGPAT_PART_TYPE_MSG_LIMIT, index-1, limitLength,
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1266 milliseconds