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

/external/icu4c/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...]

Completed in 75 milliseconds