HomeSort by relevance Sort by last modified time
    Searched refs:SINGLE_QUOTE (Results 1 - 11 of 11) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatFilterSettingsSerializer.java 33 private static final char SINGLE_QUOTE = '\'';
160 return SINGLE_QUOTE + s.replace(Character.toString(SINGLE_QUOTE), "\\'")
161 + SINGLE_QUOTE;
170 return s.replace("\\'", Character.toString(SINGLE_QUOTE));
186 assert s.charAt(0) == SINGLE_QUOTE;
195 && s.charAt(index) == SINGLE_QUOTE // current char is a single quote
  /external/icu4c/i18n/
choicfmt.cpp 50 #define SINGLE_QUOTE ((UChar)0x0027) /*'*/
317 if (c == SINGLE_QUOTE) {
319 // contiguous pairs of SINGLE_QUOTE.
324 pattern[i] != SINGLE_QUOTE);
326 pattern[i+1] == SINGLE_QUOTE) {
327 // SINGLE_QUOTE pair; skip over it
369 if (c == SINGLE_QUOTE) {
370 // Check for SINGLE_QUOTE pair indicating a literal quote
372 pattern[i+1] == SINGLE_QUOTE) {
373 buf += SINGLE_QUOTE;
    [all...]
umsg.cpp 605 #define SINGLE_QUOTE ((UChar)0x0027)
644 case SINGLE_QUOTE:
656 case SINGLE_QUOTE:
664 MAppend(SINGLE_QUOTE);
672 case SINGLE_QUOTE:
700 MAppend(SINGLE_QUOTE);
selfmtimpl.h 34 #define SINGLE_QUOTE ((UChar)0x0027)
msgfmt.cpp 50 #define SINGLE_QUOTE ((UChar)0x0027)
621 if (ch == SINGLE_QUOTE) {
622 if (i+1 < patLen && pattern[i+1] == SINGLE_QUOTE) {
640 if (ch == SINGLE_QUOTE) {
681 case SINGLE_QUOTE:
    [all...]
plurrule_impl.h 33 #define SINGLE_QUOTE ((UChar)0x0027)
dtptngen.cpp 562 if ( tfChar == SINGLE_QUOTE ) {
735 value = SINGLE_QUOTE;
737 value += SINGLE_QUOTE;
    [all...]
dtptngen_impl.h 29 #define SINGLE_QUOTE ((UChar)0x0027)
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 206 milliseconds