Home | History | Annotate | Download | only in common

Lines Matching defs:pKey

1392     const char *pKey, *pType;
1430 pKey = buf + bufIdx;
1436 len = _bcp47ToLDMLType(pKey, -1, pBcpType, bcpTypeLen, buf + bufIdx, bufSize - bufIdx - 1, status);
1448 if ( !uprv_strcmp(pKey,POSIX_KEY) && !uprv_strcmp(pType,POSIX_VALUE) ) {
1458 kwd->key = pKey;