HomeSort by relevance Sort by last modified time
    Searched refs:dsti (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
inputext.cpp 84 int dsti = 0; local
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) {
111 fInputBytes[dsti++] = b;
119 fInputLen = dsti;
  /external/icu/icu4c/source/i18n/
inputext.cpp 84 int dsti = 0; local
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) {
111 fInputBytes[dsti++] = b;
119 fInputLen = dsti;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 305 int dsti = 0; local
307 srci < length; srci += Character.charCount(codePoint), ++dsti) {
308 codePoints[dsti] = codePoint;
311 codePoints[dsti] = codePoint;
  /external/opencv/ml/src/
ml_inner_functions.cpp 470 int* dsti; local
528 dsti = idx->data.i;
534 *dsti++ = i;
539 dsti[i] = srci[i*step];
542 qsort( dsti, idx_total, sizeof(dsti[0]), icvCmpIntegers );
544 if( dsti[0] < 0 || dsti[idx_total-1] >= data_arr_size )
550 if( dsti[i] <= dsti[i-1]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 262 milliseconds