/packages/inputmethods/LatinIME/native/jni/tests/dictionary/header/ |
H A D | header_read_write_utils_test.cpp | 35 static const char *str = "abc-xyz!?"; local 36 HeaderReadWriteUtils::insertCharactersIntoVector(str, &vector); 37 EXPECT_EQ(strlen(str) , vector.size()); 39 EXPECT_EQ(str[i], vector[i]);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
H A D | StrSegment.java | 45 * @param str The string 47 public StrSegment(String str) { argument 48 this(str, -1, -1); 63 * @param str The string 67 public StrSegment(String str, int from, int to) { argument 68 this.string = str;
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
H A D | FileLogger.java | 66 static public synchronized void log(String prefix, String str) { argument 94 sb.append(str); 110 log(prefix, str);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
H A D | SuggestionUtils.java | 86 private static String makeKeyComponent(String str) { argument 87 return str == null ? "" : str;
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
H A D | NullWriter.java | 70 * @param str The string to write 72 public void write(String str) { argument 78 * @param str The string to write 82 public void write(String str, int st, int end) { argument
|
H A D | ProxyWriter.java | 77 * @param str the string to write 80 public void write(String str) throws IOException { argument 81 out.write(str); 86 * @param str the string to write 91 public void write(String str, int st, int end) throws IOException { argument 92 out.write(str, st, end);
|
H A D | FileWriterWithEncoding.java | 291 * @param str the string to write 294 public void write(String str) throws IOException { argument 295 out.write(str); 300 * @param str the string to write 305 public void write(String str, int st, int end) throws IOException { argument 306 out.write(str, st, end);
|
H A D | LockableFileWriter.java | 307 * @param str the string to write 310 public void write(String str) throws IOException { argument 311 out.write(str); 316 * @param str the string to write 321 public void write(String str, int st, int end) throws IOException { argument 322 out.write(str, st, end);
|
/packages/inputmethods/LatinIME/native/dicttoolkit/tests/offdevice_intermediate_dict/ |
H A D | offdevice_intermediate_dict_test.cpp | 30 const std::vector<int> getCodePointVector(const char *str) { argument 32 while (*str) { 33 codePoints.push_back(*str); 34 ++str;
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/text/ |
H A D | TextUtils.java | 24 * @param str the string to be examined 25 * @return true if str is null or zero length 27 public static boolean isEmpty(CharSequence str) { argument 28 return (str == null || str.length() == 0);
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
H A D | CachedLaterTest.java | 100 public void finishCreate(String str) { argument 102 store(str);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
H A D | ParseException.java | 162 protected String add_escapes(String str) { argument 165 for (int i = 0; i < str.length(); i++) { 166 switch (str.charAt(i)) 195 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
H A D | TokenMgrError.java | 55 protected static final String addEscapes(String str) { argument 58 for (int i = 0; i < str.length(); i++) { 59 switch (str.charAt(i)) 88 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
H A D | ParseException.java | 162 protected String add_escapes(String str) { argument 165 for (int i = 0; i < str.length(); i++) { 166 switch (str.charAt(i)) 195 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
H A D | TokenMgrError.java | 55 protected static final String addEscapes(String str) { argument 58 for (int i = 0; i < str.length(); i++) { 59 switch (str.charAt(i)) 88 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
H A D | ParseException.java | 162 protected String add_escapes(String str) { argument 165 for (int i = 0; i < str.length(); i++) { 166 switch (str.charAt(i)) 195 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
H A D | TokenMgrError.java | 55 protected static final String addEscapes(String str) { argument 58 for (int i = 0; i < str.length(); i++) { 59 switch (str.charAt(i)) 88 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
/packages/services/Telephony/common/src/com/android/services/telephony/common/ |
H A D | AudioMode.java | 54 private static void listAppend(StringBuffer buffer, String str) { argument 58 buffer.append(str);
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/ |
H A D | ParseException.java | 162 protected String add_escapes(String str) { argument 165 for (int i = 0; i < str.length(); i++) { 166 switch (str.charAt(i)) 195 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
H A D | TokenMgrError.java | 55 protected static final String addEscapes(String str) { argument 58 for (int i = 0; i < str.length(); i++) { 59 switch (str.charAt(i)) 88 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/ |
H A D | ParseException.java | 162 protected String add_escapes(String str) { argument 165 for (int i = 0; i < str.length(); i++) { 166 switch (str.charAt(i)) 195 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
H A D | TokenMgrError.java | 55 protected static final String addEscapes(String str) { argument 58 for (int i = 0; i < str.length(); i++) { 59 switch (str.charAt(i)) 88 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/ |
H A D | ParseException.java | 162 protected String add_escapes(String str) { argument 165 for (int i = 0; i < str.length(); i++) { 166 switch (str.charAt(i)) 195 if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) {
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
H A D | TextUtilitiesTests.java | 167 private void assertHighlightUnchanged(String str) { argument 168 assertEquals(str, TextUtilities.highlightTermsInHtml(str, null)); 183 String str = "<html><style foo=\"bar\">Not</style>Visible</html>"; 185 assertEquals(str, TextUtilities.highlightTermsInHtml( 191 TextUtilities.highlightTermsInHtml(str, "Visi"));
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/ |
H A D | InfoPanel.java | 50 private String createStringFromIfFound(ExifTag exifTag, int tag, int str) { argument 54 String label = getActivity().getString(str);
|