/external/clang/test/Analysis/ |
D | localization-aggressive.m | 67 // A C-Funtion that returns a localized string because it has the 70 // An ObjC method that returns a localized string because it has the 76 // An ObjC method that returns a localized string 89 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}} 99 … 0) withAttributes:nil]; // expected-warning {{User-facing text should use localized string macro}} 148 …[testLabel setText:@"Hello"]; // expected-warning {{User-facing text should use localized string m… 157 // A method that takes in a localized string and returns a string 158 // most likely that string is localized. 183 // requires a localized string should give an error 187 …[testLabel setText:argumentString]; // expected-warning {{User-facing text should use localized st… [all …]
|
D | localization.m | 68 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}} 156 // of having 1 or 2 in the RHS of a BinaryOperator and having a localized string
|
/external/protobuf/src/google/protobuf/io/ |
D | strtod.cc | 91 string localized = LocalizeRadix(text, temp_endptr); in NoLocaleStrtod() local 92 const char* localized_cstr = localized.c_str(); in NoLocaleStrtod() 101 int size_diff = localized.size() - strlen(text); in NoLocaleStrtod()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat.java | 4366 boolean localized) { 4395 if (!localized) { 4435 private String toPattern(boolean localized) { 4437 char zero = localized ? symbols.getZeroDigit() : PATTERN_ZERO_DIGIT; 4438 char digit = localized ? symbols.getDigit() : PATTERN_DIGIT; 4442 sigDigit = localized ? symbols.getSignificantDigit() : PATTERN_SIGNIFICANT_DIGIT; 4444 char group = localized ? symbols.getGroupingSeparator() : PATTERN_GROUPING_SEPARATOR; 4450 ? new StringBuffer(2).append(localized 4467 appendAffixPattern(result, part != 0, true, localized); 4516 result.append(localized ? symbols.getDecimalSeparator() : [all …]
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | localize-constexpr.ll | 18 ; @H can't be localized because @Halias uses it, and @Halias can't be converted to an instruction.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 4433 boolean localized) { 4462 if (!localized) { 4502 private String toPattern(boolean localized) { 4504 char zero = localized ? symbols.getZeroDigit() : PATTERN_ZERO_DIGIT; 4505 char digit = localized ? symbols.getDigit() : PATTERN_DIGIT; 4509 sigDigit = localized ? symbols.getSignificantDigit() : PATTERN_SIGNIFICANT_DIGIT; 4511 char group = localized ? symbols.getGroupingSeparator() : PATTERN_GROUPING_SEPARATOR; 4517 ? new StringBuffer(2).append(localized 4534 appendAffixPattern(result, part != 0, true, localized); 4583 result.append(localized ? symbols.getDecimalSeparator() : [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 1335 UBool localized, 1352 UBool localized,
|
D | unum.h | 829 UBool localized,
|
/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 526 UBool localized, in udat_toPattern() argument 550 if(localized) in udat_toPattern() 554 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) { in udat_toPattern() 568 UBool localized, in udat_applyPattern() argument 580 if(localized) in udat_applyPattern()
|
D | unum.cpp | 752 UBool localized, in unum_applyPattern() argument 776 if(localized) { in unum_applyPattern()
|
D | decimfmtimpl.h | 477 UBool localized, UParseError &perror, UErrorCode &status);
|
D | decimfmtimpl.cpp | 825 UBool localized, UParseError &perror, UErrorCode &status) { in applyPattern() argument 830 if (localized) { in applyPattern()
|
/external/autotest/client/tests/kvm/ |
D | control | 27 # set English environment (command output might be localized, need to be safe)
|
D | control.parallel | 25 # set English environment (command output might be localized, need to be safe)
|
/external/bison/ |
D | PACKAGING | 20 contains localized programs that use the diagnostics contained in
|
D | README | 18 supported, even if generated parsers could have been localized. See
|
/external/icu/icu4c/source/samples/ |
D | readme.txt | 15 date - prints out the current date, localized.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Checkers.td | 32 // localized or not -- this is best determined at the IDE or build-system level. 562 …HelpText<"Warns about uses of non-localized NSStrings passed to UI methods expecting localized NSS… 572 …HelpText<"Warns against using one vs. many plural pattern in code when generating localized string…
|
/external/curl/packages/OS400/ |
D | README.OS400 | 10 depending on the country for which it has been localized. And more, a job 14 mechanism would have lead in a localized binary library - not portable across
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | RecognitionException.as | 39 * to generate a localized error message. For example, MismatchedToken
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/ |
D | i18n.rst | 99 Any string that should be localized in your code and templates must be wrapped
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 286 // Swap in localized values, making size adjustments to impacted elements as 398 // Get the localized privacy policy URL and open it in the default browser.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/ |
D | README | 289 - filename encoding: FSSpec is localized by
|
/external/icu/icu4c/source/test/testdata/ |
D | numberformattestspecification.txt | 534 test apply localized patterns
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | numberformattestspecification.txt | 534 test apply localized patterns
|