Searched refs:findSuffixLength (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.h180 int32_t findPrefixLength, findSuffixLength; member in class:Package
H A Dpackage.cpp404 findPrefixLength=findSuffixLength=0;
948 findSuffixLength=0;
958 findSuffixLength=(int32_t)strlen(findSuffix);
986 if(nameLength<(findPrefixLength+findSuffixLength)) {
995 middleLength=nameLength-findPrefixLength-findSuffixLength;
996 if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLength)) {
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.h180 int32_t findPrefixLength, findSuffixLength; member in class:Package
H A Dpackage.cpp404 findPrefixLength=findSuffixLength=0;
949 findSuffixLength=0;
959 findSuffixLength=(int32_t)strlen(findSuffix);
987 if(nameLength<(findPrefixLength+findSuffixLength)) {
996 middleLength=nameLength-findPrefixLength-findSuffixLength;
997 if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLength)) {

Completed in 34 milliseconds