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

  /developers/build/
build.gradle 21 // Add a preflight task that depends on the "refresh" task that gets
23 task preflight {
24 project.afterEvaluate({preflight.dependsOn(project.refresh)})
120 dependsOn(preflight)
  /external/icu/icu4c/source/i18n/
collationkeys.h 113 UBool preflight, UErrorCode &errorCode);
collationkeys.cpp 229 UBool preflight, UErrorCode &errorCode) {
339 // calculate (preflight) the whole sort key length.
340 if(!preflight && sink.Overflowed()) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
ArabicShapingRegTest.java 55 public static final int PREFLIGHT = 1;
62 public static TestData preflight(String source, int flags, int length) { method in class:ArabicShapingRegTest.TestData
63 return new TestData(PREFLIGHT, source, flags, null, length, null);
79 private static final String[] typenames = { "standard", "preflight", "error" };
411 /* preflight */
412 TestData.preflight("\u0644\u0627",
416 TestData.preflight("\u0644\u0627\u0031",
420 TestData.preflight("\u0644\u0644",
424 TestData.preflight("\ufef7",
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 330 boolean preflight) {
444 // calculate (preflight) the whole sort key length.
445 if (!preflight && sink.Overflowed()) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 51 static int32_t preflight(const UChar *src, int32_t length, UConverter *cnv) function
73 int32_t byteCount = preflight(src, length, cnv);
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 402 milliseconds