HomeSort by relevance Sort by last modified time
    Searched refs:subLength (Results 1 - 10 of 10) 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/icu4c/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/icu4c/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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 623 int subLength = ap.getSubjectLength();
624 if(subLength == BluetoothMapAppParams.INVALID_VALUE_PARAMETER)
625 subLength = 256;
640 subLength));
    [all...]
  /external/chromium_org/v8/src/
string.js 140 var subLength = sub.length;
143 var index = subLength - patLength;
151 if (position + patLength < subLength) {
  /external/v8/src/
string.js 143 var subLength = sub.length;
146 var index = subLength - patLength;
154 if (position + patLength < subLength) {
  /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 

Completed in 243 milliseconds