Searched refs:valLen (Results 1 – 3 of 3) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncLang.java | 64 int valLen = lang.length(); in execute() local 66 if ((langVal.length() == valLen) in execute() 67 || (langVal.charAt(valLen) == '-')) in execute()
|
/external/icu4c/common/ |
D | uloc.c | 58 char *values, int32_t valuesCapacity, int32_t *valLen, 645 char *values, int32_t valuesCapacity, int32_t *valLen, in _getKeywords() argument 801 if(valLen) { in _getKeywords() 802 *valLen = valuesLen; in _getKeywords() 815 char *values, int32_t valuesCapacity, int32_t *valLen, in locale_getKeywords() argument 819 values, valuesCapacity, valLen, valuesToo, in locale_getKeywords()
|
D | locid.cpp | 74 char *values, int32_t valuesCapacity, int32_t *valLen,
|