/external/icu/icu4c/source/i18n/ |
collationsets.cpp | 264 const UnicodeString *ts = NULL; // Tailoring suffix. 265 const UnicodeString *bs = NULL; // Base suffix. 268 // as a single suffix character for a root-collator boundary contraction. 297 suffix = ts; 299 suffix = NULL; 341 if(unreversedPrefix.isEmpty() && suffix == NULL) { 346 if(suffix != NULL) { 347 s.append(*suffix); 567 ce32 = CollationData::readCE32(p); // Default if no suffix match. 573 suffix = &suffixes.getString() [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
platformsettings_test.py | 32 Primary Dns Suffix . . . . . . . : something.example.com 36 DNS Suffix Search List. . . . . . : example.com 41 Connection-specific DNS Suffix . : somethingexample.com 66 Primary Dns Suffix . . . . . . . : 70 DNS Suffix Search List. . . . . . : example.com 74 Connection-specific DNS Suffix . : example.com
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
BreakIteratorRules_en_US_TEST.java | 102 // number-suffix character 107 // and may end with a number-suffix character 188 // a word may end with an optional suffix that be either a run of one or 189 // more dashes or a run of word-suffix characters, followed by an optional 194 // a word core and a word suffix (the syntax of <word-core> and <word-suffix>
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
BreakIteratorRules_en_US_TEST.java | 101 // number-suffix character 106 // and may end with a number-suffix character 187 // a word may end with an optional suffix that be either a run of one or 188 // more dashes or a run of word-suffix characters, followed by an optional 193 // a word core and a word suffix (the syntax of <word-core> and <word-suffix>
|
/frameworks/av/media/libstagefright/foundation/ |
AString.cpp | 330 bool AString::endsWith(const char *suffix) const { 331 size_t suffixLen = strlen(suffix); 337 return !strcmp(mData + mSize - suffixLen, suffix); 344 bool AString::endsWithIgnoreCase(const char *suffix) const { 345 size_t suffixLen = strlen(suffix); 351 return !strcasecmp(mData + mSize - suffixLen, suffix);
|
/frameworks/base/tools/aapt2/util/ |
Util.h | 49 * Returns true if the string ends with suffix. 52 bool stringEndsWith(const BasicStringPiece<T>& str, const BasicStringPiece<T>& suffix) { 53 if (str.size() < suffix.size()) { 56 return str.substr(str.size() - suffix.size(), suffix.size()) == suffix;
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardEntryTests.java | 208 property.setValues("family", "given", "middle", "prefix", "suffix"); 215 nameData.setSuffix("suffix"); 319 property.setValues("Family", "Given", "Middle", "Prefix", "Suffix"); 332 assertTrue(result.contains("Suffix")); 342 property.setValues("Family", "Given", "Middle", "Prefix", "Suffix"); 351 assertEquals("Suffix", nameData.getSuffix());
|
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
plan9x.go | 92 suffix := "" 94 suffix = fmt.Sprintf("%+d", uint64(a)-base) 96 return fmt.Sprintf("$%s%s(SB)", s, suffix) 108 suffix := "" 110 suffix = fmt.Sprintf("%+d", uint64(a.Disp)-base) 112 return fmt.Sprintf("%s%s(SB)", s, suffix)
|
/prebuilts/go/darwin-x86/src/compress/lzw/ |
reader.go | 65 // suffix[c] is the last of these bytes. 69 suffix [1 << maxWidth]uint8 152 d.suffix[d.hi] = uint8(code) 179 // Copy the suffix chain into output and then write that to w. 181 d.output[i] = d.suffix[c] 189 d.suffix[d.hi] = uint8(c)
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
plan9x.go | 92 suffix := "" 94 suffix = fmt.Sprintf("%+d", uint64(a)-base) 96 return fmt.Sprintf("$%s%s(SB)", s, suffix) 108 suffix := "" 110 suffix = fmt.Sprintf("%+d", uint64(a.Disp)-base) 112 return fmt.Sprintf("%s%s(SB)", s, suffix)
|
/prebuilts/go/linux-x86/src/compress/lzw/ |
reader.go | 65 // suffix[c] is the last of these bytes. 69 suffix [1 << maxWidth]uint8 152 d.suffix[d.hi] = uint8(code) 179 // Copy the suffix chain into output and then write that to w. 181 d.output[i] = d.suffix[c] 189 d.suffix[d.hi] = uint8(c)
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 250 #define OCName(svc,ub,testn,suffix,n) testn ## svc ## ub ## suffix ## n 251 #define OCStr(svc,ub,suffix,n) "Test_" # svc # ub # suffix # n 252 #define OCRun(svc,ub,suffix) svc ## ub ## suffix 254 #define OpenCloseTest(n, svc,suffix,c,a,d) class OCName(svc,_,Test_,suffix,n) : public HowExpensiveTest { public: OCName(svc,_,Test_,suffix,n)():HowExpensiveTest(OCStr(svc,_,suffix,n),__FILE__,__LINE__) c int32_t run() { int32_t i; for(i=0;i<U_LOTS_OF_TIMES;i++){ OCRun(svc,_,clo (…) [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-s390.c | 715 /* Found a matching tls suffix. */ 745 elf_suffix_type suffix; member in struct:map_bfd 791 /* Now check for identifier@suffix+constant. */ 832 return ptr->suffix; 910 s390_lit_suffix (char **str_p, expressionS *exp_p, elf_suffix_type suffix) 920 return suffix; /* No modification. */ 922 /* We look for a suffix of the form "@lit1", "@lit2", "@lit4" or "@lit8". */ 929 return suffix; /* no modification */ 933 if (suffix == ELF_SUFFIX_GOT) 942 else if (suffix == ELF_SUFFIX_PLT 1056 elf_suffix_type suffix; local 1190 elf_suffix_type suffix; local [all...] |
/build/kati/ |
strutil.h | 88 bool HasSuffix(StringPiece str, StringPiece suffix); 92 StringPiece TrimSuffix(StringPiece str, StringPiece suffix);
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
LibraryDeviceInfo.java | 64 private void collectFileDetails(DeviceInfoStore store, String path, String suffix) 69 if (file.isFile() && name.endsWith(suffix)) {
|
/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-trace/catapult/tracing/tracing_build/ |
update_gypi.py | 92 prefix, _, suffix = list_entry.split("'") 93 return "".join(["'".join([prefix, filename, suffix + '\n'])
|
/external/compiler-rt/make/ |
util.mk | 105 # Cancel all suffix rules. We don't want no stinking suffix rules.
|
/external/eigen/cmake/ |
EigenTesting.cmake | 142 foreach(suffix ${suffixes}) 143 ei_add_test_internal(${testname} ${testname}_${suffix} 144 "${ARGV1} -DEIGEN_TEST_PART_${suffix}=1" "${ARGV2}") 145 add_dependencies(${testname} ${testname}_${suffix}) 146 endforeach(suffix) 149 foreach(suffix ${suffixes}) 151 "${symbols_to_enable_all_parts} -DEIGEN_TEST_PART_${suffix}=1") 152 endforeach(suffix)
|
/external/icu/icu4c/source/config/ |
mh-alpha-linux-cc | 39 ## Shared object suffix 41 ## Non-shared intermediate object suffix
|
mh-alpha-linux-gcc | 34 ## Shared object suffix 36 ## Non-shared intermediate object suffix
|
mh-alpha-osf | 39 ## Shared object suffix 41 ## Non-shared intermediate object suffix
|
mh-darwin | 46 ## Shared object suffix 48 ## Non-shared intermediate object suffix
|
mh-hpux-gcc | 48 ## Shared object suffix 50 ## Non-shared intermediate object suffix
|
mh-irix | 37 ## Shared object suffix 39 ## Non-shared intermediate object suffix
|