summaryrefslogtreecommitdiffstats
path: root/tools/aapt/pseudolocalize.h
blob: e6ab18ef1747eea610c9509adac326207c7a0763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef HOST_PSEUDOLOCALIZE_H
#define HOST_PSEUDOLOCALIZE_H

#include "StringPool.h"

#include <string>

String16 pseudolocalize_string(const String16& source);
// Surrounds every word in the sentance with specific characters that makes
// the word directionality RTL.
String16 pseudobidi_string(const String16& source);
// Generates expansion string based on the specified lenght.
// Generated string could not be shorter that length, but it could be slightly
// longer.
String16 pseudo_generate_expansion(const unsigned int length);

#endif // HOST_PSEUDOLOCALIZE_H