Lines Matching refs:stringArray
94 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getText() local
101 pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getText()
108 matcher.reset(stringArray[i]); in getText()
129 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getDescription() local
136 pattern->split(src, stringArray,MAX_SPLIT_STRINGS , *status); in getDescription()
138 if(stringArray[0].indexOf((UChar)AT_SIGN)==-1){ in getDescription()
139 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); in getDescription()
153 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getCount() local
161 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getCount()
170 matcher.reset(stringArray[i]); in getCount()
193 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getAt() local
201 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getAt()
210 matcher.reset(stringArray[i]); in getAt()