HomeSort by relevance Sort by last modified time
    Searched full:tempsource (Results 1 - 4 of 4) sorted by null

  /external/autotest/server/cros/
gsutil_wrapper.py 34 with tempfile.NamedTemporaryFile(suffix='.wpr') as tempsource:
35 tempsourcepath = tempsource.name
  /external/icu/icu4c/source/common/
ushape.cpp 1497 UChar *tempbuffer, *tempsource = NULL; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRule.java 559 UnicodeSet tempSource = new UnicodeSet();
572 tempSource.add(ch);
578 matcher.addMatchSetTo(tempSource);
585 tempSource.addAll(temp);
590 sourceSet.addAll(tempSource);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java 558 UnicodeSet tempSource = new UnicodeSet();
571 tempSource.add(ch);
577 matcher.addMatchSetTo(tempSource);
584 tempSource.addAll(temp);
589 sourceSet.addAll(tempSource);

Completed in 4004 milliseconds