Home | History | Annotate | Download | only in i18n

Lines Matching refs:StringPiece

8708             StringPiece(source, (sourceLength < 0) ? uprv_strlen(source) : sourceLength),
8709 StringPiece(target, (targetLength < 0) ? uprv_strlen(target) : targetLength),