HomeSort by relevance Sort by last modified time
    Searched defs:resultLength (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 571 int32_t resultLength,
574 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
741 virtual const char* next(int32_t* resultLength, UErrorCode& /*status*/) {
745 if(resultLength != NULL) {
746 *resultLength = (int32_t)uprv_strlen(result);
749 if(resultLength != NULL) {
750 *resultLength = 0;
758 int32_t resultLength = 0;
759 const char *s = next(&resultLength, status);
760 return setChars(s, resultLength, status)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp     [all...]
  /external/icu4c/i18n/
coll.cpp 598 int32_t resultLength,
601 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
769 virtual const char* next(int32_t* resultLength, UErrorCode& /*status*/) {
773 if(resultLength != NULL) {
774 *resultLength = (int32_t)uprv_strlen(result);
777 if(resultLength != NULL) {
778 *resultLength = 0;
786 int32_t resultLength = 0;
787 const char *s = next(&resultLength, status);
788 return setChars(s, resultLength, status)
    [all...]
ucol.cpp     [all...]
  /external/icu4c/test/intltest/
convtest.cpp     [all...]
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
DiskLruCache.java 183 final int resultLength = end - start;
184 final int copyLength = Math.min(resultLength, originalLength - start);
186 .newInstance(original.getClass().getComponentType(), resultLength);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 591 int resultLength = result->length;
592 bool resultEndsAtAmbiguousBoundary = ambiguousBoundaryOffset >= 0 && resultLocation + resultLength == ambiguousBoundaryOffset;
599 if (shouldMarkSpelling && result->decoration == TextDecorationTypeSpelling && resultLocation >= paragraph.checkingStart() && resultLocation + resultLength <= spellingRangeEndOffset && !resultEndsAtAmbiguousBoundary) {
600 ASSERT(resultLength > 0 && resultLocation >= 0);
601 RefPtr<Range> misspellingRange = paragraph.subrange(resultLocation, resultLength);
603 } else if (shouldMarkGrammar && result->decoration == TextDecorationTypeGrammar && paragraph.checkingRangeCovers(resultLocation, resultLength)) {
604 ASSERT(resultLength > 0 && resultLocation >= 0);
613 } else if (result->decoration == TextDecorationTypeInvisibleSpellcheck && resultLocation >= paragraph.checkingStart() && resultLocation + resultLength <= spellingRangeEndOffset) {
614 ASSERT(resultLength > 0 && resultLocation >= 0);
615 RefPtr<Range> invisibleSpellcheckRange = paragraph.subrange(resultLocation, resultLength);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locid.cpp 1006 virtual const char* next(int32_t* resultLength, UErrorCode& status) {
1013 if(resultLength != NULL) {
1014 *resultLength = len;
1017 if(resultLength != NULL) {
1018 *resultLength = 0;
1026 int32_t resultLength = 0;
1027 const char *s = next(&resultLength, status);
1028 return setChars(s, resultLength, status);
ubidiimp.h 218 int32_t resultLength;
  /external/icu4c/common/
locid.cpp 938 virtual const char* next(int32_t* resultLength, UErrorCode& status) {
945 if(resultLength != NULL) {
946 *resultLength = len;
949 if(resultLength != NULL) {
950 *resultLength = 0;
958 int32_t resultLength = 0;
959 const char *s = next(&resultLength, status);
960 return setChars(s, resultLength, status);
ubidiimp.h 218 int32_t resultLength;
  /libcore/libart/src/main/java/java/lang/
String.java     [all...]
  /libcore/libdvm/src/main/java/java/lang/
String.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsTreeOutline.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1565 milliseconds

12 3