Searched refs:uct (Results 1 – 9 of 9) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsDictionaryMatcher.java | 24 CharsTrie uct = new CharsTrie(characters, 0); in matches() local 29 Result result = uct.firstForCodePoint(c); in matches() 37 values[count] = uct.getValue(); in matches() 58 result = uct.nextForCodePoint(c); in matches()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsDictionaryMatcher.java | 23 CharsTrie uct = new CharsTrie(characters, 0); in matches() local 28 Result result = uct.firstForCodePoint(c); in matches() 36 values[count] = uct.getValue(); in matches() 57 result = uct.nextForCodePoint(c); in matches()
|
/external/icu/icu4c/source/common/ |
D | dictionarydata.cpp | 47 UCharsTrie uct(characters); in matches() local 53 UStringTrieResult result = (codePointsMatched == 0) ? uct.first(c) : uct.next(c); in matches() 59 values[wordCount] = uct.getValue(); in matches()
|
/external/icu/icu4c/source/i18n/ |
D | windtfmt.cpp | 155 int64_t uct, uft; in format() local 159 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status); in format() 160 uft = utmscale_toInt64(uct, UDTS_WINDOWS_FILE_TIME, &status); in format()
|
/external/opencv3/modules/calib3d/src/ |
D | epnp.cpp | 63 double pw0tpw0[3 * 3], dc[3], uct[3 * 3]; in choose_control_points() local 66 CvMat UCt = cvMat(3, 3, CV_64F, uct); in choose_control_points() 80 cws[i][j] = cws[0][j] + k * uct[3 * (i - 1) + j]; in choose_control_points()
|
/external/icu/icu4c/source/data/locales/ |
D | tzm.txt | 176 "Ɣuct",
|
D | shi_Latn.txt | 160 "ɣuct",
|
D | kab.txt | 174 "Ɣuct",
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 322 time_t uct = time(NULL); in printtimestamp() local 323 tm = *localtime(&uct); in printtimestamp()
|