HomeSort by relevance Sort by last modified time
    Searched refs:CANONICAL (Results 1 - 25 of 53) sorted by null

1 2 3

  /libcore/luni/src/test/java/libcore/javax/security/auth/x500/
X500PrincipalTest.java 77 X500Principal.CANONICAL,
93 certBC.getSubjectX500Principal().getName(X500Principal.CANONICAL));
  /libcore/ojluni/src/main/java/javax/security/auth/x500/
X500Principal.java 77 * Canonical String format of Distinguished Names.
79 public static final String CANONICAL = "CANONICAL";
284 * "RFC1779", "RFC2253", and "CANONICAL" (case insensitive).
299 * <p> If "CANONICAL" is specified as the format,
349 } else if (format.equalsIgnoreCase(CANONICAL)) {
359 * "RFC1779" and "RFC2253" (case insensitive). "CANONICAL" is not
441 * and if the respective canonical string representations
442 * (obtained via the <code>getName(X500Principal.CANONICAL)</code> method)
468 * <code>getName(X500Principal.CANONICAL).hashCode()</code
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ArabicCharacterData.java 56 case UCharacter.DecompositionType.CANONICAL:
CanonGSUBBuilder.java 21 * The property \p{Decomposition_Type=Canonical} will match all characters with a canonical
24 * So "[[\\p{Latin}\\p{Greek}\\p{Cyrillic}] & [\\p{Decomposition_Type=Canonical}]]"
25 * will match all Latin, Greek and Cyrillic characters with a canonical decomposition.
31 * It might be better to collect all the characters that have a canonical decomposition and just
133 case UCharacter.DecompositionType.CANONICAL:
460 //UnicodeSet decompSet = new UnicodeSet("[[[\\P{Hangul}] & [\\p{DecompositionType=Canonical}]] - [\uF900-\uFAFF]]");
461 UnicodeSet decompSet = new UnicodeSet("[[\\p{DecompositionType=Canonical}] & [\\P{FullCompositionExclusion}] & [\\P{Hangul}]]");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/
X500PrincipalTest.java 168 String resName = xpr.getName(X500Principal.CANONICAL);
308 String canonical = principal.getName(X500Principal.CANONICAL); local
310 assertEquals("CANONICAL output differs from expected result", expected,
311 canonical);
332 X500p.getName("CANONICAL", keyword);
482 assertEquals(principal.getName(X500Principal.CANONICAL).hashCode(),
545 * gets Name in CANONICAL format
552 String s = principal.getName(X500Principal.CANONICAL);
590 * gets Name in CANONICAL forma
2552 String canonical = (String) obj[3]; local
2980 String canonical = (String) values[3]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 779 dt=UCharacter.DecompositionType.CANONICAL;
794 dt=UCharacter.DecompositionType.CANONICAL;
827 /* For canonical decompositions only, expect Decomposition_Mapping=nfc.getRawDecomposition(c). */
828 if(dt!=UCharacter.DecompositionType.CANONICAL) {
836 if(dt==UCharacter.DecompositionType.CANONICAL
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 775 dt=UCharacter.DecompositionType.CANONICAL;
790 dt=UCharacter.DecompositionType.CANONICAL;
823 /* For canonical decompositions only, expect Decomposition_Mapping=nfc.getRawDecomposition(c). */
824 if(dt!=UCharacter.DecompositionType.CANONICAL) {
832 if(dt==UCharacter.DecompositionType.CANONICAL
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 220 * Returns the generic location name for the given canonical time zone ID.
222 * @param canonicalTzID the canonical time zone ID
223 * @return the generic location name for the given canonical time zone ID.
537 * @param tzID the canonical time zone ID
567 // We use the canonical ID itself as the location for this case.
    [all...]
ZoneMeta.java 87 * Returns an immutable set of canonical system time zone IDs.
90 * @return An immutable set of canonical system time zone IDs.
117 * Returns an immutable set of canonical system time zone IDs that
121 * @return An immutable set of canonical system time zone IDs that
164 case CANONICAL:
353 * Return the canonical id for this tzid defined by CLDR, which might be
360 String canonical = CANONICAL_ID_CACHE.get(tzid); local
361 if (canonical == null) {
362 canonical = findCLDRCanonicalID(tzid);
363 if (canonical == null)
393 String canonical = null; local
    [all...]
TimeZoneNamesImpl.java 230 Set<String> tzIDs = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null);
423 * @param tzCanonicalID the canonical time zone ID
482 * @param tzID the canonical time zone ID
765 // Canonical time zone ID -> meta zone ID
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 198 * The canonical ID for GMT(UTC) time zone.
230 * Canonical system zones.
233 CANONICAL,
236 * Canonical system zones associated with actual locations.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 218 * Returns the generic location name for the given canonical time zone ID.
220 * @param canonicalTzID the canonical time zone ID
221 * @return the generic location name for the given canonical time zone ID.
535 * @param tzID the canonical time zone ID
565 // We use the canonical ID itself as the location for this case.
    [all...]
ZoneMeta.java 86 * Returns an immutable set of canonical system time zone IDs.
89 * @return An immutable set of canonical system time zone IDs.
116 * Returns an immutable set of canonical system time zone IDs that
120 * @return An immutable set of canonical system time zone IDs that
163 case CANONICAL:
352 * Return the canonical id for this tzid defined by CLDR, which might be
359 String canonical = CANONICAL_ID_CACHE.get(tzid); local
360 if (canonical == null) {
361 canonical = findCLDRCanonicalID(tzid);
362 if (canonical == null)
392 String canonical = null; local
    [all...]
TimeZoneNamesImpl.java 228 Set<String> tzIDs = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null);
421 * @param tzCanonicalID the canonical time zone ID
480 * @param tzID the canonical time zone ID
763 // Canonical time zone ID -> meta zone ID
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java 234 * The canonical ID for GMT(UTC) time zone.
273 * Canonical system zones.
277 CANONICAL,
280 * Canonical system zones associated with actual locations.
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 768 Set<String> canonical = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null); local
1668 String canonical = TimeZone.getCanonicalID(data[i][0], isSystemID); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 764 Set<String> canonical = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null); local
1664 String canonical = TimeZone.getCanonicalID(data[i][0], isSystemID); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 510 princ.getName(X500Principal.CANONICAL));
579 princ.getName(X500Principal.CANONICAL));
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 180 // Short zone ID - should support roundtrip for canonical CLDR IDs
187 logln("Canonical round trip failed (probably as expected); tz=" + tzids[tzidx]
193 errln("Canonical round trip failed; tz=" + tzids[tzidx]
212 // Canonical ID did not match - check the rules
220 errln("Canonical round trip failed; tz=" + tzids[tzidx]
225 logln("Canonical round trip failed (as expected); tz=" + tzids[tzidx]
296 * Test case of round trip time and text. This test case detects every canonical TimeZone's
391 ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 176 // Short zone ID - should support roundtrip for canonical CLDR IDs
183 logln("Canonical round trip failed (probably as expected); tz=" + tzids[tzidx]
189 errln("Canonical round trip failed; tz=" + tzids[tzidx]
208 // Canonical ID did not match - check the rules
216 errln("Canonical round trip failed; tz=" + tzids[tzidx]
221 logln("Canonical round trip failed (as expected); tz=" + tzids[tzidx]
292 * Test case of round trip time and text. This test case detects every canonical TimeZone's
387 ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 141 // Parameter canonical-form, true [optional] - NOT SUPPORTED
142 private final static int CANONICAL = 0x1 << 0;
    [all...]
LSSerializerImpl.java 121 // Parameter canonical-form, true [optional] - NOT SUPPORTED
122 private final static int CANONICAL = 0x1 << 0;
254 // canonical-form
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 128 /** Resolved canonical path to external storage. */
130 /** Resolved canonical path to cache storage. */
132 /** Resolved canonical path to legacy storage. */
147 throw new RuntimeException("Unable to resolve canonical paths", e);
247 private static final String CANONICAL = "canonical";
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java 320 private static final String TZID_GMT = "Etc/GMT"; // canonical tzid for GMT
    [all...]

Completed in 1295 milliseconds

1 2 3