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

  /external/icu4c/tools/toolutil/
package.h 162 const char *findPrefix, *findSuffix;
package.cpp 401 findPrefix=findSuffix=NULL;
892 findSuffix=NULL;
902 findSuffix=wild+1;
903 findSuffixLength=(int32_t)strlen(findSuffix);
904 if(NULL!=strchr(findSuffix, '*')) {
941 if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLength)) {
    [all...]

Completed in 174 milliseconds