Searched refs:getTokenIndex (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/intltest/ |
D | ucdtest.cpp | 42 getTokenIndex(const char *const tokens[], int32_t countTokens, const char *s) { in getTokenIndex() function 117 i=getTokenIndex(derivedCorePropsNames, LENGTHOF(derivedCorePropsNames), fields[1][0]); in derivedCorePropsLineFn()
|
/external/icu4c/tools/genprops/ |
D | genprops.c | 218 getTokenIndex(const char *const tokens[], int32_t countTokens, const char *s) { in getTokenIndex() function 311 i=getTokenIndex(genCategoryNames, U_CHAR_CATEGORY_COUNT, fields[2][0]); in unicodeDataLineFn() 334 i=getTokenIndex(decompositionTypeNames, U_DT_COUNT, fields[5][0]+1); in unicodeDataLineFn()
|
D | genprops.h | 52 getTokenIndex(const char *const tokens[], int32_t countTokens, const char *s);
|
/external/icu4c/tools/gencase/ |
D | gencase.c | 367 getTokenIndex(const char *const tokens[], int32_t countTokens, const char *s) { in getTokenIndex() function 680 i=getTokenIndex(genCategoryNames, U_CHAR_CATEGORY_COUNT, fields[2][0]); in unicodeDataLineFn()
|