Lines Matching refs:stringArray
84 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getText() local
91 pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getText()
98 matcher.reset(stringArray[i]); in getText()
119 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getDescription() local
126 pattern->split(src, stringArray,MAX_SPLIT_STRINGS , *status); in getDescription()
128 if(stringArray[0].indexOf((UChar)AT_SIGN)==-1){ in getDescription()
129 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); in getDescription()
143 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getCount() local
151 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getCount()
159 matcher.reset(stringArray[i]); in getCount()
182 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getAt() local
190 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getAt()
198 matcher.reset(stringArray[i]); in getAt()