/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 | 65 bar = @"Unlocalized string"; // expected-note {{Non-localized string literal here}} 68 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}… 75 bar = @"Unlocalized string"; // expected-note {{Non-localized string literal here}} 83 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}… 178 // 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 | 93 string localized = LocalizeRadix(text, temp_endptr); in NoLocaleStrtod() local 94 const char* localized_cstr = localized.c_str(); in NoLocaleStrtod() 103 int size_diff = localized.size() - strlen(text); in NoLocaleStrtod()
|
/external/libcups/cups/ |
D | dest-localization.c | 231 const char *localized; /* Localized string */ in cupsLocalizeDestOption() local 246 else if ((localized = _cupsLangString(cupsLangDefault(), option)) != NULL) in cupsLocalizeDestOption() 247 return (localized); in cupsLocalizeDestOption() 274 const char *localized; /* Localized string */ in cupsLocalizeDestValue() local 306 …else if ((localized = _cupsLangString(cupsLangDefault(), pair)) != NULL && strcmp(localized, pair)) in cupsLocalizeDestValue() 307 return (localized); in cupsLocalizeDestValue()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | PatternStringTest.java | 31 String localized = "’.'ab'c'b''a'''#,##0a0b'a%'"; in testLocalized() local 34 assertEquals(localized, PatternStringUtils.convertLocalized(standard, symbols, true)); in testLocalized() 35 assertEquals(toStandard, PatternStringUtils.convertLocalized(localized, symbols, false)); in testLocalized()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | PatternStringTest.java | 28 String localized = "’.'ab'c'b''a'''#,##0a0b'a%'"; in testLocalized() local 31 assertEquals(localized, PatternStringUtils.convertLocalized(standard, symbols, true)); in testLocalized() 32 assertEquals(toStandard, PatternStringUtils.convertLocalized(localized, symbols, false)); in testLocalized()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_patternstring.cpp | 33 UnicodeString localized = u"’.'ab'c'b''a'''#,##0a0b'a%'"; in testLocalized() local 38 localized, in testLocalized() 43 PatternStringUtils::convertLocalized(localized, symbols, false, status)); in testLocalized()
|
/external/grpc-grpc/src/proto/grpc/status/ |
D | status.proto | 41 // developers *understand* and *resolve* the error. If a localized user-facing 42 // error message is needed, put the localized message in the error details or 85 // user-facing error message should be localized and sent in the 86 // [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat_ICU58_Android.java | 4469 boolean localized) { in appendAffixPattern() argument 4498 if (!localized) { in appendAffixPattern() 4540 private String toPattern(boolean localized) { in toPattern() argument 4542 char zero = localized ? symbols.getZeroDigit() : PATTERN_ZERO_DIGIT; in toPattern() 4543 char digit = localized ? symbols.getDigit() : PATTERN_DIGIT; in toPattern() 4547 sigDigit = localized ? symbols.getSignificantDigit() : PATTERN_SIGNIFICANT_DIGIT; in toPattern() 4549 char group = localized ? symbols.getGroupingSeparator() : PATTERN_GROUPING_SEPARATOR; in toPattern() 4555 ? new StringBuffer(2).append(localized in toPattern() 4572 appendAffixPattern(result, part != 0, true, localized); in toPattern() 4621 result.append(localized ? symbols.getDecimalSeparator() : in toPattern() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat_ICU58_Android.java | 4404 boolean localized) { in appendAffixPattern() argument 4433 if (!localized) { in appendAffixPattern() 4475 private String toPattern(boolean localized) { in toPattern() argument 4477 char zero = localized ? symbols.getZeroDigit() : PATTERN_ZERO_DIGIT; in toPattern() 4478 char digit = localized ? symbols.getDigit() : PATTERN_DIGIT; in toPattern() 4482 sigDigit = localized ? symbols.getSignificantDigit() : PATTERN_SIGNIFICANT_DIGIT; in toPattern() 4484 char group = localized ? symbols.getGroupingSeparator() : PATTERN_GROUPING_SEPARATOR; in toPattern() 4490 ? new StringBuffer(2).append(localized in toPattern() 4507 appendAffixPattern(result, part != 0, true, localized); in toPattern() 4556 result.append(localized ? symbols.getDecimalSeparator() : in toPattern() [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/swiftshader/third_party/llvm-7.0/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.
|
D | localize-constexpr-debuginfo.ll | 10 ; Make sure we localized the global.
|
/external/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 1349 UBool localized, 1366 UBool localized,
|
D | unum.h | 907 UBool localized,
|
/external/icu/libandroidicu/include/unicode/ |
D | udat.h | 1349 UBool localized, 1366 UBool localized,
|
D | unum.h | 907 UBool localized,
|
/external/freetype/src/base/ |
D | ftver.rc | 56 /* The following line should only be modified for localized versions. */
|
/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 528 UBool localized, in udat_toPattern() argument 552 if(localized) in udat_toPattern() 556 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) { in udat_toPattern() 570 UBool localized, in udat_applyPattern() argument 582 if(localized) in udat_applyPattern()
|
D | unum.cpp | 828 UBool localized, in unum_applyPattern() argument 852 if(localized) { in unum_applyPattern()
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.td | 32 // localized or not -- this is best determined at the IDE or build-system level. 568 …HelpText<"Warns about uses of non-localized NSStrings passed to UI methods expecting localized NSS… 578 …HelpText<"Warns against using one vs. many plural pattern in code when generating localized string…
|
/external/icu/icu4c/source/samples/ |
D | readme.txt | 18 date - prints out the current date, localized.
|
/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/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | RecognitionException.as | 39 * to generate a localized error message. For example, MismatchedToken
|
/external/icu/icu4c/source/test/testdata/ |
D | numberformattestspecification.txt | 696 test apply formerly localized patterns 704 test localized pattern basic symbol coverage 709 // or doesn't support minus sign in localized pattern 713 // JDK does not seem to transform the digits in localized patterns
|