HomeSort by relevance Sort by last modified time
    Searched full:uct (Results 1 - 25 of 48) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsDictionaryMatcher.java 27 CharsTrie uct = new CharsTrie(characters, 0); local
32 Result result = uct.firstForCodePoint(c);
40 values[count] = uct.getValue();
61 result = uct.nextForCodePoint(c);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsDictionaryMatcher.java 26 CharsTrie uct = new CharsTrie(characters, 0); local
31 Result result = uct.firstForCodePoint(c);
39 values[count] = uct.getValue();
60 result = uct.nextForCodePoint(c);
  /external/icu/icu4c/source/common/
dictionarydata.cpp 49 UCharsTrie uct(characters);
55 UStringTrieResult result = (codePointsMatched == 0) ? uct.first(c) : uct.next(c);
61 values[wordCount] = uct.getValue();
  /external/timezonepicker-support/
backward 101 Link Etc/UCT UCT
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 155 int64_t uct, uft; local
159 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status);
160 uft = utmscale_toInt64(uct, UDTS_WINDOWS_FILE_TIME, &status);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneAliases.txt 127 UCT ; Etc/UCT
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneAliases.txt 127 UCT ; Etc/UCT
  /libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp 35 static const icu::UnicodeString kEtcUct("Etc/UCT", 7, US_INV);
40 static const icu::UnicodeString kUct("UCT", 3, US_INV);
  /libcore/luni/src/test/java/libcore/java/text/
DateFormatSymbolsTest.java 115 assertUtc(zoneStrings.get("Etc/UCT"));
120 assertUtc(zoneStrings.get("UCT"));
  /prebuilts/go/darwin-x86/lib/time/
zoneinfo.zip 
  /prebuilts/go/linux-x86/lib/time/
zoneinfo.zip 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 279 {"UCT", "UCT"},
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DisplayNameTest.java 278 {"UCT", "UCT"},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_strftime.py 151 ('%s', nowsecs, 'seconds since the Epoch in UCT'),
test_zlib.py 225 "(A) uct should be '': not %d long" %
237 "(B) uct should be '': not %d long" %
  /external/python/cpython2/Lib/test/
test_strftime.py 151 ('%s', nowsecs, 'seconds since the Epoch in UCT'),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strftime.py 151 ('%s', nowsecs, 'seconds since the Epoch in UCT'),
test_zlib.py 225 "(A) uct should be '': not %d long" %
237 "(B) uct should be '': not %d long" %
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strftime.py 151 ('%s', nowsecs, 'seconds since the Epoch in UCT'),
test_zlib.py 225 "(A) uct should be '': not %d long" %
237 "(B) uct should be '': not %d long" %
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strftime.py 151 ('%s', nowsecs, 'seconds since the Epoch in UCT'),
test_zlib.py 225 "(A) uct should be '': not %d long" %
237 "(B) uct should be '': not %d long" %
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strftime.py 151 ('%s', nowsecs, 'seconds since the Epoch in UCT'),
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestZoneTextPrinterParser.java 238 ret.equals(expected.replace("UTC", "UCT"))) {
ZoneName.java     [all...]

Completed in 822 milliseconds

1 2