/external/icu4c/tools/genprops/ |
genprops.c | 81 const char *srcDir=NULL, *destDir=NULL, *suffix=NULL; local 106 "Usage: %s [-options] [suffix]\n" 124 "\tsuffix suffix that is to be appended with a '-'\n" 138 suffix=argv[1]; 140 suffix=NULL; 163 writeUCDFilename(basename, "UnicodeData", suffix); 168 generateAdditionalProperties(filename, suffix, &errorCode); 182 writeUCDFilename(char *basename, const char *filename, const char *suffix) { 185 if(suffix!=NULL) { 187 uprv_strcpy(basename+length, suffix); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/res/ |
XPATHErrorResources.java | 949 String suffix = getResourceSuffix(locale); local 990 String suffix = "_" + locale.getLanguage(); local [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
tokenize.py | 191 for suffix in ('l', 'f'): 192 if suffix == source[i:i+1].lower(): 206 for suffix in ('ull', 'll', 'ul', 'l', 'f', 'u'): 207 size = len(suffix) 208 if suffix == source[i:i+size].lower():
|
/external/icu4c/tools/toolutil/ |
pkgitems.cpp | 127 * and a suffix 130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, 149 suffixLength=(int32_t)strlen(suffix); 160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL 164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, 168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); 178 const char *itemID, *parent, *parentLimit, *suffix; local 189 // get the item suffix 190 suffix=strrchr(itemID, '.'); 191 if(suffix==NULL) [all...] |
/external/llvm/lib/MC/ |
MCWin64EH.cpp | 224 static const MCSection *getWin64EHTableSection(StringRef suffix, 226 if (suffix == "") 229 return context.getCOFFSection((".xdata"+suffix).str(), 236 static const MCSection *getWin64EHFuncTableSection(StringRef suffix, 238 if (suffix == "") 240 return context.getCOFFSection((".pdata"+suffix).str(),
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 174 suffix = path[len(dir):] 175 if suffix.startswith(os.sep): 176 suffix = suffix[1:] 178 path_in_suite + tuple(suffix.split(os.sep)), 196 tmp = tempfile.NamedTemporaryFile(suffix='.cpp')
|
/external/openssl/crypto/asn1/ |
bio_asn1.c | 61 * can be provided to add prefix and suffix data. 104 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member in struct:BIO_ASN1_BUF_CTX_t 105 /* Extra buffer for prefix and suffix data */ 396 ctx->suffix = ex_func->ex_func; 402 ex_func->ex_func = ctx->suffix; 421 if (!asn1_bio_setup_ex(b, ctx, ctx->suffix, 487 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free) 489 return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free);
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_GetLocal.java | 90 public static File createTempFile(String suffix) throws IOException { 91 return File.createTempFile("hyts_", suffix, null);
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-string.h | 260 // Returns true iff this String ends with the given suffix. *Any* 261 // String is considered to end with a NULL or empty suffix. 262 bool EndsWith(const char* suffix) const; 264 // Returns true iff this String ends with the given suffix, not considering 265 // case. Any String is considered to end with a NULL or empty suffix. 266 bool EndsWithCaseInsensitive(const char* suffix) const;
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-string.h | 260 // Returns true iff this String ends with the given suffix. *Any* 261 // String is considered to end with a NULL or empty suffix. 262 bool EndsWith(const char* suffix) const; 264 // Returns true iff this String ends with the given suffix, not considering 265 // case. Any String is considered to end with a NULL or empty suffix. 266 bool EndsWithCaseInsensitive(const char* suffix) const;
|
/external/opencv/cv/src/ |
_cvipp.h | 73 #define IPCV_MOMENTS( suffix, ipp_suffix, cn ) \ 74 IPCVAPI_EX( CvStatus, icvMoments##suffix##_C##cn##R, \ 382 #define IPCV_FILTER_SOBEL_BORDER( suffix, flavor, srctype ) \ 383 IPCVAPI_EX( CvStatus, icvFilterSobel##suffix##GetBufSize_##flavor##_C1R, \ 384 "ippiFilterSobel" #suffix "GetBufferSize_" #flavor "_C1R", \ 386 IPCVAPI_EX( CvStatus, icvFilterSobel##suffix##Border_##flavor##_C1R, \ 387 "ippiFilterSobel" #suffix "Border_" #flavor "_C1R", CV_PLUGINS1(CV_PLUGIN_IPPCV), \ 405 #define IPCV_FILTER_SCHARR_BORDER( suffix, flavor, srctype ) \ 406 IPCVAPI_EX( CvStatus, icvFilterScharr##suffix##GetBufSize_##flavor##_C1R, \ 407 "ippiFilterScharr" #suffix "GetBufferSize_" #flavor "_C1R", [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-string.h | 260 // Returns true iff this String ends with the given suffix. *Any* 261 // String is considered to end with a NULL or empty suffix. 262 bool EndsWith(const char* suffix) const; 264 // Returns true iff this String ends with the given suffix, not considering 265 // case. Any String is considered to end with a NULL or empty suffix. 266 bool EndsWithCaseInsensitive(const char* suffix) const;
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
QtPlatformPlugin.cpp | 51 const QLatin1String suffix("/webkit/"); 55 const QDir dir(paths[i] + suffix);
|
/libcore/support/src/test/java/tests/support/ |
Support_GetLocal.java | 90 public static File createTempFile(String suffix) throws IOException { 91 return File.createTempFile("hyts_", suffix, null);
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/ |
FileFilterUtils.java | 59 * @param suffix the filename suffix
60 * @return a suffix checking filter
62 public static IOFileFilter suffixFileFilter(String suffix) {
63 return new SuffixFileFilter(suffix);
|
/external/bluetooth/bluez/tools/ |
hciattach_st.c | 119 static int load_file(int dd, uint16_t version, const char *suffix) 149 if (strncmp(d->d_name + strlen(d->d_name) - strlen(suffix), 150 suffix, strlen(suffix)))
|
/external/icu4c/tools/gencase/ |
gencase.h | 104 writeUCDFilename(char *basename, const char *filename, const char *suffix);
|
/external/jdiff/src/jdiff/ |
JDiff.java | 102 int suffix = oldFileName.lastIndexOf('.'); local 103 String commentsFileName = "user_comments_for_" + oldFileName.substring(0, suffix); 104 suffix = newFileName.lastIndexOf('.'); 105 commentsFileName += "_to_" + newFileName.substring(0, suffix) + ".xml";
|
/external/webkit/Source/WebCore/platform/mac/ |
WebCoreNSStringExtras.mm | 39 BOOL hasCaseInsensitiveSuffix(NSString *string, NSString *suffix) 41 return [string rangeOfString:suffix options:(NSCaseInsensitiveSearch | NSBackwardsSearch | NSAnchoredSearch)].location != NSNotFound;
|
/external/webkit/Source/WebCore/rendering/ |
RenderListMarker.h | 44 String suffix() const;
|
/libcore/luni/src/main/java/java/util/jar/ |
JarFile.java | 354 private static boolean endsWithIgnoreCase(String s, String suffix) { 355 return s.regionMatches(true, s.length() - suffix.length(), suffix, 0, suffix.length());
|
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
GIFImageReader.cpp | 249 unsigned char *suffix = gs->suffix; local 300 *rowp++ = suffix[code]; 322 // Even though suffix[] only holds characters through suffix[avail - 1], 326 *stackp++ = suffix[code]; 333 *stackp++ = firstchar = suffix[code]; 338 suffix[avail] = firstchar; 476 if (!frame_reader->suffix) 477 frame_reader->suffix = new unsigned char[MAX_BITS] [all...] |
/external/openssl/crypto/x509/ |
by_dir.c | 79 int suffix; member in struct:lookup_dir_hashes_st 346 k = hent->suffix; 430 /* If a CRL, update the last file suffix added for this */ 450 hent->suffix = k; 459 else if (hent->suffix < k) 460 hent->suffix = k;
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/linux/ |
SDL_sysjoystick.c | 354 const char* suffix; local 356 suffix = NULL; 359 suffix = suffixs + (logicalno*2); 361 if (slen + 4 < len && suffix) { 364 namebuf[slen++] = suffix[0]; 365 namebuf[slen++] = suffix[1];
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock.py | 118 suffix = filename[len(path) - 1:] 119 if any(dir_substring in suffix for dir_substring in dir_substrings): 191 def _mktemp(self, suffix='', prefix='tmp', dir=None, **kwargs): 196 return self.join(dir, "%s_%u_%s" % (prefix, curno, suffix)) 239 def open_binary_tempfile(self, suffix=''): 240 path = self._mktemp(suffix)
|