Home
last modified time | relevance | path

Searched refs:localized (Results 1 – 25 of 49) sorted by relevance

12

/external/clang/test/Analysis/
Dlocalization-aggressive.m67 // 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 …]
Dlocalization.m65 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/
Dstrtod.cc93 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/
Ddest-localization.c231 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/
DPatternStringTest.java31 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/
DPatternStringTest.java28 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/
Dnumbertest_patternstring.cpp33 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/
Dstatus.proto41 // 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/
DDecimalFormat_ICU58_Android.java4469 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/
DDecimalFormat_ICU58_Android.java4404 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/
Dlocalize-constexpr.ll18 ; @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/
Dlocalize-constexpr.ll18 ; @H can't be localized because @Halias uses it, and @Halias can't be converted to an instruction.
Dlocalize-constexpr-debuginfo.ll10 ; Make sure we localized the global.
/external/icu/icu4c/source/i18n/unicode/
Dudat.h1349 UBool localized,
1366 UBool localized,
Dunum.h907 UBool localized,
/external/icu/libandroidicu/include/unicode/
Dudat.h1349 UBool localized,
1366 UBool localized,
Dunum.h907 UBool localized,
/external/freetype/src/base/
Dftver.rc56 /* The following line should only be modified for localized versions. */
/external/icu/icu4c/source/i18n/
Dudat.cpp528 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()
Dunum.cpp828 UBool localized, in unum_applyPattern() argument
852 if(localized) { in unum_applyPattern()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td32 // 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/
Dreadme.txt18 date - prints out the current date, localized.
/external/curl/packages/OS400/
DREADME.OS40010 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/
DRecognitionException.as39 * to generate a localized error message. For example, MismatchedToken
/external/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt696 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

12