Searched defs:subLength (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dustring.c53 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 wa
52 u_strFindFirst(const UChar *s, int32_t length, const UChar *sub, int32_t subLength) argument
283 u_strFindLast(const UChar *s, int32_t length, const UChar *sub, int32_t subLength) argument
[all...]
/external/icu/icu4c/source/common/
H A Dustring.cpp54 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 wa
53 u_strFindFirst(const UChar *s, int32_t length, const UChar *sub, int32_t subLength) argument
284 u_strFindLast(const UChar *s, int32_t length, const UChar *sub, int32_t subLength) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 73 milliseconds