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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.h 163 int32_t findPrefixLength, findSuffixLength;
package.cpp 401 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)) {
    [all...]
  /external/icu4c/tools/toolutil/
package.h 180 int32_t findPrefixLength, findSuffixLength;
package.cpp 404 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)) {
    [all...]

Completed in 285 milliseconds