Lines Matching refs:stringArray
96 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getText() local
103 pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getText()
110 matcher.reset(stringArray[i]); in getText()
131 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getDescription() local
138 pattern->split(src, stringArray,MAX_SPLIT_STRINGS , *status); in getDescription()
140 if(stringArray[0].indexOf((UChar)AT_SIGN)==-1){ in getDescription()
141 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); in getDescription()
155 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getCount() local
163 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getCount()
172 matcher.reset(stringArray[i]); in getCount()
195 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getAt() local
203 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getAt()
212 matcher.reset(stringArray[i]); in getAt()