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

  /external/chromium_org/third_party/icu/source/common/
ustring.c 53 const UChar *sub, int32_t subLength) {
57 if(sub==NULL || subLength<-1) {
66 if(length<0 && subLength<0) {
105 if(subLength<0) {
106 subLength=u_strlen(sub);
108 if(subLength==0) {
114 --subLength;
115 subLimit=sub+subLength;
117 if(subLength==0 && !U16_IS_SURROGATE(cs)) {
151 /* subLength was decremented above *
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 54 const UChar *sub, int32_t subLength) {
58 if(sub==NULL || subLength<-1) {
67 if(length<0 && subLength<0) {
106 if(subLength<0) {
107 subLength=u_strlen(sub);
109 if(subLength==0) {
115 --subLength;
116 subLimit=sub+subLength;
118 if(subLength==0 && !U16_IS_SURROGATE(cs)) {
152 /* subLength was decremented above *
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 194 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
204 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
281 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
291 u_strFindLast(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 199 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
209 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
286 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
296 u_strFindLast(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
    [all...]
  /external/chromium_org/v8/src/
string.js 107 var subLength = sub.length;
110 var index = subLength - patLength;
118 if (position + patLength < subLength) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 194 milliseconds