Lines Matching refs:pLength
126 UChar *conflictingPattern, int32_t capacity, int32_t *pLength, in udatpg_addPattern() argument
140 if(pLength!=NULL) { in udatpg_addPattern()
141 *pLength=length; in udatpg_addPattern()
157 int32_t *pLength) { in udatpg_getAppendItemFormat() argument
159 if(pLength!=NULL) { in udatpg_getAppendItemFormat()
160 *pLength=result.length(); in udatpg_getAppendItemFormat()
176 int32_t *pLength) { in udatpg_getAppendItemName() argument
178 if(pLength!=NULL) { in udatpg_getAppendItemName()
179 *pLength=result.length(); in udatpg_getAppendItemName()
212 int32_t *pLength) { in udatpg_getDateTimeFormat() argument
214 if(pLength!=NULL) { in udatpg_getDateTimeFormat()
215 *pLength=result.length(); in udatpg_getDateTimeFormat()
229 int32_t *pLength) { in udatpg_getDecimal() argument
231 if(pLength!=NULL) { in udatpg_getDecimal()
232 *pLength=result.length(); in udatpg_getDecimal()
285 int32_t *pLength) { in udatpg_getPatternForSkeleton() argument
288 if(pLength!=NULL) { in udatpg_getPatternForSkeleton()
289 *pLength=result.length(); in udatpg_getPatternForSkeleton()