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

  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 763 int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength;
850 expectLength=0;
851 expect[expectLength++]=HANGUL_SYLLABLE;
853 expect[expectLength++]=HANGUL_SYLLABLE;
855 expect[expectLength++]=HANGUL_SYLLABLE;
857 expect[expectLength++]=HANGUL_SYLLABLE;
859 expect[expectLength++]=HANGUL_SYLLABLE;
861 expect[expectLength++]=HANGUL_SYLLABLE;
    [all...]
ccapitst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.h 56 const UChar32 *expext, int32_t expectLength,
57 const int32_t *expectIndex, // its length=expectLength+1
tstnorm.cpp 624 const UChar32 *expect, int32_t expectLength,
625 const int32_t *expectIndex, // its length=expectLength+1
638 UChar32Iterator iter32(expect, expectLength, expectMiddle);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 470 boolean checkLengthLegal(int length, int expectLength) {
471 if(length < expectLength) {
473 "expected length at least =" + expectLength);
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 388 milliseconds