SAP ABAP Class CL_ICU_TOKENIZER (Text tokenizer)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE (Package) New MLT Environment
Properties
Class CL_ICU_TOKENIZER  
Short Description Text tokenizer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE   New MLT Environment 
Created 20040824   SAP 
Last change 20050228   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ICU_TOKENIZER has no interface implemented.
Friends
Class CL_ICU_TOKENIZER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BI Instance attribute Private Object reference (TYPE REF TO) CL_ICU_BREAKITERATOR 20040824
2 LOCALE Instance attribute Private Type reference (TYPE) ICU_S_LOCALE 20040824
3 LOCALE_NAME Instance attribute Private Type reference (TYPE) ICU_A_LOCALE_NAME 20040824
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040824
2 CONTAINSALPHANUM Instance method Private Method Returns true if input contains an alphanumeric character 20040824
3 WORD_COUNT Instance method Public Method Produce word count for a given string 20040824
4 WORD_LIST Instance method Public Method Produce word list for a given string 20040824
Events
Class CL_ICU_TOKENIZER has no event.
Types
Class CL_ICU_TOKENIZER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FALLBACK_OFF Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20040824
2 Importing IM_LOCALE Call by reference Type reference (TYPE) ICU_S_LOCALE 20040824
# Exception Resumable Description Created on
1 CX_ICU_LOCALE_NOT_AVAILABLE ICU Locale nicht vorhanden 20040824
2 CX_ICU_OTHER_ERROR Allgemeiner ICU Fehler 20040824

Method CONTAINSALPHANUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_END Call by reference Type reference (TYPE) INT4 Natural number 20040824
2 Importing IM_S Call by reference Type reference (TYPE) STRING 20040824
3 Importing IM_START Call by reference Type reference (TYPE) INT4 Natural number 20040824
4 Returning RE_RC Value transfer Type reference (TYPE) ABAP_BOOL 20040824
# Exception Resumable Description Created on
1 CONTAINS_ALPHANUM_ERROR 20040824
2 ILLEGAL_INPUT_DATA 20040824
3 NO_INPUT_DATA 20040824

Method WORD_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SOURCE Call by reference Type reference (TYPE) STRING 20040824
2 Returning RE_COUNT Value transfer Type reference (TYPE) I 20040824

Method WORD_COUNT on class CL_ICU_TOKENIZER has no exception.

Method WORD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_COUNT Call by reference Type reference (TYPE) I 20040824
2 Exporting EX_WORDS Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20040824
3 Importing IM_SOURCE Call by reference Type reference (TYPE) STRING 20040824

Method WORD_LIST on class CL_ICU_TOKENIZER has no exception.
History
Last changed by/on SAP  20050228 
SAP Release Created in 700