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

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.h163 int32_t findPrefixLength, findSuffixLength; member in class:Package
H A Dpackage.cpp401 findPrefixLength=findSuffixLength=0;
892 findSuffixLength=0;
902 findSuffixLength=(int32_t)strlen(findSuffix);
930 if(nameLength<(findPrefixLength+findSuffixLength)) {
939 middleLength=nameLength-findPrefixLength-findSuffixLength;
940 if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLength)) {
/external/icu4c/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)) {

Completed in 85 milliseconds