Java Doc for UConverterConstants.java in  » Internationalization-Localization » icu4j » com » ibm » icu » charset » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Internationalization Localization » icu4j » com.ibm.icu.charset 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.ibm.icu.charset.UConverterConstants

UConverterConstants
interface UConverterConstants (Code)

Inner Class :static interface UConverterResetChoice
Inner Class :static interface UConverterCallbackReason

Field Summary
final static  intCNV_DATA_BUFFER_SIZE
    
final static  StringDATA_TYPE
    
final static  intERROR_BUFFER_LENGTH
    
final static  intHALF_BASE
    
final static  intHALF_MASK
    
final static  intHALF_SHIFT
    
final static  intHAS_SUPPLEMENTARY
    
final static  intHAS_SURROGATES
    
final static  intMAXIMUM_UCS2
    
final static  intMAXIMUM_UCS4
    
final static  intMAXIMUM_UTF
    
final static  intMAX_CHAR_LEN
    
final static  intMAX_CONVERTER_NAME_LENGTH
    
final static  intMAX_FULL_FILE_NAME_LENGTH
    
final static  intMAX_SUBCHAR_LEN
    
final static  intOPTION_MAC
    
final static  byteOPTION_SEP_CHAR
     Character that separates converter names from options and options from each other.
final static  intOPTION_SWAP_LFNL
    
final static  intOPTION_VERSION
    
final static  intSI
    
final static  intSIZE_OF_UCONVERTER_SHARED_DATA
    
static  byte[]SKIP_STOP_ON_ILLEGAL
    
final static  intSO
    
static  byte[]SUB_STOP_ON_ILLEGAL
    
final static  intSURROGATE_HIGH_END
    
final static  intSURROGATE_HIGH_START
    
final static  intSURROGATE_LOW_BASE
    
final static  intSURROGATE_LOW_END
    
final static  intSURROGATE_LOW_START
    
final static  intU16_MAX_LENGTH
     The maximum number of 16-bit code units per Unicode code point (U+0000..U+10ffff).
final static  intULOC_FULLNAME_CAPACITY
     Useful constant for the maximum size of the whole locale ID (including the terminating NULL).
final static  shortUNSIGNED_BYTE_MASK
    
final static  longUNSIGNED_INT_MASK
    
final static  intUNSIGNED_SHORT_MASK
    
final static  intU_IS_BIG_ENDIAN
    
final static  intU_SENTINEL
     This value is intended for sentinel values for APIs that (take or) return single code points (UChar32).
final static  intmissingCharMarker
    



Field Detail
CNV_DATA_BUFFER_SIZE
final static int CNV_DATA_BUFFER_SIZE(Code)



DATA_TYPE
final static String DATA_TYPE(Code)



ERROR_BUFFER_LENGTH
final static int ERROR_BUFFER_LENGTH(Code)



HALF_BASE
final static int HALF_BASE(Code)



HALF_MASK
final static int HALF_MASK(Code)



HALF_SHIFT
final static int HALF_SHIFT(Code)



HAS_SUPPLEMENTARY
final static int HAS_SUPPLEMENTARY(Code)
values for the unicodeMask



HAS_SURROGATES
final static int HAS_SURROGATES(Code)



MAXIMUM_UCS2
final static int MAXIMUM_UCS2(Code)



MAXIMUM_UCS4
final static int MAXIMUM_UCS4(Code)



MAXIMUM_UTF
final static int MAXIMUM_UTF(Code)



MAX_CHAR_LEN
final static int MAX_CHAR_LEN(Code)



MAX_CONVERTER_NAME_LENGTH
final static int MAX_CONVERTER_NAME_LENGTH(Code)
Maximum length of a converter name including the terminating NULL @draft ICU 3.6



MAX_FULL_FILE_NAME_LENGTH
final static int MAX_FULL_FILE_NAME_LENGTH(Code)
Maximum length of a converter name including path and terminating NULL @draft ICU 3.6



MAX_SUBCHAR_LEN
final static int MAX_SUBCHAR_LEN(Code)



OPTION_MAC
final static int OPTION_MAC(Code)



OPTION_SEP_CHAR
final static byte OPTION_SEP_CHAR(Code)
Character that separates converter names from options and options from each other.
See Also:   CharsetICU.forNameICU(String)



OPTION_SWAP_LFNL
final static int OPTION_SWAP_LFNL(Code)



OPTION_VERSION
final static int OPTION_VERSION(Code)



SI
final static int SI(Code)
Shift in for EBDCDIC_STATEFUL and iso2022 states @draft ICU 3.6



SIZE_OF_UCONVERTER_SHARED_DATA
final static int SIZE_OF_UCONVERTER_SHARED_DATA(Code)



SKIP_STOP_ON_ILLEGAL
static byte[] SKIP_STOP_ON_ILLEGAL(Code)
FROM_U, TO_U context options for skip callback



SO
final static int SO(Code)
Shift out for EBDCDIC_STATEFUL and iso2022 states @draft ICU 3.6



SUB_STOP_ON_ILLEGAL
static byte[] SUB_STOP_ON_ILLEGAL(Code)
FROM_U, TO_U context options for sub callback



SURROGATE_HIGH_END
final static int SURROGATE_HIGH_END(Code)



SURROGATE_HIGH_START
final static int SURROGATE_HIGH_START(Code)



SURROGATE_LOW_BASE
final static int SURROGATE_LOW_BASE(Code)



SURROGATE_LOW_END
final static int SURROGATE_LOW_END(Code)



SURROGATE_LOW_START
final static int SURROGATE_LOW_START(Code)



U16_MAX_LENGTH
final static int U16_MAX_LENGTH(Code)
The maximum number of 16-bit code units per Unicode code point (U+0000..U+10ffff).



ULOC_FULLNAME_CAPACITY
final static int ULOC_FULLNAME_CAPACITY(Code)
Useful constant for the maximum size of the whole locale ID (including the terminating NULL).



UNSIGNED_BYTE_MASK
final static short UNSIGNED_BYTE_MASK(Code)



UNSIGNED_INT_MASK
final static long UNSIGNED_INT_MASK(Code)



UNSIGNED_SHORT_MASK
final static int UNSIGNED_SHORT_MASK(Code)



U_IS_BIG_ENDIAN
final static int U_IS_BIG_ENDIAN(Code)



U_SENTINEL
final static int U_SENTINEL(Code)
This value is intended for sentinel values for APIs that (take or) return single code points (UChar32). It is outside of the Unicode code point range 0..0x10ffff. For example, a "done" or "error" value in a new API could be indicated with U_SENTINEL. ICU APIs designed before ICU 2.4 usually define service-specific "done" values, mostly 0xffff. Those may need to be distinguished from actual U+ffff text contents by calling functions like CharacterIterator::hasNext() or UnicodeString::length().



missingCharMarker
final static int missingCharMarker(Code)





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.